Class CurParameterType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.CurParameterType
Requested search processing and results currency information.
Java class for CurParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AppCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DecimalsAllowedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NumberType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NameType" minOccurs="0"/>
<element name="RequestedCurCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appCode property.Gets the value of the decimalsAllowedNumber property.getName()Gets the value of the name property.Gets the value of the requestedCurCode property.voidsetAppCode(String value) Sets the value of the appCode property.voidSets the value of the decimalsAllowedNumber property.voidSets the value of the name property.voidsetRequestedCurCode(String value) Sets the value of the requestedCurCode property.
-
Field Details
-
appCode
-
decimalsAllowedNumber
-
name
-
requestedCurCode
-
-
Constructor Details
-
CurParameterType
public CurParameterType()
-
-
Method Details
-
getAppCode
Gets the value of the appCode property.- Returns:
- possible object is
String
-
setAppCode
Sets the value of the appCode property.- Parameters:
value- allowed object isString
-
getDecimalsAllowedNumber
Gets the value of the decimalsAllowedNumber property.- Returns:
- possible object is
BigDecimal
-
setDecimalsAllowedNumber
Sets the value of the decimalsAllowedNumber property.- Parameters:
value- allowed object isBigDecimal
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRequestedCurCode
Gets the value of the requestedCurCode property.- Returns:
- possible object is
String
-
setRequestedCurCode
Sets the value of the requestedCurCode property.- Parameters:
value- allowed object isString
-