Class CurParameterType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.CurParameterType
Currency related parameters intended to influence which currency the shopping results are displayed in.
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.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CurAppCodeType" minOccurs="0"/>
<element name="CurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CurCodeType" minOccurs="0"/>
<element name="DecimalsAllowedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NumberType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurAppCodeContentTypeprotected Stringprotected BigDecimalprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appCode property.Gets the value of the curCode property.Gets the value of the decimalsAllowedNumber property.getName()Gets the value of the name property.voidsetAppCode(CurAppCodeContentType value) Sets the value of the appCode property.voidsetCurCode(String value) Sets the value of the curCode property.voidSets the value of the decimalsAllowedNumber property.voidSets the value of the name property.
-
Field Details
-
appCode
-
curCode
-
decimalsAllowedNumber
-
name
-
-
Constructor Details
-
CurParameterType
public CurParameterType()
-
-
Method Details
-
getAppCode
Gets the value of the appCode property.- Returns:
- possible object is
CurAppCodeContentType
-
setAppCode
Sets the value of the appCode property.- Parameters:
value- allowed object isCurAppCodeContentType
-
getCurCode
Gets the value of the curCode property.- Returns:
- possible object is
String
-
setCurCode
Sets the value of the curCode 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
-