Class TicketRefIdentificationType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.TicketRefIdentificationType
Additional, identifying information used to identify a ticket.
Java class for TicketRefIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketRefIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
<element name="RefTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()Gets the value of the id property.Gets the value of the refTypeCode property.voidSets the value of the id property.voidsetRefTypeCode(String value) Sets the value of the refTypeCode property.
-
Field Details
-
id
-
refTypeCode
-
-
Constructor Details
-
TicketRefIdentificationType
public TicketRefIdentificationType()
-
-
Method Details
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getRefTypeCode
Gets the value of the refTypeCode property.- Returns:
- possible object is
String
-
setRefTypeCode
Sets the value of the refTypeCode property.- Parameters:
value- allowed object isString
-