java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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_OrderRetrieveRQ}ParticipantType" minOccurs="0"/>
         <element name="Recipient" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}RecipientType" minOccurs="0"/>
         <element name="Sender" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}SenderType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartyType

      public PartyType()
  • Method Details

    • getParticipant

      public ParticipantType getParticipant()
      Gets the value of the participant property.
      Returns:
      possible object is ParticipantType
    • setParticipant

      public void setParticipant(ParticipantType value)
      Sets the value of the participant property.
      Parameters:
      value - allowed object is 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