Class DirectBillType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.DirectBillType
System in which a corporation's travel agency bills employees for their business travel. The employee must then submit an expense accounting and be reimbursed by the corporation.
Java class for DirectBillType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectBillType">
<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" minOccurs="0"/>
<element name="ContactRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="OrgID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="OrgName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContactInfoTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfo property.Gets the value of the contactRefID property.getOrgID()Gets the value of the orgID property.Gets the value of the orgName property.voidsetContactInfo(ContactInfoType value) Sets the value of the contactInfo property.voidsetContactRefID(String value) Sets the value of the contactRefID property.voidSets the value of the orgID property.voidsetOrgName(String value) Sets the value of the orgName property.
-
Field Details
-
contactInfo
-
contactRefID
-
orgID
-
orgName
-
-
Constructor Details
-
DirectBillType
public DirectBillType()
-
-
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
-
getContactRefID
Gets the value of the contactRefID property.- Returns:
- possible object is
String
-
setContactRefID
Sets the value of the contactRefID 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
-
getOrgName
Gets the value of the orgName property.- Returns:
- possible object is
String
-
setOrgName
Sets the value of the orgName property.- Parameters:
value- allowed object isString
-