Class RateType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RateType
A rate is a quantity, amount, frequency, or dimensionless factor, measured against an independent base unit, expressed as a quotient.
Java class for RateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RateType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="BaseCurCode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="BaseMultiplierValue" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="BaseUnitCode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="CurCode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="MultiplierValue" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="UnitCode" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected BigDecimalprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseCurCode property.Gets the value of the baseMultiplierValue property.Gets the value of the baseUnitCode property.Gets the value of the curCode property.Gets the value of the format property.Gets the value of the multiplierValue property.Gets the value of the unitCode property.getValue()Gets the value of the value property.voidsetBaseCurCode(String value) Sets the value of the baseCurCode property.voidsetBaseMultiplierValue(BigDecimal value) Sets the value of the baseMultiplierValue property.voidsetBaseUnitCode(String value) Sets the value of the baseUnitCode property.voidsetCurCode(String value) Sets the value of the curCode property.voidSets the value of the format property.voidsetMultiplierValue(BigDecimal value) Sets the value of the multiplierValue property.voidsetUnitCode(String value) Sets the value of the unitCode property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
baseCurCode
-
baseMultiplierValue
-
baseUnitCode
-
curCode
-
format
-
multiplierValue
-
unitCode
-
-
Constructor Details
-
RateType
public RateType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
getBaseCurCode
Gets the value of the baseCurCode property.- Returns:
- possible object is
String
-
setBaseCurCode
Sets the value of the baseCurCode property.- Parameters:
value- allowed object isString
-
getBaseMultiplierValue
Gets the value of the baseMultiplierValue property.- Returns:
- possible object is
BigDecimal
-
setBaseMultiplierValue
Sets the value of the baseMultiplierValue property.- Parameters:
value- allowed object isBigDecimal
-
getBaseUnitCode
Gets the value of the baseUnitCode property.- Returns:
- possible object is
String
-
setBaseUnitCode
Sets the value of the baseUnitCode property.- Parameters:
value- allowed object isString
-
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
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-
getMultiplierValue
Gets the value of the multiplierValue property.- Returns:
- possible object is
BigDecimal
-
setMultiplierValue
Sets the value of the multiplierValue property.- Parameters:
value- allowed object isBigDecimal
-
getUnitCode
Gets the value of the unitCode property.- Returns:
- possible object is
String
-
setUnitCode
Sets the value of the unitCode property.- Parameters:
value- allowed object isString
-