
public class GetMessageTransactionLogResponseMsg extends Object implements Serializable
Java class for GetMessageTransactionLogResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageTransactionLogResponseMsg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/>
<element name="IsFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="RequestMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ResponseMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected boolean |
isFault |
protected String |
requestMessage |
protected String |
responseMessage |
protected long |
responseTime |
| Constructor and Description |
|---|
GetMessageTransactionLogResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getRequestMessage()
Gets the value of the requestMessage property.
|
String |
getResponseMessage()
Gets the value of the responseMessage property.
|
long |
getResponseTime()
Gets the value of the responseTime property.
|
boolean |
isIsFault()
Gets the value of the isFault property.
|
boolean |
isSetClassification() |
boolean |
isSetIsFault() |
boolean |
isSetRequestMessage() |
boolean |
isSetResponseMessage() |
boolean |
isSetResponseTime() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setIsFault(boolean value)
Sets the value of the isFault property.
|
void |
setRequestMessage(String value)
Sets the value of the requestMessage property.
|
void |
setResponseMessage(String value)
Sets the value of the responseMessage property.
|
void |
setResponseTime(long value)
Sets the value of the responseTime property.
|
protected SecurityWrapper classification
protected boolean isFault
protected String requestMessage
protected String responseMessage
protected long responseTime
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public boolean isIsFault()
public void setIsFault(boolean value)
public boolean isSetIsFault()
public String getRequestMessage()
Stringpublic void setRequestMessage(String value)
value - allowed object is
Stringpublic boolean isSetRequestMessage()
public String getResponseMessage()
Stringpublic void setResponseMessage(String value)
value - allowed object is
Stringpublic boolean isSetResponseMessage()
public long getResponseTime()
public void setResponseTime(long value)
public boolean isSetResponseTime()
Copyright © 2008–2017 MIL-OSS. All rights reserved.