Class OrgType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.OrgType
An organized structure set up for a particular purpose, such as a business, government body, department, charity, or financial institution.
Java class for OrgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrgType">
<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_AirShoppingRQ}ContactInfoType"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
<element name="OrgID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfo property.getName()Gets the value of the name property.getOrgID()Gets the value of the orgID property.voidsetContactInfo(ContactInfoType value) Sets the value of the contactInfo property.voidSets the value of the name property.voidSets the value of the orgID property.
-
Field Details
-
contactInfo
-
name
-
orgID
-
-
Constructor Details
-
OrgType
public OrgType()
-
-
Method Details
-
getContactInfo
Gets the value of the contactInfo property.- Returns:
- possible object is
ContactInfoType
-
setContactInfo
Sets the value of the contactInfo property.- Parameters:
value- allowed object isContactInfoType
-
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
-
getOrgID
Gets the value of the orgID property.- Returns:
- possible object is
String
-
setOrgID
Sets the value of the orgID property.- Parameters:
value- allowed object isString
-