java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.RateType

public class RateType extends Object
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 Details

    • value

      protected BigDecimal value
    • baseCurCode

      protected String baseCurCode
    • baseMultiplierValue

      protected BigDecimal baseMultiplierValue
    • baseUnitCode

      protected String baseUnitCode
    • curCode

      protected String curCode
    • format

      protected String format
    • multiplierValue

      protected BigDecimal multiplierValue
    • unitCode

      protected String unitCode
  • Constructor Details

    • RateType

      public RateType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getBaseCurCode

      public String getBaseCurCode()
      Gets the value of the baseCurCode property.
      Returns:
      possible object is String
    • setBaseCurCode

      public void setBaseCurCode(String value)
      Sets the value of the baseCurCode property.
      Parameters:
      value - allowed object is String
    • getBaseMultiplierValue

      public BigDecimal getBaseMultiplierValue()
      Gets the value of the baseMultiplierValue property.
      Returns:
      possible object is BigDecimal
    • setBaseMultiplierValue

      public void setBaseMultiplierValue(BigDecimal value)
      Sets the value of the baseMultiplierValue property.
      Parameters:
      value - allowed object is BigDecimal
    • getBaseUnitCode

      public String getBaseUnitCode()
      Gets the value of the baseUnitCode property.
      Returns:
      possible object is String
    • setBaseUnitCode

      public void setBaseUnitCode(String value)
      Sets the value of the baseUnitCode property.
      Parameters:
      value - allowed object is String
    • getCurCode

      public String getCurCode()
      Gets the value of the curCode property.
      Returns:
      possible object is String
    • setCurCode

      public void setCurCode(String value)
      Sets the value of the curCode property.
      Parameters:
      value - allowed object is String
    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getMultiplierValue

      public BigDecimal getMultiplierValue()
      Gets the value of the multiplierValue property.
      Returns:
      possible object is BigDecimal
    • setMultiplierValue

      public void setMultiplierValue(BigDecimal value)
      Sets the value of the multiplierValue property.
      Parameters:
      value - allowed object is BigDecimal
    • getUnitCode

      public String getUnitCode()
      Gets the value of the unitCode property.
      Returns:
      possible object is String
    • setUnitCode

      public void setUnitCode(String value)
      Sets the value of the unitCode property.
      Parameters:
      value - allowed object is String