|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.OTAPayloadStdAttributes
public class OTAPayloadStdAttributes
The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OpenTravel messages. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OTA_PayloadStdAttributes">
<xs:attribute type="xs:string" use="optional" name="EchoToken"/>
<xs:attribute type="xs:dateTime" use="optional" name="TimeStamp"/>
<xs:attribute use="optional" name="Target">
<xs:simpleType>
<!-- Reference to inner class Target -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:float" use="required" name="Version"/>
<xs:attribute type="xs:string" use="optional" name="TransactionIdentifier"/>
<xs:attribute type="xs:int" use="optional" name="SequenceNmbr"/>
<xs:attribute use="optional" name="TransactionStatusCode">
<xs:simpleType>
<!-- Reference to inner class TransactionStatusCode -->
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="ns:PrimaryLangID_Group"/>
<xs:attributeGroup ref="ns:AltLangID_Group"/>
<xs:attribute type="xs:boolean" use="optional" name="RetransmissionIndicator"/>
<xs:attribute type="xs:string" use="optional" name="CorrelationID"/>
</xs:attributeGroup>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PrimaryLangID_Group">
<xs:attribute type="xs:string" use="optional" name="PrimaryLangID"/>
</xs:attributeGroup>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AltLangID_Group">
<xs:attribute type="xs:string" use="optional" name="AltLangID"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
OTAPayloadStdAttributes.Target
Schema fragment(s) for this class: |
static class |
OTAPayloadStdAttributes.TransactionStatusCode
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
OTAPayloadStdAttributes()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAltLangID()
Get the 'AltLangID' attribute value. |
java.lang.String |
getCorrelationID()
Get the 'CorrelationID' attribute value. |
java.lang.String |
getEchoToken()
Get the 'EchoToken' attribute value. |
java.lang.String |
getPrimaryLangID()
Get the 'PrimaryLangID' attribute value. |
java.lang.Boolean |
getRetransmissionIndicator()
Get the 'RetransmissionIndicator' attribute value. |
java.lang.Integer |
getSequenceNmbr()
Get the 'SequenceNmbr' attribute value. |
OTAPayloadStdAttributes.Target |
getTarget()
Get the 'Target' attribute value. |
java.util.Date |
getTimeStamp()
Get the 'TimeStamp' attribute value. |
java.lang.String |
getTransactionIdentifier()
Get the 'TransactionIdentifier' attribute value. |
OTAPayloadStdAttributes.TransactionStatusCode |
getTransactionStatusCode()
Get the 'TransactionStatusCode' attribute value. |
java.lang.Float |
getVersion()
Get the 'Version' attribute value. |
void |
setAltLangID(java.lang.String altLangID)
Set the 'AltLangID' attribute value. |
void |
setCorrelationID(java.lang.String correlationID)
Set the 'CorrelationID' attribute value. |
void |
setEchoToken(java.lang.String echoToken)
Set the 'EchoToken' attribute value. |
void |
setPrimaryLangID(java.lang.String primaryLangID)
Set the 'PrimaryLangID' attribute value. |
void |
setRetransmissionIndicator(java.lang.Boolean retransmissionIndicator)
Set the 'RetransmissionIndicator' attribute value. |
void |
setSequenceNmbr(java.lang.Integer sequenceNmbr)
Set the 'SequenceNmbr' attribute value. |
void |
setTarget(OTAPayloadStdAttributes.Target target)
Set the 'Target' attribute value. |
void |
setTimeStamp(java.util.Date timeStamp)
Set the 'TimeStamp' attribute value. |
void |
setTransactionIdentifier(java.lang.String transactionIdentifier)
Set the 'TransactionIdentifier' attribute value. |
void |
setTransactionStatusCode(OTAPayloadStdAttributes.TransactionStatusCode transactionStatusCode)
Set the 'TransactionStatusCode' attribute value. |
void |
setVersion(java.lang.Float version)
Set the 'Version' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OTAPayloadStdAttributes()
| Method Detail |
|---|
public java.lang.String getEchoToken()
public void setEchoToken(java.lang.String echoToken)
echoToken - public java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date timeStamp)
timeStamp - public OTAPayloadStdAttributes.Target getTarget()
public void setTarget(OTAPayloadStdAttributes.Target target)
target - public java.lang.Float getVersion()
public void setVersion(java.lang.Float version)
version - public java.lang.String getTransactionIdentifier()
public void setTransactionIdentifier(java.lang.String transactionIdentifier)
transactionIdentifier - public java.lang.Integer getSequenceNmbr()
public void setSequenceNmbr(java.lang.Integer sequenceNmbr)
sequenceNmbr - public OTAPayloadStdAttributes.TransactionStatusCode getTransactionStatusCode()
public void setTransactionStatusCode(OTAPayloadStdAttributes.TransactionStatusCode transactionStatusCode)
transactionStatusCode - public java.lang.String getPrimaryLangID()
public void setPrimaryLangID(java.lang.String primaryLangID)
primaryLangID - public java.lang.String getAltLangID()
public void setAltLangID(java.lang.String altLangID)
altLangID - public java.lang.Boolean getRetransmissionIndicator()
public void setRetransmissionIndicator(java.lang.Boolean retransmissionIndicator)
retransmissionIndicator - public java.lang.String getCorrelationID()
public void setCorrelationID(java.lang.String correlationID)
correlationID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||