Class PartyType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.PartyType
NDC Message/ Transaction Party(s) information. Note that information about parties is intended for business use, it is not intended for transaction authentication and routing of the message.
Java class for PartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Participant" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ParticipantType" minOccurs="0"/>
<element name="Recipient" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}RecipientType" minOccurs="0"/>
<element name="Sender" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}SenderType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ParticipantTypeprotected RecipientTypeprotected SenderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the participant property.Gets the value of the recipient property.Gets the value of the sender property.voidsetParticipant(ParticipantType value) Sets the value of the participant property.voidsetRecipient(RecipientType value) Sets the value of the recipient property.voidsetSender(SenderType value) Sets the value of the sender property.
-
Field Details
-
participant
-
recipient
-
sender
-
-
Constructor Details
-
PartyType
public PartyType()
-
-
Method Details
-
getParticipant
Gets the value of the participant property.- Returns:
- possible object is
ParticipantType
-
setParticipant
Sets the value of the participant property.- Parameters:
value- allowed object isParticipantType
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
RecipientType
-
setRecipient
Sets the value of the recipient property.- Parameters:
value- allowed object isRecipientType
-
getSender
Gets the value of the sender property.- Returns:
- possible object is
SenderType
-
setSender
Sets the value of the sender property.- Parameters:
value- allowed object isSenderType
-