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="BilateralTimeLimit" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}BilateralTimeLimitType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CreationDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateType" minOccurs="0"/>
<element name="DepositTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
<element name="NamingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
<element name="OrderID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
<element name="OrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderItemType" maxOccurs="unbounded"/>
<element name="OrderKeys" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}Order1Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AirlineDesigCodeType"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OwnerTypeCodeType" minOccurs="0"/>
<element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PaymentInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PaymentTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
<element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderStatusCodeType" minOccurs="0"/>
<element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BilateralTimeLimitType>protected XMLGregorianCalendarprotected DateTimeTypeprotected DateTimeTypeprotected Stringprotected List<OrderItemType>protected List<Order1Type>protected Stringprotected OwnerTypeCodeContentTypeprotected List<PaymentInfoType>protected DateTimeTypeprotected OrderStatusCodeContentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bilateralTimeLimit property.Gets the value of the creationDate property.Gets the value of the depositTimeLimitDateTime property.Gets the value of the namingTimeLimitDateTime property.Gets the value of the orderID property.Gets the value of the orderItem property.Gets the value of the orderKeys property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.Gets the value of the paymentInfo property.Gets the value of the paymentTimeLimitDateTime property.Gets the value of the statusCode property.Gets the value of the webAddressURI property.voidSets the value of the creationDate property.voidSets the value of the depositTimeLimitDateTime property.voidSets the value of the namingTimeLimitDateTime 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.voidSets the value of the paymentTimeLimitDateTime property.voidSets the value of the statusCode property.voidsetWebAddressURI(String value) Sets the value of the webAddressURI property.
-
Field Details
-
bilateralTimeLimit
-
creationDate
-
depositTimeLimitDateTime
-
namingTimeLimitDateTime
-
orderID
-
orderItem
-
orderKeys
-
ownerCode
-
ownerTypeCode
-
paymentInfo
-
paymentTimeLimitDateTime
-
statusCode
-
webAddressURI
-
-
Constructor Details
-
OrderType
public OrderType()
-
-
Method Details
-
getBilateralTimeLimit
Gets the value of the bilateralTimeLimit 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 bilateralTimeLimit property.For example, to add a new item, do as follows:
getBilateralTimeLimit().add(newItem);Objects of the following type(s) are allowed in the list
BilateralTimeLimitType -
getCreationDate
Gets the value of the creationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDepositTimeLimitDateTime
Gets the value of the depositTimeLimitDateTime property.- Returns:
- possible object is
DateTimeType
-
setDepositTimeLimitDateTime
Sets the value of the depositTimeLimitDateTime property.- Parameters:
value- allowed object isDateTimeType
-
getNamingTimeLimitDateTime
Gets the value of the namingTimeLimitDateTime property.- Returns:
- possible object is
DateTimeType
-
setNamingTimeLimitDateTime
Sets the value of the namingTimeLimitDateTime property.- Parameters:
value- allowed object isDateTimeType
-
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 -
getOrderKeys
Gets the value of the orderKeys 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 orderKeys property.For example, to add a new item, do as follows:
getOrderKeys().add(newItem);Objects of the following type(s) are allowed in the list
Order1Type -
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
-
getPaymentInfo
Gets the value of the paymentInfo 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 paymentInfo property.For example, to add a new item, do as follows:
getPaymentInfo().add(newItem);Objects of the following type(s) are allowed in the list
PaymentInfoType -
getPaymentTimeLimitDateTime
Gets the value of the paymentTimeLimitDateTime property.- Returns:
- possible object is
DateTimeType
-
setPaymentTimeLimitDateTime
Sets the value of the paymentTimeLimitDateTime property.- Parameters:
value- allowed object isDateTimeType
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
OrderStatusCodeContentType
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isOrderStatusCodeContentType
-
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
-