Class PromotionType
Java class for PromotionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ProperNameType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PromotionID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
<element name="PromotionIssuer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PromotionIssuerType" minOccurs="0"/>
<element name="Remark" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}RemarkType" maxOccurs="unbounded" minOccurs="0"/>
<element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected PromotionIssuerTypeprotected List<RemarkType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ownerName property.Gets the value of the paxRefID property.Gets the value of the promotionID property.Gets the value of the promotionIssuer property.Gets the value of the remark property.getURL()Gets the value of the url property.voidsetOwnerName(String value) Sets the value of the ownerName property.voidsetPromotionID(String value) Sets the value of the promotionID property.voidSets the value of the promotionIssuer property.voidSets the value of the url property.
-
Field Details
-
ownerName
-
paxRefID
-
promotionID
-
promotionIssuer
-
remark
-
url
-
-
Constructor Details
-
PromotionType
public PromotionType()
-
-
Method Details
-
getOwnerName
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
getPaxRefID
Gets the value of the paxRefID 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 paxRefID property.For example, to add a new item, do as follows:
getPaxRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPromotionID
Gets the value of the promotionID property.- Returns:
- possible object is
String
-
setPromotionID
Sets the value of the promotionID property.- Parameters:
value- allowed object isString
-
getPromotionIssuer
Gets the value of the promotionIssuer property.- Returns:
- possible object is
PromotionIssuerType
-
setPromotionIssuer
Sets the value of the promotionIssuer property.- Parameters:
value- allowed object isPromotionIssuerType
-
getRemark
Gets the value of the remark 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 remark property.For example, to add a new item, do as follows:
getRemark().add(newItem);Objects of the following type(s) are allowed in the list
RemarkType -
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isString
-