java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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_OrderRetrieveRQ}DateType" minOccurs="0"/>
         <element name="EntrtiesPermittedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
         <element name="HostCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CountryCodeType" minOccurs="0"/>
         <element name="StayDuration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DurationType" minOccurs="0"/>
         <element name="VisaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
         <element name="VisaTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • enterBeforeDate

      protected XMLGregorianCalendar enterBeforeDate
    • entrtiesPermittedNumber

      protected BigDecimal entrtiesPermittedNumber
    • 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
    • getEntrtiesPermittedNumber

      public BigDecimal getEntrtiesPermittedNumber()
      Gets the value of the entrtiesPermittedNumber property.
      Returns:
      possible object is BigDecimal
    • setEntrtiesPermittedNumber

      public void setEntrtiesPermittedNumber(BigDecimal value)
      Sets the value of the entrtiesPermittedNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • 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