Class IATAOrderViewRS
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.IATAOrderViewRS
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Error" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ErrorsType" maxOccurs="unbounded"/>
<element name="Response" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ResponseType"/>
</choice>
<element name="AugmentationPoint" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MessageDoc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MessageDocType" minOccurs="0"/>
<element name="Party" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PartyType" minOccurs="0"/>
<element name="PayloadAttributes" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATAPayloadStandardAttributesType" minOccurs="0"/>
<element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaymentInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IATAOrderViewRS.AugmentationPointprotected List<ErrorsType>protected MessageDocTypeprotected PartyTypeprotected IATAPayloadStandardAttributesTypeprotected PaymentInfoTypeprotected ResponseType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the augmentationPoint property.getError()Gets the value of the error property.Gets the value of the messageDoc property.getParty()Gets the value of the party property.Gets the value of the payloadAttributes property.Gets the value of the paymentInfo property.Gets the value of the response property.voidSets the value of the augmentationPoint property.voidsetMessageDoc(MessageDocType value) Sets the value of the messageDoc property.voidSets the value of the party property.voidSets the value of the payloadAttributes property.voidsetPaymentInfo(PaymentInfoType value) Sets the value of the paymentInfo property.voidsetResponse(ResponseType value) Sets the value of the response property.
-
Field Details
-
error
-
response
-
augmentationPoint
-
messageDoc
-
party
-
payloadAttributes
-
paymentInfo
-
-
Constructor Details
-
IATAOrderViewRS
public IATAOrderViewRS()
-
-
Method Details
-
getError
Gets the value of the error 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 error property.For example, to add a new item, do as follows:
getError().add(newItem);Objects of the following type(s) are allowed in the list
ErrorsType -
getResponse
Gets the value of the response property.- Returns:
- possible object is
ResponseType
-
setResponse
Sets the value of the response property.- Parameters:
value- allowed object isResponseType
-
getAugmentationPoint
Gets the value of the augmentationPoint property.- Returns:
- possible object is
IATAOrderViewRS.AugmentationPoint
-
setAugmentationPoint
Sets the value of the augmentationPoint property.- Parameters:
value- allowed object isIATAOrderViewRS.AugmentationPoint
-
getMessageDoc
Gets the value of the messageDoc property.- Returns:
- possible object is
MessageDocType
-
setMessageDoc
Sets the value of the messageDoc property.- Parameters:
value- allowed object isMessageDocType
-
getParty
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
setParty
Sets the value of the party property.- Parameters:
value- allowed object isPartyType
-
getPayloadAttributes
Gets the value of the payloadAttributes property.- Returns:
- possible object is
IATAPayloadStandardAttributesType
-
setPayloadAttributes
Sets the value of the payloadAttributes property.- Parameters:
value- allowed object isIATAPayloadStandardAttributesType
-
getPaymentInfo
Gets the value of the paymentInfo property.- Returns:
- possible object is
PaymentInfoType
-
setPaymentInfo
Sets the value of the paymentInfo property.- Parameters:
value- allowed object isPaymentInfoType
-