java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.ResponseType

public class ResponseType extends Object
Payload information for OrderViewRS.

Java class for ResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CommissionType" minOccurs="0"/>
         <element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DataListsType" minOccurs="0"/>
         <element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MetadataType" minOccurs="0"/>
         <element name="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderType" maxOccurs="unbounded"/>
         <element name="OrderAmendment" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderAmendmentType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Processing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ResponseParametersType" minOccurs="0"/>
         <element name="TicketDocInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketDocInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseType

      public ResponseType()
  • Method Details

    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getOrder

      public List<OrderType> getOrder()
      Gets the value of the order property.

      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 order property.

      For example, to add a new item, do as follows:

          getOrder().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrderType

    • getOrderAmendment

      public List<OrderAmendmentType> getOrderAmendment()
      Gets the value of the orderAmendment property.

      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 orderAmendment property.

      For example, to add a new item, do as follows:

          getOrderAmendment().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrderAmendmentType

    • getProcessing

      public ResponseParametersType getProcessing()
      Gets the value of the processing property.
      Returns:
      possible object is ResponseParametersType
    • setProcessing

      public void setProcessing(ResponseParametersType value)
      Sets the value of the processing property.
      Parameters:
      value - allowed object is ResponseParametersType
    • getTicketDocInfo

      public List<TicketDocInfoType> getTicketDocInfo()
      Gets the value of the ticketDocInfo property.

      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 ticketDocInfo property.

      For example, to add a new item, do as follows:

          getTicketDocInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list TicketDocInfoType

    • getWarning

      public List<WarningType> getWarning()
      Gets the value of the warning property.

      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 warning property.

      For example, to add a new item, do as follows:

          getWarning().add(newItem);
       

      Objects of the following type(s) are allowed in the list WarningType