java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.RetailPartnerType

public class RetailPartnerType extends Object
Retail Partner

Java class for RetailPartnerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RetailPartnerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ContactInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ContactInfoType"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
         <element name="RetailPartnerID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RetailPartnerType

      public RetailPartnerType()
  • Method Details

    • getContactInfo

      public ContactInfoType getContactInfo()
      Gets the value of the contactInfo property.
      Returns:
      possible object is ContactInfoType
    • setContactInfo

      public void setContactInfo(ContactInfoType value)
      Sets the value of the contactInfo property.
      Parameters:
      value - allowed object is ContactInfoType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRetailPartnerID

      public String getRetailPartnerID()
      Gets the value of the retailPartnerID property.
      Returns:
      possible object is String
    • setRetailPartnerID

      public void setRetailPartnerID(String value)
      Sets the value of the retailPartnerID property.
      Parameters:
      value - allowed object is String