Class OrderType
Java class for OrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BookingRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}BookingRefType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OrderID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type"/>
<element name="OrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OrderItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType" minOccurs="0"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OwnerTypeCodeType" minOccurs="0"/>
<element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BookingRefType>protected Stringprotected List<OrderItemType>protected Stringprotected OwnerTypeCodeContentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingRef property.Gets the value of the orderID property.Gets the value of the orderItem property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.Gets the value of the webAddressURI property.voidsetOrderID(String value) Sets the value of the orderID 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
-
bookingRef
-
orderID
-
orderItem
-
ownerCode
-
ownerTypeCode
-
webAddressURI
-
-
Constructor Details
-
OrderType
public OrderType()
-
-
Method Details
-
getBookingRef
Gets the value of the bookingRef 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 bookingRef property.For example, to add a new item, do as follows:
getBookingRef().add(newItem);Objects of the following type(s) are allowed in the list
BookingRefType -
getOrderID
Gets the value of the orderID property.- Returns:
- possible object is
String
-
setOrderID
Sets the value of the orderID property.- Parameters:
value- allowed object isString
-
getOrderItem
Gets the value of the orderItem 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 orderItem property.For example, to add a new item, do as follows:
getOrderItem().add(newItem);Objects of the following type(s) are allowed in the list
OrderItemType -
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
-
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
-