Class ResControlIdentificationType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.ResControlIdentificationType

public class ResControlIdentificationType extends Object
Additional, identifying information regarding the reservation system issuing the ticket.

Java class for ResControlIdentificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ResControlIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResControlID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
         <element name="ResControlTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • resControlID

      protected String resControlID
    • resControlTypeCode

      protected String resControlTypeCode
  • Constructor Details

    • ResControlIdentificationType

      public ResControlIdentificationType()
  • Method Details

    • getResControlID

      public String getResControlID()
      Gets the value of the resControlID property.
      Returns:
      possible object is String
    • setResControlID

      public void setResControlID(String value)
      Sets the value of the resControlID property.
      Parameters:
      value - allowed object is String
    • getResControlTypeCode

      public String getResControlTypeCode()
      Gets the value of the resControlTypeCode property.
      Returns:
      possible object is String
    • setResControlTypeCode

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