Class CurParameterType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.CurParameterType

public class CurParameterType extends Object
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_OrderSalesInformationNotifRQ}CurAppCodeType" minOccurs="0"/>
         <element name="CurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CurCodeType" minOccurs="0"/>
         <element name="DecimalsAllowedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • appCode

      protected String appCode
    • curCode

      protected String curCode
    • decimalsAllowedNumber

      protected BigDecimal decimalsAllowedNumber
    • name

      protected String name
  • Constructor Details

    • CurParameterType

      public CurParameterType()
  • Method Details

    • getAppCode

      public String getAppCode()
      Gets the value of the appCode property.
      Returns:
      possible object is String
    • setAppCode

      public void setAppCode(String value)
      Sets the value of the appCode 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
    • getDecimalsAllowedNumber

      public BigDecimal getDecimalsAllowedNumber()
      Gets the value of the decimalsAllowedNumber property.
      Returns:
      possible object is BigDecimal
    • setDecimalsAllowedNumber

      public void setDecimalsAllowedNumber(BigDecimal value)
      Sets the value of the decimalsAllowedNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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