java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.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_OfferPriceRQ}CurAppCodeType" minOccurs="0"/>
         <element name="CurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CurCodeType" minOccurs="0"/>
         <element name="DecimalsAllowedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CurParameterType

      public CurParameterType()
  • Method Details

    • getAppCode

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

      public void setAppCode(CurAppCodeContentType value)
      Sets the value of the appCode property.
      Parameters:
      value - allowed object is CurAppCodeContentType
    • 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