Class IATAPayloadStandardAttributesType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.IATAPayloadStandardAttributesType
The IATA_PayloadStdAttributes defines the standard attributes that appear on the root element for all IATA payloads.
Java class for IATAPayloadStandardAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IATAPayloadStandardAttributesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AltLangID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="CorrelationID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="EchoTokenText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="PrimaryLangID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="RetransmissionInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="SeqNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}NumberType" minOccurs="0"/>
<element name="Timestamp" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DateTimeType" minOccurs="0"/>
<element name="TrxID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="TrxStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
<element name="VersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}NumberType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected BigDecimalprotected XMLGregorianCalendarprotected Stringprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altLangID property.Gets the value of the correlationID property.Gets the value of the echoTokenText property.Gets the value of the primaryLangID property.Gets the value of the seqNumber property.Gets the value of the timestamp property.getTrxID()Gets the value of the trxID property.Gets the value of the trxStatusCode property.Gets the value of the versionNumber property.Gets the value of the retransmissionInd property.voidsetAltLangID(String value) Sets the value of the altLangID property.voidsetCorrelationID(String value) Sets the value of the correlationID property.voidsetEchoTokenText(String value) Sets the value of the echoTokenText property.voidsetPrimaryLangID(String value) Sets the value of the primaryLangID property.voidsetRetransmissionInd(Boolean value) Sets the value of the retransmissionInd property.voidsetSeqNumber(BigDecimal value) Sets the value of the seqNumber property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.voidSets the value of the trxID property.voidsetTrxStatusCode(String value) Sets the value of the trxStatusCode property.voidsetVersionNumber(BigDecimal value) Sets the value of the versionNumber property.
-
Field Details
-
altLangID
-
correlationID
-
echoTokenText
-
-
retransmissionInd
-
seqNumber
-
timestamp
-
trxID
-
trxStatusCode
-
versionNumber
-
-
Constructor Details
-
IATAPayloadStandardAttributesType
public IATAPayloadStandardAttributesType()
-
-
Method Details
-
getAltLangID
Gets the value of the altLangID property.- Returns:
- possible object is
String
-
setAltLangID
Sets the value of the altLangID property.- Parameters:
value- allowed object isString
-
getCorrelationID
Gets the value of the correlationID property.- Returns:
- possible object is
String
-
setCorrelationID
Sets the value of the correlationID property.- Parameters:
value- allowed object isString
-
getEchoTokenText
Gets the value of the echoTokenText property.- Returns:
- possible object is
String
-
setEchoTokenText
Sets the value of the echoTokenText property.- Parameters:
value- allowed object isString
-
getPrimaryLangID
Gets the value of the primaryLangID property.- Returns:
- possible object is
String
-
setPrimaryLangID
Sets the value of the primaryLangID property.- Parameters:
value- allowed object isString
-
isRetransmissionInd
Gets the value of the retransmissionInd property.- Returns:
- possible object is
Boolean
-
setRetransmissionInd
Sets the value of the retransmissionInd property.- Parameters:
value- allowed object isBoolean
-
getSeqNumber
Gets the value of the seqNumber property.- Returns:
- possible object is
BigDecimal
-
setSeqNumber
Sets the value of the seqNumber property.- Parameters:
value- allowed object isBigDecimal
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTrxID
Gets the value of the trxID property.- Returns:
- possible object is
String
-
setTrxID
Sets the value of the trxID property.- Parameters:
value- allowed object isString
-
getTrxStatusCode
Gets the value of the trxStatusCode property.- Returns:
- possible object is
String
-
setTrxStatusCode
Sets the value of the trxStatusCode property.- Parameters:
value- allowed object isString
-
getVersionNumber
Gets the value of the versionNumber property.- Returns:
- possible object is
BigDecimal
-
setVersionNumber
Sets the value of the versionNumber property.- Parameters:
value- allowed object isBigDecimal
-