Class DirectBillType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.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="ContactInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="OrgID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="OrgName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfoRefID property.getOrgID()Gets the value of the orgID property.Gets the value of the orgName property.voidsetContactInfoRefID(String value) Sets the value of the contactInfoRefID property.voidSets the value of the orgID property.voidsetOrgName(String value) Sets the value of the orgName property.
-
Field Details
-
contactInfoRefID
-
orgID
-
orgName
-
-
Constructor Details
-
DirectBillType
public DirectBillType()
-
-
Method Details
-
getContactInfoRefID
Gets the value of the contactInfoRefID property.- Returns:
- possible object is
String
-
setContactInfoRefID
Sets the value of the contactInfoRefID 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
-