java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="CountrySubDivision" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CountrySubDivisionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EnterBeforeDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateType" minOccurs="0"/>
         <element name="EntryQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType" minOccurs="0"/>
         <element name="HostCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CountryCodeType" minOccurs="0"/>
         <element name="StayDuration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DurationType" minOccurs="0"/>
         <element name="VisaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
         <element name="VisaTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VisaType

      public VisaType()
  • Method Details

    • getCountrySubDivision

      public List<CountrySubDivisionType> getCountrySubDivision()
      Gets the value of the countrySubDivision 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 countrySubDivision property.

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

          getCountrySubDivision().add(newItem);
       

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

    • 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 BigDecimal getEntryQty()
      Gets the value of the entryQty property.
      Returns:
      possible object is BigDecimal
    • setEntryQty

      public void setEntryQty(BigDecimal value)
      Sets the value of the entryQty 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