Class CorporationType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.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="ContactInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="CorporateCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}TextType" minOccurs="0"/>
<element name="CorporateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ID_Type"/>
<element name="IATANumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}NumberType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}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 contactInfoRefID property.Gets 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
-
contactInfoRefID
-
corporateCodeText
-
corporateID
-
iataNumber
-
name
-
-
Constructor Details
-
CorporationType
public CorporationType()
-
-
Method Details
-
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
setmethod 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 -
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
-