Class ResponseType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.ResponseType
ServiceList response information.
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="ALaCarteOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}OfferType" minOccurs="0"/>
<element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DataListsType" minOccurs="0"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}MetadataType" minOccurs="0"/>
<element name="OfferExpirationDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DateTimeType" minOccurs="0"/>
<element name="ResponseParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ResponseParametersType" minOccurs="0"/>
<element name="ServiceListProcessing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ServiceListProcessingType" minOccurs="0"/>
<element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ShoppingResponseType" minOccurs="0"/>
<element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OfferTypeprotected DataListsTypeprotected MetadataTypeprotected XMLGregorianCalendarprotected ResponseParametersTypeprotected ServiceListProcessingTypeprotected ShoppingResponseTypeprotected List<WarningType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aLaCarteOffer property.Gets the value of the dataLists property.Gets the value of the metadata property.Gets the value of the offerExpirationDateTime property.Gets the value of the responseParameters property.Gets the value of the serviceListProcessing property.Gets the value of the shoppingResponse property.Gets the value of the warning property.voidsetALaCarteOffer(OfferType value) Sets the value of the aLaCarteOffer 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 offerExpirationDateTime property.voidSets the value of the responseParameters property.voidSets the value of the serviceListProcessing property.voidSets the value of the shoppingResponse property.
-
Field Details
-
aLaCarteOffer
-
dataLists
-
metadata
-
offerExpirationDateTime
-
responseParameters
-
serviceListProcessing
-
shoppingResponse
-
warning
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
getALaCarteOffer
Gets the value of the aLaCarteOffer property.- Returns:
- possible object is
OfferType
-
setALaCarteOffer
Sets the value of the aLaCarteOffer property.- Parameters:
value- allowed object isOfferType
-
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
-
getOfferExpirationDateTime
Gets the value of the offerExpirationDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOfferExpirationDateTime
Sets the value of the offerExpirationDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getResponseParameters
Gets the value of the responseParameters property.- Returns:
- possible object is
ResponseParametersType
-
setResponseParameters
Sets the value of the responseParameters property.- Parameters:
value- allowed object isResponseParametersType
-
getServiceListProcessing
Gets the value of the serviceListProcessing property.- Returns:
- possible object is
ServiceListProcessingType
-
setServiceListProcessing
Sets the value of the serviceListProcessing property.- Parameters:
value- allowed object isServiceListProcessingType
-
getShoppingResponse
Gets the value of the shoppingResponse property.- Returns:
- possible object is
ShoppingResponseType
-
setShoppingResponse
Sets the value of the shoppingResponse property.- Parameters:
value- allowed object isShoppingResponseType
-
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
-