java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.CorporationType

public class CorporationType extends Object
A company or group of people authorized to act as a single entity (legally a person) and recognized as such in law.

Java class for CorporationType complex type.

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

 <complexType name="CorporationType">
   <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_OrderRetrieveRQ}ContactInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CorporateCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
         <element name="CorporateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
         <element name="IATANumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CorporationType

      public CorporationType()
  • Method Details

    • getContactInfo

      public List<ContactInfoType> getContactInfo()
      Gets the value of the contactInfo 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 contactInfo property.

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

          getContactInfo().add(newItem);
       

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

    • getCorporateCodeText

      public String getCorporateCodeText()
      Gets the value of the corporateCodeText property.
      Returns:
      possible object is String
    • setCorporateCodeText

      public void setCorporateCodeText(String value)
      Sets the value of the corporateCodeText property.
      Parameters:
      value - allowed object is String
    • getCorporateID

      public String getCorporateID()
      Gets the value of the corporateID property.
      Returns:
      possible object is String
    • setCorporateID

      public void setCorporateID(String value)
      Sets the value of the corporateID property.
      Parameters:
      value - allowed object is String
    • getIATANumber

      public BigDecimal getIATANumber()
      Gets the value of the iataNumber property.
      Returns:
      possible object is BigDecimal
    • setIATANumber

      public void setIATANumber(BigDecimal value)
      Sets the value of the iataNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • 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