Class ProgramCriteriaType.ProgramOwner
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.ProgramCriteriaType.ProgramOwner
- Enclosing class:
- ProgramCriteriaType
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">
<choice>
<element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CarrierType" minOccurs="0"/>
<element name="Org" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}OrgType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrier property.getOrg()Gets the value of the org property.voidsetCarrier(CarrierType value) Sets the value of the carrier property.voidSets the value of the org property.
-
Field Details
-
carrier
-
org
-
-
Constructor Details
-
ProgramOwner
public ProgramOwner()
-
-
Method Details
-
getCarrier
Gets the value of the carrier property.- Returns:
- possible object is
CarrierType
-
setCarrier
Sets the value of the carrier property.- Parameters:
value- allowed object isCarrierType
-
getOrg
Gets the value of the org property.- Returns:
- possible object is
OrgType
-
setOrg
Sets the value of the org property.- Parameters:
value- allowed object isOrgType
-