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

public class RetailPartnerType extends Object
A company that partners with a manufacturer or producer to market and sell the manufacturer's products, services, or technologies.

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="ContactInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
         <element name="RetailPartnerID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • contactInfoRefID

      protected List<String> contactInfoRefID
    • name

      protected String name
    • retailPartnerID

      protected String retailPartnerID
  • Constructor Details

    • RetailPartnerType

      public RetailPartnerType()
  • Method Details

    • getContactInfoRefID

      public List<String> getContactInfoRefID()
      Gets the value of the contactInfoRefID 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 contactInfoRefID property.

      For example, to add a new item, do as follows:

          getContactInfoRefID().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • 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