Class VisaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.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_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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected BigDecimalprotected Stringprotected Durationprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enterBeforeDate property.Gets the value of the entrtiesPermittedNumber 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.voidSets the value of the entrtiesPermittedNumber 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
-
entrtiesPermittedNumber
-
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
-
getEntrtiesPermittedNumber
Gets the value of the entrtiesPermittedNumber property.- Returns:
- possible object is
BigDecimal
-
setEntrtiesPermittedNumber
Sets the value of the entrtiesPermittedNumber property.- Parameters:
value- allowed object isBigDecimal
-
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
-