Class IATAPayloadStandardAttributesType

java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.IATAPayloadStandardAttributesType

public class IATAPayloadStandardAttributesType extends Object
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_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="CorrelationID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="EchoTokenText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" minOccurs="0"/>
         <element name="PrimaryLangID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="RetransmissionInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IndType" minOccurs="0"/>
         <element name="SeqNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NumberType" minOccurs="0"/>
         <element name="Timestamp" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="TrxID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="TrxStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
         <element name="VersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NumberType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • altLangID

      protected String altLangID
    • correlationID

      protected String correlationID
    • echoTokenText

      protected String echoTokenText
    • primaryLangID

      protected String primaryLangID
    • retransmissionInd

      protected Boolean retransmissionInd
    • seqNumber

      protected BigDecimal seqNumber
    • timestamp

      protected XMLGregorianCalendar timestamp
    • trxID

      protected String trxID
    • trxStatusCode

      protected String trxStatusCode
    • versionNumber

      protected BigDecimal versionNumber
  • Constructor Details

    • IATAPayloadStandardAttributesType

      public IATAPayloadStandardAttributesType()
  • Method Details

    • getAltLangID

      public String getAltLangID()
      Gets the value of the altLangID property.
      Returns:
      possible object is String
    • setAltLangID

      public void setAltLangID(String value)
      Sets the value of the altLangID property.
      Parameters:
      value - allowed object is String
    • getCorrelationID

      public String getCorrelationID()
      Gets the value of the correlationID property.
      Returns:
      possible object is String
    • setCorrelationID

      public void setCorrelationID(String value)
      Sets the value of the correlationID property.
      Parameters:
      value - allowed object is String
    • getEchoTokenText

      public String getEchoTokenText()
      Gets the value of the echoTokenText property.
      Returns:
      possible object is String
    • setEchoTokenText

      public void setEchoTokenText(String value)
      Sets the value of the echoTokenText property.
      Parameters:
      value - allowed object is String
    • getPrimaryLangID

      public String getPrimaryLangID()
      Gets the value of the primaryLangID property.
      Returns:
      possible object is String
    • setPrimaryLangID

      public void setPrimaryLangID(String value)
      Sets the value of the primaryLangID property.
      Parameters:
      value - allowed object is String
    • isRetransmissionInd

      public Boolean isRetransmissionInd()
      Gets the value of the retransmissionInd property.
      Returns:
      possible object is Boolean
    • setRetransmissionInd

      public void setRetransmissionInd(Boolean value)
      Sets the value of the retransmissionInd property.
      Parameters:
      value - allowed object is Boolean
    • getSeqNumber

      public BigDecimal getSeqNumber()
      Gets the value of the seqNumber property.
      Returns:
      possible object is BigDecimal
    • setSeqNumber

      public void setSeqNumber(BigDecimal value)
      Sets the value of the seqNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTrxID

      public String getTrxID()
      Gets the value of the trxID property.
      Returns:
      possible object is String
    • setTrxID

      public void setTrxID(String value)
      Sets the value of the trxID property.
      Parameters:
      value - allowed object is String
    • getTrxStatusCode

      public String getTrxStatusCode()
      Gets the value of the trxStatusCode property.
      Returns:
      possible object is String
    • setTrxStatusCode

      public void setTrxStatusCode(String value)
      Sets the value of the trxStatusCode property.
      Parameters:
      value - allowed object is String
    • getVersionNumber

      public BigDecimal getVersionNumber()
      Gets the value of the versionNumber property.
      Returns:
      possible object is BigDecimal
    • setVersionNumber

      public void setVersionNumber(BigDecimal value)
      Sets the value of the versionNumber property.
      Parameters:
      value - allowed object is BigDecimal