Class ParticipantType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.ParticipantType

public class ParticipantType extends Object
Information related to parties relevant to the contents of this message.

Java class for ParticipantType complex type.

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

 <complexType name="ParticipantType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Aggregator" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}AggregatorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Corporation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CorporationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EnabledSystem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}EnabledSystemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MarketingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OperatingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ORA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="POA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RetailPartner" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}RetailPartnerType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}TravelAgencyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ParticipantType

      public ParticipantType()
  • Method Details

    • getAggregator

      public List<AggregatorType> getAggregator()
      Gets the value of the aggregator 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 aggregator property.

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

          getAggregator().add(newItem);
       

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

    • getCorporation

      public List<CorporationType> getCorporation()
      Gets the value of the corporation 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 corporation property.

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

          getCorporation().add(newItem);
       

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

    • getEnabledSystem

      public List<EnabledSystemType> getEnabledSystem()
      Gets the value of the enabledSystem 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 enabledSystem property.

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

          getEnabledSystem().add(newItem);
       

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

    • getMarketingCarrier

      public List<CarrierType> getMarketingCarrier()
      Gets the value of the marketingCarrier 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 marketingCarrier property.

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

          getMarketingCarrier().add(newItem);
       

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

    • getOperatingCarrier

      public List<CarrierType> getOperatingCarrier()
      Gets the value of the operatingCarrier 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 operatingCarrier property.

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

          getOperatingCarrier().add(newItem);
       

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

    • getORA

      public List<CarrierType> getORA()
      Gets the value of the ora 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 ora property.

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

          getORA().add(newItem);
       

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

    • getPOA

      public List<CarrierType> getPOA()
      Gets the value of the poa 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 poa property.

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

          getPOA().add(newItem);
       

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

    • getRetailPartner

      public List<RetailPartnerType> getRetailPartner()
      Gets the value of the retailPartner 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 retailPartner property.

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

          getRetailPartner().add(newItem);
       

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

    • getTravelAgency

      public List<TravelAgencyType> getTravelAgency()
      Gets the value of the travelAgency 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 travelAgency property.

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

          getTravelAgency().add(newItem);
       

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