public class AddDataRequestMsg extends Object implements Serializable
Java class for AddDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddDataRequestMsg"> <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="Message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RelatedTransactionID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TransactionThreadID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Identity" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="ServiceHost" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RequestURI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="XmlRequest" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="XmlResponse" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="requestSize" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="responseSize" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="responseTime" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="agentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="recordedat" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String |
agentType |
protected SecurityWrapper |
classification |
protected List<Header> |
headersRequest |
protected List<Header> |
headersResponse |
protected List<String> |
identity |
protected String |
message |
protected Calendar |
recordedat |
protected String |
relatedTransactionID |
protected int |
requestSize |
protected String |
requestURI |
protected int |
responseSize |
protected int |
responseTime |
protected String |
serviceHost |
protected boolean |
success |
protected String |
transactionID |
protected String |
transactionThreadID |
protected String |
uri |
protected String |
xmlRequest |
protected String |
xmlResponse |
Constructor and Description |
---|
AddDataRequestMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getAgentType()
Gets the value of the agentType property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification 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 |
getMessage()
Gets the value of the message property.
|
Calendar |
getRecordedat()
Gets the value of the recordedat property.
|
String |
getRelatedTransactionID()
Gets the value of the relatedTransactionID property.
|
int |
getRequestSize()
Gets the value of the requestSize property.
|
String |
getRequestURI()
Gets the value of the requestURI property.
|
int |
getResponseSize()
Gets the value of the responseSize property.
|
int |
getResponseTime()
Gets the value of the responseTime property.
|
String |
getServiceHost()
Gets the value of the serviceHost property.
|
String |
getTransactionID()
Gets the value of the transactionID property.
|
String |
getTransactionThreadID()
Gets the value of the transactionThreadID property.
|
String |
getURI()
Gets the value of the uri property.
|
String |
getXmlRequest()
Gets the value of the xmlRequest property.
|
String |
getXmlResponse()
Gets the value of the xmlResponse property.
|
boolean |
isSetAction() |
boolean |
isSetAgentType() |
boolean |
isSetClassification() |
boolean |
isSetHeadersRequest() |
boolean |
isSetHeadersResponse() |
boolean |
isSetIdentity() |
boolean |
isSetMessage() |
boolean |
isSetRecordedat() |
boolean |
isSetRelatedTransactionID() |
boolean |
isSetRequestSize() |
boolean |
isSetRequestURI() |
boolean |
isSetResponseSize() |
boolean |
isSetResponseTime() |
boolean |
isSetServiceHost() |
boolean |
isSetSuccess() |
boolean |
isSetTransactionID() |
boolean |
isSetTransactionThreadID() |
boolean |
isSetURI() |
boolean |
isSetXmlRequest() |
boolean |
isSetXmlResponse() |
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setRecordedat(Calendar value)
Sets the value of the recordedat property.
|
void |
setRelatedTransactionID(String value)
Sets the value of the relatedTransactionID property.
|
void |
setRequestSize(int value)
Sets the value of the requestSize property.
|
void |
setRequestURI(String value)
Sets the value of the requestURI property.
|
void |
setResponseSize(int value)
Sets the value of the responseSize property.
|
void |
setResponseTime(int value)
Sets the value of the responseTime property.
|
void |
setServiceHost(String value)
Sets the value of the serviceHost property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setTransactionID(String value)
Sets the value of the transactionID property.
|
void |
setTransactionThreadID(String value)
Sets the value of the transactionThreadID property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
void |
setXmlRequest(String value)
Sets the value of the xmlRequest property.
|
void |
setXmlResponse(String value)
Sets the value of the xmlResponse property.
|
void |
unsetHeadersRequest() |
void |
unsetHeadersResponse() |
void |
unsetIdentity() |
protected SecurityWrapper classification
protected String action
protected String message
protected String transactionID
protected String relatedTransactionID
protected String transactionThreadID
protected String serviceHost
protected boolean success
protected String uri
protected String requestURI
protected String xmlRequest
protected String xmlResponse
protected int requestSize
protected int responseSize
protected int responseTime
protected String agentType
protected Calendar recordedat
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 String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public boolean isSetTransactionID()
public String getRelatedTransactionID()
String
public void setRelatedTransactionID(String value)
value
- allowed object is
String
public boolean isSetRelatedTransactionID()
public String getTransactionThreadID()
String
public void setTransactionThreadID(String value)
value
- allowed object is
String
public boolean isSetTransactionThreadID()
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 String getServiceHost()
String
public void setServiceHost(String value)
value
- allowed object is
String
public boolean isSetServiceHost()
public boolean isSuccess()
public void setSuccess(boolean value)
public boolean isSetSuccess()
public void setURI(String value)
value
- allowed object is
String
public boolean isSetURI()
public String getRequestURI()
String
public void setRequestURI(String value)
value
- allowed object is
String
public boolean isSetRequestURI()
public String getXmlRequest()
String
public void setXmlRequest(String value)
value
- allowed object is
String
public boolean isSetXmlRequest()
public String getXmlResponse()
String
public void setXmlResponse(String value)
value
- allowed object is
String
public boolean isSetXmlResponse()
public int getRequestSize()
public void setRequestSize(int value)
public boolean isSetRequestSize()
public int getResponseSize()
public void setResponseSize(int value)
public boolean isSetResponseSize()
public int getResponseTime()
public void setResponseTime(int value)
public boolean isSetResponseTime()
public String getAgentType()
String
public void setAgentType(String value)
value
- allowed object is
String
public boolean isSetAgentType()
public Calendar getRecordedat()
Calendar
public void setRecordedat(Calendar value)
value
- allowed object is
Calendar
public boolean isSetRecordedat()
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()
Copyright © 2008–2017 MIL-OSS. All rights reserved.