Class ParticipantType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<AggregatorType>protected List<CorporationType>protected List<EnabledSystemType>protected List<CarrierType>protected List<CarrierType>protected List<CarrierType>protected List<CarrierType>protected List<RetailPartnerType>protected List<TravelAgencyType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregator property.Gets the value of the corporation property.Gets the value of the enabledSystem property.Gets the value of the marketingCarrier property.Gets the value of the operatingCarrier property.getORA()Gets the value of the ora property.getPOA()Gets the value of the poa property.Gets the value of the retailPartner property.Gets the value of the travelAgency property.
-
Field Details
-
aggregator
-
corporation
-
enabledSystem
-
marketingCarrier
-
operatingCarrier
-
ora
-
poa
-
retailPartner
-
travelAgency
-
-
Constructor Details
-
ParticipantType
public ParticipantType()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
-