Class IATAPaymentClearingListRS

java.lang.Object
org.iata.iata._2015._00._2021_3.iata_paymentclearinglistrs.IATAPaymentClearingListRS

public class IATAPaymentClearingListRS extends 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">
       <sequence>
         <choice>
           <element name="ClearingProcess" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}ClearingProcessType" maxOccurs="unbounded"/>
           <element name="Error" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}ErrorType" maxOccurs="unbounded"/>
         </choice>
         <element name="PayloadStandardAttributes" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}IATA_PayloadStandardAttributesType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IATAPaymentClearingListRS

      public IATAPaymentClearingListRS()
  • Method Details

    • getClearingProcess

      public List<ClearingProcessType> getClearingProcess()
      Gets the value of the clearingProcess 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 clearingProcess property.

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

          getClearingProcess().add(newItem);
       

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

    • getError

      public List<ErrorType> getError()
      Gets the value of the error 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 error property.

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

          getError().add(newItem);
       

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

    • getPayloadStandardAttributes

      public IATAPayloadStandardAttributesType getPayloadStandardAttributes()
      Gets the value of the payloadStandardAttributes property.
      Returns:
      possible object is IATAPayloadStandardAttributesType
    • setPayloadStandardAttributes

      public void setPayloadStandardAttributes(IATAPayloadStandardAttributesType value)
      Sets the value of the payloadStandardAttributes property.
      Parameters:
      value - allowed object is IATAPayloadStandardAttributesType