Class TravelAgentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.TravelAgentType
Individual 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="TravelAgentID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TravelAgencyTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the travelAgentID property.Gets the value of the typeCode property.voidsetTravelAgentID(String value) Sets the value of the travelAgentID property.voidSets the value of the typeCode property.
-
Field Details
-
travelAgentID
-
typeCode
-
-
Constructor Details
-
TravelAgentType
public TravelAgentType()
-
-
Method Details
-
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
-