public class GetMessageTransactionLogDetailsResponseMsg extends Object implements Serializable
Java class for GetMessageTransactionLogDetailsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageTransactionLogDetailsResponseMsg"> <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="Action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Identity" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="IsFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="IsSLAFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="slaFaultMsg" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MonitorHostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ServiceHostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="XmlRequestMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="XmlResponseMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="requestSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="responseSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="transactionId" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}guid"/> <element name="transactionthreadId" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}guid"/> <element name="relatedTransactionID" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}guid"/> <element name="headersRequest" type="{urn:org:miloss:fgsms:services:interfaces:common}header" maxOccurs="unbounded" minOccurs="0"/> <element name="headersResponse" type="{urn:org:miloss:fgsms:services:interfaces:common}header" maxOccurs="unbounded" minOccurs="0"/> <element name="agentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="agentMemo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="OriginalRequestURL" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CorrectedURL" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String |
agentMemo |
protected String |
agentType |
protected SecurityWrapper |
classification |
protected String |
correctedURL |
protected List<Header> |
headersRequest |
protected List<Header> |
headersResponse |
protected List<String> |
identity |
protected boolean |
isFault |
protected boolean |
isSLAFault |
protected String |
monitorHostname |
protected String |
originalRequestURL |
protected String |
relatedTransactionID |
protected long |
requestSize |
protected long |
responseSize |
protected long |
responseTime |
protected String |
serviceHostname |
protected String |
slaFaultMsg |
protected Calendar |
timestamp |
protected String |
transactionId |
protected String |
transactionthreadId |
protected String |
xmlRequestMessage |
protected String |
xmlResponseMessage |
Constructor and Description |
---|
GetMessageTransactionLogDetailsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getAgentMemo()
Gets the value of the agentMemo property.
|
String |
getAgentType()
Gets the value of the agentType property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getCorrectedURL()
Gets the value of the correctedURL property.
|
List<Header> |
getHeadersRequest()
Gets the value of the headersRequest property.
|
List<Header> |
getHeadersResponse()
Gets the value of the headersResponse property.
|
List<String> |
getIdentity()
Gets the value of the identity property.
|
String |
getMonitorHostname()
Gets the value of the monitorHostname property.
|
String |
getOriginalRequestURL()
Gets the value of the originalRequestURL property.
|
String |
getRelatedTransactionID()
Gets the value of the relatedTransactionID property.
|
long |
getRequestSize()
Gets the value of the requestSize property.
|
long |
getResponseSize()
Gets the value of the responseSize property.
|
long |
getResponseTime()
Gets the value of the responseTime property.
|
String |
getServiceHostname()
Gets the value of the serviceHostname property.
|
String |
getSlaFaultMsg()
Gets the value of the slaFaultMsg property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTransactionId()
Gets the value of the transactionId property.
|
String |
getTransactionthreadId()
Gets the value of the transactionthreadId property.
|
String |
getXmlRequestMessage()
Gets the value of the xmlRequestMessage property.
|
String |
getXmlResponseMessage()
Gets the value of the xmlResponseMessage property.
|
boolean |
isIsFault()
Gets the value of the isFault property.
|
boolean |
isIsSLAFault()
Gets the value of the isSLAFault property.
|
boolean |
isSetAction() |
boolean |
isSetAgentMemo() |
boolean |
isSetAgentType() |
boolean |
isSetClassification() |
boolean |
isSetCorrectedURL() |
boolean |
isSetHeadersRequest() |
boolean |
isSetHeadersResponse() |
boolean |
isSetIdentity() |
boolean |
isSetIsFault() |
boolean |
isSetIsSLAFault() |
boolean |
isSetMonitorHostname() |
boolean |
isSetOriginalRequestURL() |
boolean |
isSetRelatedTransactionID() |
boolean |
isSetRequestSize() |
boolean |
isSetResponseSize() |
boolean |
isSetResponseTime() |
boolean |
isSetServiceHostname() |
boolean |
isSetSlaFaultMsg() |
boolean |
isSetTimestamp() |
boolean |
isSetTransactionId() |
boolean |
isSetTransactionthreadId() |
boolean |
isSetXmlRequestMessage() |
boolean |
isSetXmlResponseMessage() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setAgentMemo(String value)
Sets the value of the agentMemo property.
|
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setCorrectedURL(String value)
Sets the value of the correctedURL property.
|
void |
setIsFault(boolean value)
Sets the value of the isFault property.
|
void |
setIsSLAFault(boolean value)
Sets the value of the isSLAFault property.
|
void |
setMonitorHostname(String value)
Sets the value of the monitorHostname property.
|
void |
setOriginalRequestURL(String value)
Sets the value of the originalRequestURL property.
|
void |
setRelatedTransactionID(String value)
Sets the value of the relatedTransactionID property.
|
void |
setRequestSize(long value)
Sets the value of the requestSize property.
|
void |
setResponseSize(long value)
Sets the value of the responseSize property.
|
void |
setResponseTime(long value)
Sets the value of the responseTime property.
|
void |
setServiceHostname(String value)
Sets the value of the serviceHostname property.
|
void |
setSlaFaultMsg(String value)
Sets the value of the slaFaultMsg property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setTransactionId(String value)
Sets the value of the transactionId property.
|
void |
setTransactionthreadId(String value)
Sets the value of the transactionthreadId property.
|
void |
setXmlRequestMessage(String value)
Sets the value of the xmlRequestMessage property.
|
void |
setXmlResponseMessage(String value)
Sets the value of the xmlResponseMessage property.
|
void |
unsetHeadersRequest() |
void |
unsetHeadersResponse() |
void |
unsetIdentity() |
protected SecurityWrapper classification
protected String action
protected boolean isFault
protected boolean isSLAFault
protected String slaFaultMsg
protected String monitorHostname
protected long responseTime
protected String serviceHostname
protected String xmlRequestMessage
protected String xmlResponseMessage
protected long requestSize
protected long responseSize
protected Calendar timestamp
protected String transactionId
protected String transactionthreadId
protected String relatedTransactionID
protected String agentType
protected String agentMemo
protected String originalRequestURL
protected String correctedURL
public GetMessageTransactionLogDetailsResponseMsg()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public boolean isSetAction()
public List<String> getIdentity()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the identity property.
For example, to add a new item, do as follows:
getIdentity().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetIdentity()
public void unsetIdentity()
public boolean isIsFault()
public void setIsFault(boolean value)
public boolean isSetIsFault()
public boolean isIsSLAFault()
public void setIsSLAFault(boolean value)
public boolean isSetIsSLAFault()
public String getSlaFaultMsg()
String
public void setSlaFaultMsg(String value)
value
- allowed object is
String
public boolean isSetSlaFaultMsg()
public String getMonitorHostname()
String
public void setMonitorHostname(String value)
value
- allowed object is
String
public boolean isSetMonitorHostname()
public long getResponseTime()
public void setResponseTime(long value)
public boolean isSetResponseTime()
public String getServiceHostname()
String
public void setServiceHostname(String value)
value
- allowed object is
String
public boolean isSetServiceHostname()
public String getXmlRequestMessage()
String
public void setXmlRequestMessage(String value)
value
- allowed object is
String
public boolean isSetXmlRequestMessage()
public String getXmlResponseMessage()
String
public void setXmlResponseMessage(String value)
value
- allowed object is
String
public boolean isSetXmlResponseMessage()
public long getRequestSize()
public void setRequestSize(long value)
public boolean isSetRequestSize()
public long getResponseSize()
public void setResponseSize(long value)
public boolean isSetResponseSize()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
public String getTransactionId()
String
public void setTransactionId(String value)
value
- allowed object is
String
public boolean isSetTransactionId()
public String getTransactionthreadId()
String
public void setTransactionthreadId(String value)
value
- allowed object is
String
public boolean isSetTransactionthreadId()
public String getRelatedTransactionID()
String
public void setRelatedTransactionID(String value)
value
- allowed object is
String
public boolean isSetRelatedTransactionID()
public List<Header> getHeadersRequest()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the headersRequest property.
For example, to add a new item, do as follows:
getHeadersRequest().add(newItem);
Objects of the following type(s) are allowed in the list
Header
public boolean isSetHeadersRequest()
public void unsetHeadersRequest()
public List<Header> getHeadersResponse()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the headersResponse property.
For example, to add a new item, do as follows:
getHeadersResponse().add(newItem);
Objects of the following type(s) are allowed in the list
Header
public boolean isSetHeadersResponse()
public void unsetHeadersResponse()
public String getAgentType()
String
public void setAgentType(String value)
value
- allowed object is
String
public boolean isSetAgentType()
public String getAgentMemo()
String
public void setAgentMemo(String value)
value
- allowed object is
String
public boolean isSetAgentMemo()
public String getOriginalRequestURL()
String
public void setOriginalRequestURL(String value)
value
- allowed object is
String
public boolean isSetOriginalRequestURL()
public String getCorrectedURL()
String
public void setCorrectedURL(String value)
value
- allowed object is
String
public boolean isSetCorrectedURL()
Copyright © 2008–2017 MIL-OSS. All rights reserved.