java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.PartyType

public class PartyType extends Object
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_OrderChangeRQ}ParticipantType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Recipient" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}RecipientType" minOccurs="0"/>
         <element name="Sender" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SenderType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartyType

      public PartyType()
  • Method Details

    • getParticipant

      public List<ParticipantType> 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 set method 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

      public RecipientType getRecipient()
      Gets the value of the recipient property.
      Returns:
      possible object is RecipientType
    • setRecipient

      public void setRecipient(RecipientType value)
      Sets the value of the recipient property.
      Parameters:
      value - allowed object is RecipientType
    • getSender

      public SenderType getSender()
      Gets the value of the sender property.
      Returns:
      possible object is SenderType
    • setSender

      public void setSender(SenderType value)
      Sets the value of the sender property.
      Parameters:
      value - allowed object is SenderType