public class Message
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{}x-timestamp"/> <element ref="{}duration"/> <element ref="{}returnCode"/> <element ref="{}sent"/> <element ref="{}rcvd" minOccurs="0"/> <element name="firstByteSent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastByteSent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="firstByteReceived" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastByteReceived" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}requestLine"/> <element ref="{}requestHeader" minOccurs="0"/> <element ref="{}requestBody" minOccurs="0"/> <element ref="{}responseHeader" minOccurs="0"/> <element name="additionalInfo" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> <element name="responseFile" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element ref="{}ClientTrace" maxOccurs="unbounded" minOccurs="0"/> </choice> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dsrGuid" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> <attribute name="localPort" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="protocol"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="http"/> <enumeration value="rfc"/> <enumeration value="diag"/> <enumeration value="diag-eem"/> <enumeration value="eemcommand"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
additionalInfoList |
protected java.util.List<ClientTraceType> |
clientTraceList |
protected java.lang.String |
dsrGuid |
protected java.math.BigInteger |
duration |
protected java.lang.String |
firstByteReceived |
protected java.lang.String |
firstByteSent |
protected java.math.BigInteger |
id |
protected java.lang.String |
lastByteReceived |
protected java.lang.String |
lastByteSent |
protected java.math.BigInteger |
localPort |
protected java.lang.String |
name |
protected java.lang.String |
protocol |
protected java.math.BigInteger |
rcvd |
protected java.lang.String |
requestBody |
protected java.lang.String |
requestHeader |
protected java.lang.String |
requestLine |
protected java.lang.String |
responseFile |
protected java.lang.String |
responseHeader |
protected java.lang.String |
returnCode |
protected java.math.BigInteger |
sent |
protected java.lang.String |
xTimestamp |
Constructor and Description |
---|
Message(java.math.BigInteger id,
SAPPassport passport,
IGuid transactionID,
java.lang.String correlationID) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAdditionalInfoList() |
java.util.List<ClientTraceType> |
getClientTraceList() |
java.lang.String |
getCorrelationID() |
java.lang.String |
getDsrGuid()
Gets the value of the dsrGuid property.
|
java.math.BigInteger |
getDuration() |
java.lang.String |
getFirstByteReceived() |
java.lang.String |
getFirstByteSent() |
java.math.BigInteger |
getId()
Gets the value of the id property.
|
java.lang.String |
getLastByteReceived() |
java.lang.String |
getLastByteSent() |
java.math.BigInteger |
getLocalPort()
Gets the value of the localPort property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
SAPPassport |
getPassport() |
java.lang.String |
getProtocol()
Gets the value of the protocol property.
|
java.math.BigInteger |
getRcvd() |
java.lang.String |
getRequestBody() |
java.lang.String |
getRequestHeader() |
java.lang.String |
getRequestLine() |
java.lang.String |
getResponseFile() |
java.lang.String |
getResponseHeader() |
java.lang.String |
getReturnCode() |
java.math.BigInteger |
getSent() |
IGuid |
getTransactionID() |
java.lang.String |
getxTimestamp() |
void |
setDsrGuid(java.lang.String value)
Sets the value of the dsrGuid property.
|
void |
setDuration(java.math.BigInteger duration) |
void |
setFirstByteReceived(java.lang.String firstByteReceived) |
void |
setFirstByteSent(java.lang.String firstByteSent) |
void |
setId(java.math.BigInteger value)
Sets the value of the id property.
|
void |
setLastByteReceived(java.lang.String lastByteReceived) |
void |
setLastByteSent(java.lang.String lastByteSent) |
void |
setLocalPort(java.math.BigInteger value)
Sets the value of the localPort property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property.
|
void |
setRcvd(java.math.BigInteger rcvd) |
void |
setRequestBody(java.lang.String requestBody) |
void |
setRequestHeader(java.lang.String requestHeader) |
void |
setRequestLine(java.lang.String requestLine) |
void |
setResponseFile(java.lang.String responseFile) |
void |
setResponseHeader(java.lang.String responseHeader) |
void |
setReturnCode(java.lang.String returnCode) |
void |
setSent(java.math.BigInteger sent) |
void |
setxTimestamp(java.lang.String xTimestamp) |
protected java.lang.String firstByteReceived
protected java.util.List<ClientTraceType> clientTraceList
protected java.lang.String requestBody
protected java.lang.String requestLine
protected java.lang.String lastByteReceived
protected java.math.BigInteger rcvd
protected java.math.BigInteger duration
protected java.lang.String xTimestamp
protected java.lang.String requestHeader
protected java.lang.String firstByteSent
protected java.lang.String responseHeader
protected java.util.List<java.lang.Object> additionalInfoList
protected java.math.BigInteger sent
protected java.lang.String lastByteSent
protected java.lang.String responseFile
protected java.lang.String returnCode
protected java.math.BigInteger id
protected java.lang.String name
protected java.lang.String dsrGuid
protected java.math.BigInteger localPort
protected java.lang.String protocol
public Message(java.math.BigInteger id, SAPPassport passport, IGuid transactionID, java.lang.String correlationID)
public java.lang.String getFirstByteReceived()
public void setFirstByteReceived(java.lang.String firstByteReceived)
firstByteReceived
- the firstByteReceived to setpublic java.lang.String getRequestBody()
public void setRequestBody(java.lang.String requestBody)
requestBody
- the requestBody to setpublic java.lang.String getRequestLine()
public void setRequestLine(java.lang.String requestLine)
requestLine
- the requestLine to set. The requesstLine should follow the
following pattern: <action <uri> <protocol> Valid: e.g.
"N/A http://web.retail-sc.com/proxy.pac HTTP/1.1" Invalid:
e.g. " http://web.retail-sc.com/proxy.pac HTTP/1.1"public java.lang.String getLastByteReceived()
public void setLastByteReceived(java.lang.String lastByteReceived)
lastByteReceived
- the lastByteReceived to setpublic java.math.BigInteger getRcvd()
public void setRcvd(java.math.BigInteger rcvd)
rcvd
- the rcvd to setpublic java.math.BigInteger getDuration()
public void setDuration(java.math.BigInteger duration)
duration
- the duration to setpublic java.lang.String getxTimestamp()
public void setxTimestamp(java.lang.String xTimestamp)
xTimestamp
- the xTimestamp to setpublic java.lang.String getRequestHeader()
public void setRequestHeader(java.lang.String requestHeader)
requestHeader
- the requestHeader to setpublic java.lang.String getFirstByteSent()
public void setFirstByteSent(java.lang.String firstByteSent)
firstByteSent
- the firstByteSent to setpublic java.lang.String getResponseHeader()
public void setResponseHeader(java.lang.String responseHeader)
responseHeader
- the responseHeader to setpublic java.math.BigInteger getSent()
public void setSent(java.math.BigInteger sent)
sent
- the sent to setpublic java.lang.String getLastByteSent()
public void setLastByteSent(java.lang.String lastByteSent)
lastByteSent
- the lastByteSent to setpublic java.lang.String getResponseFile()
public void setResponseFile(java.lang.String responseFile)
responseFile
- the responseFile to setpublic java.lang.String getReturnCode()
public void setReturnCode(java.lang.String returnCode)
returnCode
- the returnCode to setpublic java.util.List<ClientTraceType> getClientTraceList()
public java.util.List<java.lang.Object> getAdditionalInfoList()
public java.math.BigInteger getId()
BigInteger
public void setId(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDsrGuid()
String
public void setDsrGuid(java.lang.String value)
value
- allowed object is
String
format is hexBinarypublic java.math.BigInteger getLocalPort()
BigInteger
public void setLocalPort(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getProtocol()
String
public void setProtocol(java.lang.String value)
value
- allowed object is
String
public SAPPassport getPassport()
public IGuid getTransactionID()
public java.lang.String getCorrelationID()