Class CorporationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.CorporationType
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_OrderChangeRQ}TextType" minOccurs="0"/>
<element name="CorporateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
<element name="IATANumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NumberType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected BigDecimalprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corporateCodeText property.Gets the value of the corporateID property.Gets the value of the iataNumber property.getName()Gets the value of the name property.voidsetCorporateCodeText(String value) Sets the value of the corporateCodeText property.voidsetCorporateID(String value) Sets the value of the corporateID property.voidsetIATANumber(BigDecimal value) Sets the value of the iataNumber property.voidSets the value of the name property.
-
Field Details
-
corporateCodeText
-
corporateID
-
iataNumber
-
name
-
-
Constructor Details
-
CorporationType
public CorporationType()
-
-
Method Details
-
getCorporateCodeText
Gets the value of the corporateCodeText property.- Returns:
- possible object is
String
-
setCorporateCodeText
Sets the value of the corporateCodeText property.- Parameters:
value- allowed object isString
-
getCorporateID
Gets the value of the corporateID property.- Returns:
- possible object is
String
-
setCorporateID
Sets the value of the corporateID property.- Parameters:
value- allowed object isString
-
getIATANumber
Gets the value of the iataNumber property.- Returns:
- possible object is
BigDecimal
-
setIATANumber
Sets the value of the iataNumber property.- Parameters:
value- allowed object isBigDecimal
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-