Class AccountableDocType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.AccountableDocType
Form of payment which utilizes a previously issued accountable travel document (ticket, EMD, coupon, etc.) which has an outstanding credit value.
Java class for AccountableDocType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountableDocType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType"/>
<element name="TicketID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docType property.Gets the value of the ticketID property.voidsetDocType(String value) Sets the value of the docType property.voidsetTicketID(String value) Sets the value of the ticketID property.
-
Field Details
-
docType
-
ticketID
-
-
Constructor Details
-
AccountableDocType
public AccountableDocType()
-
-
Method Details
-
getDocType
Gets the value of the docType property.- Returns:
- possible object is
String
-
setDocType
Sets the value of the docType property.- Parameters:
value- allowed object isString
-
getTicketID
Gets the value of the ticketID property.- Returns:
- possible object is
String
-
setTicketID
Sets the value of the ticketID property.- Parameters:
value- allowed object isString
-