java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.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="CorporateCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
         <element name="CorporateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
         <element name="IATANumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • corporateCodeText

      protected String corporateCodeText
    • corporateID

      protected String corporateID
    • iataNumber

      protected BigDecimal iataNumber
    • name

      protected String name
  • Constructor Details

    • CorporationType

      public CorporationType()
  • Method Details

    • 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