java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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="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 Details

  • Constructor Details

    • DirectBillType

      public DirectBillType()
  • Method Details

    • getContactInfo

      public ContactInfoType getContactInfo()
      Gets the value of the contactInfo property.
      Returns:
      possible object is ContactInfoType
    • setContactInfo

      public void setContactInfo(ContactInfoType value)
      Sets the value of the contactInfo property.
      Parameters:
      value - allowed object is ContactInfoType
    • getContactRefID

      public String getContactRefID()
      Gets the value of the contactRefID property.
      Returns:
      possible object is String
    • setContactRefID

      public void setContactRefID(String value)
      Sets the value of the contactRefID 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