java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.DirectBillType

public class DirectBillType extends Object
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 Details

    • contactInfoRefID

      protected String contactInfoRefID
    • orgID

      protected String orgID
    • orgName

      protected String orgName
  • Constructor Details

    • DirectBillType

      public DirectBillType()
  • Method Details

    • getContactInfoRefID

      public String getContactInfoRefID()
      Gets the value of the contactInfoRefID property.
      Returns:
      possible object is String
    • setContactInfoRefID

      public void setContactInfoRefID(String value)
      Sets the value of the contactInfoRefID property.
      Parameters:
      value - allowed object is String
    • getOrgID

      public String getOrgID()
      Gets the value of the orgID property.
      Returns:
      possible object is String
    • setOrgID

      public void setOrgID(String value)
      Sets the value of the orgID property.
      Parameters:
      value - allowed object is String
    • getOrgName

      public String getOrgName()
      Gets the value of the orgName property.
      Returns:
      possible object is String
    • setOrgName

      public void setOrgName(String value)
      Sets the value of the orgName property.
      Parameters:
      value - allowed object is String