Class OrderAmendmentType
Java class for OrderAmendmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderAmendmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActionTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType"/>
<element name="OfferItemRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType" minOccurs="0"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OwnerTypeCodeType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}Service1Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="TicketDocInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketDocInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected OwnerTypeCodeContentTypeprotected List<Service1Type>protected List<TicketDocInfoType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionTypeCode property.Gets the value of the offerItemRefID property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.Gets the value of the paxRefID property.Gets the value of the service property.Gets the value of the ticketDocInfo property.Gets the value of the webAddressURI property.voidsetActionTypeCode(String value) Sets the value of the actionTypeCode property.voidsetOfferItemRefID(String value) Sets the value of the offerItemRefID property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidSets the value of the ownerTypeCode property.voidsetWebAddressURI(String value) Sets the value of the webAddressURI property.
-
Field Details
-
actionTypeCode
-
offerItemRefID
-
ownerCode
-
ownerTypeCode
-
paxRefID
-
service
-
ticketDocInfo
-
webAddressURI
-
-
Constructor Details
-
OrderAmendmentType
public OrderAmendmentType()
-
-
Method Details
-
getActionTypeCode
Gets the value of the actionTypeCode property.- Returns:
- possible object is
String
-
setActionTypeCode
Sets the value of the actionTypeCode property.- Parameters:
value- allowed object isString
-
getOfferItemRefID
Gets the value of the offerItemRefID property.- Returns:
- possible object is
String
-
setOfferItemRefID
Sets the value of the offerItemRefID property.- Parameters:
value- allowed object isString
-
getOwnerCode
Gets the value of the ownerCode property.- Returns:
- possible object is
String
-
setOwnerCode
Sets the value of the ownerCode property.- Parameters:
value- allowed object isString
-
getOwnerTypeCode
Gets the value of the ownerTypeCode property.- Returns:
- possible object is
OwnerTypeCodeContentType
-
setOwnerTypeCode
Sets the value of the ownerTypeCode property.- Parameters:
value- allowed object isOwnerTypeCodeContentType
-
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 -
getService
Gets the value of the service 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 service property.For example, to add a new item, do as follows:
getService().add(newItem);Objects of the following type(s) are allowed in the list
Service1Type -
getTicketDocInfo
Gets the value of the ticketDocInfo 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 ticketDocInfo property.For example, to add a new item, do as follows:
getTicketDocInfo().add(newItem);Objects of the following type(s) are allowed in the list
TicketDocInfoType -
getWebAddressURI
Gets the value of the webAddressURI property.- Returns:
- possible object is
String
-
setWebAddressURI
Sets the value of the webAddressURI property.- Parameters:
value- allowed object isString
-