Class VisaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.VisaType
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_ServiceListRS}DateType" minOccurs="0"/>
<element name="EntryQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}QtyType" minOccurs="0"/>
<element name="HostCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CountryCodeType" minOccurs="0"/>
<element name="StayDuration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DurationType" minOccurs="0"/>
<element name="VisaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ID_Type" minOccurs="0"/>
<element name="VisaTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enterBeforeDate property.Gets the value of the entryQty property.Gets the value of the hostCountryCode property.Gets the value of the stayDuration property.Gets the value of the visaID property.Gets the value of the visaTypeCode property.voidSets the value of the enterBeforeDate property.voidsetEntryQty(QtyType value) Sets the value of the entryQty property.voidsetHostCountryCode(String value) Sets the value of the hostCountryCode property.voidsetStayDuration(Duration value) Sets the value of the stayDuration property.voidSets the value of the visaID property.voidsetVisaTypeCode(String value) Sets the value of the visaTypeCode property.
-
Field Details
-
enterBeforeDate
-
entryQty
-
hostCountryCode
-
stayDuration
-
visaID
-
visaTypeCode
-
-
Constructor Details
-
VisaType
public VisaType()
-
-
Method Details
-
getEnterBeforeDate
Gets the value of the enterBeforeDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEnterBeforeDate
Sets the value of the enterBeforeDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEntryQty
Gets the value of the entryQty property.- Returns:
- possible object is
QtyType
-
setEntryQty
Sets the value of the entryQty property.- Parameters:
value- allowed object isQtyType
-
getHostCountryCode
Gets the value of the hostCountryCode property.- Returns:
- possible object is
String
-
setHostCountryCode
Sets the value of the hostCountryCode property.- Parameters:
value- allowed object isString
-
getStayDuration
Gets the value of the stayDuration property.- Returns:
- possible object is
Duration
-
setStayDuration
Sets the value of the stayDuration property.- Parameters:
value- allowed object isDuration
-
getVisaID
Gets the value of the visaID property.- Returns:
- possible object is
String
-
setVisaID
Sets the value of the visaID property.- Parameters:
value- allowed object isString
-
getVisaTypeCode
Gets the value of the visaTypeCode property.- Returns:
- possible object is
String
-
setVisaTypeCode
Sets the value of the visaTypeCode property.- Parameters:
value- allowed object isString
-