Class TravelAgentType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.TravelAgentType
A private retailer or public service individual that provides travel and tourism related services to the public on behalf of suppliers such as activities, airlines, car rentals, cruise lines, hotels, railways, travel insurance, and package tours.
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_ServiceDeliveryNotifRQ}ID_Type"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}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
-