java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.VisaType

public class VisaType extends Object
An official entry in a Passport or other Travel Document made by an official of a government to indicate that the bearer has been granted authority to enter or re-enter the country or region concerned.

Java class for VisaType complex type.

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

 <complexType name="VisaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EnterBeforeDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DateType" minOccurs="0"/>
         <element name="EntryQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}QtyType" minOccurs="0"/>
         <element name="HostCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CountryCodeType" minOccurs="0"/>
         <element name="StayDuration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DurationType" minOccurs="0"/>
         <element name="VisaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
         <element name="VisaTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • enterBeforeDate

      protected XMLGregorianCalendar enterBeforeDate
    • entryQty

      protected QtyType entryQty
    • hostCountryCode

      protected String hostCountryCode
    • stayDuration

      protected Duration stayDuration
    • visaID

      protected String visaID
    • visaTypeCode

      protected String visaTypeCode
  • Constructor Details

    • VisaType

      public VisaType()
  • Method Details

    • getEnterBeforeDate

      public XMLGregorianCalendar getEnterBeforeDate()
      Gets the value of the enterBeforeDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEnterBeforeDate

      public void setEnterBeforeDate(XMLGregorianCalendar value)
      Sets the value of the enterBeforeDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEntryQty

      public QtyType getEntryQty()
      Gets the value of the entryQty property.
      Returns:
      possible object is QtyType
    • setEntryQty

      public void setEntryQty(QtyType value)
      Sets the value of the entryQty property.
      Parameters:
      value - allowed object is QtyType
    • getHostCountryCode

      public String getHostCountryCode()
      Gets the value of the hostCountryCode property.
      Returns:
      possible object is String
    • setHostCountryCode

      public void setHostCountryCode(String value)
      Sets the value of the hostCountryCode property.
      Parameters:
      value - allowed object is String
    • getStayDuration

      public Duration getStayDuration()
      Gets the value of the stayDuration property.
      Returns:
      possible object is Duration
    • setStayDuration

      public void setStayDuration(Duration value)
      Sets the value of the stayDuration property.
      Parameters:
      value - allowed object is Duration
    • getVisaID

      public String getVisaID()
      Gets the value of the visaID property.
      Returns:
      possible object is String
    • setVisaID

      public void setVisaID(String value)
      Sets the value of the visaID property.
      Parameters:
      value - allowed object is String
    • getVisaTypeCode

      public String getVisaTypeCode()
      Gets the value of the visaTypeCode property.
      Returns:
      possible object is String
    • setVisaTypeCode

      public void setVisaTypeCode(String value)
      Sets the value of the visaTypeCode property.
      Parameters:
      value - allowed object is String