Class ResponseType
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CommissionType" minOccurs="0"/>
<element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DataListsType" minOccurs="0"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MetadataType" minOccurs="0"/>
<element name="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderType" maxOccurs="unbounded"/>
<element name="OrderAmendment" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderAmendmentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Processing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ResponseParametersType" minOccurs="0"/>
<element name="TicketDocInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketDocInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommissionTypeprotected DataListsTypeprotected MetadataTypeprotected List<OrderAmendmentType>protected ResponseParametersTypeprotected List<TicketDocInfoType>protected List<WarningType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commission property.Gets the value of the dataLists property.Gets the value of the metadata property.getOrder()Gets the value of the order property.Gets the value of the orderAmendment property.Gets the value of the processing property.Gets the value of the ticketDocInfo property.Gets the value of the warning property.voidsetCommission(CommissionType value) Sets the value of the commission property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidSets the value of the processing property.
-
Field Details
-
commission
-
dataLists
-
metadata
-
order
-
orderAmendment
-
processing
-
ticketDocInfo
-
warning
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
getCommission
Gets the value of the commission property.- Returns:
- possible object is
CommissionType
-
setCommission
Sets the value of the commission property.- Parameters:
value- allowed object isCommissionType
-
getDataLists
Gets the value of the dataLists property.- Returns:
- possible object is
DataListsType
-
setDataLists
Sets the value of the dataLists property.- Parameters:
value- allowed object isDataListsType
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
getOrder
Gets the value of the order 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 order property.For example, to add a new item, do as follows:
getOrder().add(newItem);Objects of the following type(s) are allowed in the list
OrderType -
getOrderAmendment
Gets the value of the orderAmendment 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 orderAmendment property.For example, to add a new item, do as follows:
getOrderAmendment().add(newItem);Objects of the following type(s) are allowed in the list
OrderAmendmentType -
getProcessing
Gets the value of the processing property.- Returns:
- possible object is
ResponseParametersType
-
setProcessing
Sets the value of the processing property.- Parameters:
value- allowed object isResponseParametersType
-
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 -
getWarning
Gets the value of the warning 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 warning property.For example, to add a new item, do as follows:
getWarning().add(newItem);Objects of the following type(s) are allowed in the list
WarningType
-