Class RecipientType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.RecipientType
Information related to the party receiving this message.
Java class for RecipientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecipientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Aggregator" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}AggregatorType" minOccurs="0"/>
<element name="Corporation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CorporationType" minOccurs="0"/>
<element name="EnabledSystem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}EnabledSystemType" minOccurs="0"/>
<element name="MarketingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CarrierType" minOccurs="0"/>
<element name="OperatingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CarrierType" minOccurs="0"/>
<element name="ORA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CarrierType" minOccurs="0"/>
<element name="POA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CarrierType" minOccurs="0"/>
<element name="RetailPartner" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}RetailPartnerType" minOccurs="0"/>
<element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TravelAgencyType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AggregatorTypeprotected CorporationTypeprotected EnabledSystemTypeprotected CarrierTypeprotected CarrierTypeprotected CarrierTypeprotected CarrierTypeprotected RetailPartnerTypeprotected 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.voidsetAggregator(AggregatorType value) Sets the value of the aggregator property.voidsetCorporation(CorporationType value) Sets the value of the corporation property.voidSets the value of the enabledSystem property.voidsetMarketingCarrier(CarrierType value) Sets the value of the marketingCarrier property.voidsetOperatingCarrier(CarrierType value) Sets the value of the operatingCarrier property.voidsetORA(CarrierType value) Sets the value of the ora property.voidsetPOA(CarrierType value) Sets the value of the poa property.voidSets the value of the retailPartner property.voidsetTravelAgency(TravelAgencyType value) Sets the value of the travelAgency property.
-
Field Details
-
aggregator
-
corporation
-
enabledSystem
-
marketingCarrier
-
operatingCarrier
-
ora
-
poa
-
retailPartner
-
travelAgency
-
-
Constructor Details
-
RecipientType
public RecipientType()
-
-
Method Details
-
getAggregator
Gets the value of the aggregator property.- Returns:
- possible object is
AggregatorType
-
setAggregator
Sets the value of the aggregator property.- Parameters:
value- allowed object isAggregatorType
-
getCorporation
Gets the value of the corporation property.- Returns:
- possible object is
CorporationType
-
setCorporation
Sets the value of the corporation property.- Parameters:
value- allowed object isCorporationType
-
getEnabledSystem
Gets the value of the enabledSystem property.- Returns:
- possible object is
EnabledSystemType
-
setEnabledSystem
Sets the value of the enabledSystem property.- Parameters:
value- allowed object isEnabledSystemType
-
getMarketingCarrier
Gets the value of the marketingCarrier property.- Returns:
- possible object is
CarrierType
-
setMarketingCarrier
Sets the value of the marketingCarrier property.- Parameters:
value- allowed object isCarrierType
-
getOperatingCarrier
Gets the value of the operatingCarrier property.- Returns:
- possible object is
CarrierType
-
setOperatingCarrier
Sets the value of the operatingCarrier property.- Parameters:
value- allowed object isCarrierType
-
getORA
Gets the value of the ora property.- Returns:
- possible object is
CarrierType
-
setORA
Sets the value of the ora property.- Parameters:
value- allowed object isCarrierType
-
getPOA
Gets the value of the poa property.- Returns:
- possible object is
CarrierType
-
setPOA
Sets the value of the poa property.- Parameters:
value- allowed object isCarrierType
-
getRetailPartner
Gets the value of the retailPartner property.- Returns:
- possible object is
RetailPartnerType
-
setRetailPartner
Sets the value of the retailPartner property.- Parameters:
value- allowed object isRetailPartnerType
-
getTravelAgency
Gets the value of the travelAgency property.- Returns:
- possible object is
TravelAgencyType
-
setTravelAgency
Sets the value of the travelAgency property.- Parameters:
value- allowed object isTravelAgencyType
-