Class IATAServiceStatusChangeNotifRQ
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sscn.IATAServiceStatusChangeNotifRQ
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>
<element name="Party" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}PartyType" minOccurs="0"/>
<element name="PayloadAttributes" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}IATAPayloadStandardAttributesType" minOccurs="0"/>
<element name="Request" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}RequestType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyTypeprotected IATAPayloadStandardAttributesTypeprotected RequestType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParty()Gets the value of the party property.Gets the value of the payloadAttributes property.Gets the value of the request property.voidSets the value of the party property.voidSets the value of the payloadAttributes property.voidsetRequest(RequestType value) Sets the value of the request property.
-
Field Details
-
party
-
payloadAttributes
-
request
-
-
Constructor Details
-
IATAServiceStatusChangeNotifRQ
public IATAServiceStatusChangeNotifRQ()
-
-
Method Details
-
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
-
getRequest
Gets the value of the request property.- Returns:
- possible object is
RequestType
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isRequestType
-