Class TravelAgentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.TravelAgentType
Agent who solicits and procures business from potential customers on behalf of one or more principals, usually against payment of a percentage of the realized sales revenue as commission.
Java class for TravelAgentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TravelAgentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cash" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CashType"/>
<element name="TravelAgentID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TravelAgencyTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CashTypeprotected Stringprotected TravelAgencyTypeCodeContentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCash()Gets the value of the cash property.Gets the value of the travelAgentID property.Gets the value of the typeCode property.voidSets the value of the cash property.voidsetTravelAgentID(String value) Sets the value of the travelAgentID property.voidSets the value of the typeCode property.
-
Field Details
-
cash
-
travelAgentID
-
typeCode
-
-
Constructor Details
-
TravelAgentType
public TravelAgentType()
-
-
Method Details
-
getCash
Gets the value of the cash property.- Returns:
- possible object is
CashType
-
setCash
Sets the value of the cash property.- Parameters:
value- allowed object isCashType
-
getTravelAgentID
Gets the value of the travelAgentID property.- Returns:
- possible object is
String
-
setTravelAgentID
Sets the value of the travelAgentID property.- Parameters:
value- allowed object isString
-
getTypeCode
Gets the value of the typeCode property.- Returns:
- possible object is
TravelAgencyTypeCodeContentType
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isTravelAgencyTypeCodeContentType
-