java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.TravelAgencyType

public class TravelAgencyType extends Object
A private retailer or public service 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 TravelAgencyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TravelAgencyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AgencyID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type"/>
         <element name="ContactInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ContactInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="IATANumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ProperNameType" minOccurs="0"/>
         <element name="PseudoCityID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" minOccurs="0"/>
         <element name="TravelAgent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TravelAgentType" minOccurs="0"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TravelAgencyTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TravelAgencyType

      public TravelAgencyType()
  • Method Details

    • getAgencyID

      public String getAgencyID()
      Gets the value of the agencyID property.
      Returns:
      possible object is String
    • setAgencyID

      public void setAgencyID(String value)
      Sets the value of the agencyID property.
      Parameters:
      value - allowed object is String
    • getContactInfo

      public List<ContactInfoType> getContactInfo()
      Gets the value of the contactInfo property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contactInfo property.

      For example, to add a new item, do as follows:

          getContactInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list ContactInfoType

    • getIATANumber

      public BigDecimal getIATANumber()
      Gets the value of the iataNumber property.
      Returns:
      possible object is BigDecimal
    • setIATANumber

      public void setIATANumber(BigDecimal value)
      Sets the value of the iataNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPseudoCityID

      public String getPseudoCityID()
      Gets the value of the pseudoCityID property.
      Returns:
      possible object is String
    • setPseudoCityID

      public void setPseudoCityID(String value)
      Sets the value of the pseudoCityID property.
      Parameters:
      value - allowed object is String
    • getTravelAgent

      public TravelAgentType getTravelAgent()
      Gets the value of the travelAgent property.
      Returns:
      possible object is TravelAgentType
    • setTravelAgent

      public void setTravelAgent(TravelAgentType value)
      Sets the value of the travelAgent property.
      Parameters:
      value - allowed object is TravelAgentType
    • getTypeCode

      public TravelAgencyTypeCodeContentType getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is TravelAgencyTypeCodeContentType
    • setTypeCode

      public void setTypeCode(TravelAgencyTypeCodeContentType value)
      Sets the value of the typeCode property.
      Parameters:
      value - allowed object is TravelAgencyTypeCodeContentType