Class PartyType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.PartyType
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_OrderViewRS}ParticipantType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Recipient" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}RecipientType" minOccurs="0"/>
<element name="Sender" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}SenderType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ParticipantType>protected 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.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.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 participant property.For example, to add a new item, do as follows:
getParticipant().add(newItem);Objects of the following type(s) are allowed in the list
ParticipantType -
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
-