Class IATASeatAvailRS
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.IATASeatAvailRS
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_SeatAvailabilityRS}ErrorType" maxOccurs="unbounded"/>
<element name="Response" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}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_SeatAvailabilityRS}MessageDocType" minOccurs="0"/>
<element name="PayloadAttributes" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IATAPayloadStandardAttributesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IATASeatAvailRS.AugmentationPointprotected MessageDocTypeprotected IATAPayloadStandardAttributesTypeprotected 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.Gets the value of the payloadAttributes 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 payloadAttributes property.voidsetResponse(ResponseType value) Sets the value of the response property.
-
Field Details
-
error
-
response
-
augmentationPoint
-
messageDoc
-
payloadAttributes
-
-
Constructor Details
-
IATASeatAvailRS
public IATASeatAvailRS()
-
-
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
ErrorType -
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
IATASeatAvailRS.AugmentationPoint
-
setAugmentationPoint
Sets the value of the augmentationPoint property.- Parameters:
value- allowed object isIATASeatAvailRS.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
-
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
-