Class ResControlIdentificationType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.ResControlIdentificationType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the resControlID property.Gets the value of the resControlTypeCode property.voidsetResControlID(String value) Sets the value of the resControlID property.voidsetResControlTypeCode(String value) Sets the value of the resControlTypeCode property.
-
Field Details
-
resControlID
-
resControlTypeCode
-
-
Constructor Details
-
ResControlIdentificationType
public ResControlIdentificationType()
-
-
Method Details
-
getResControlID
Gets the value of the resControlID property.- Returns:
- possible object is
String
-
setResControlID
Sets the value of the resControlID property.- Parameters:
value- allowed object isString
-
getResControlTypeCode
Gets the value of the resControlTypeCode property.- Returns:
- possible object is
String
-
setResControlTypeCode
Sets the value of the resControlTypeCode property.- Parameters:
value- allowed object isString
-