java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.CurParameterType

public class CurParameterType extends Object
Requested search processing and results currency information.

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.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DecimalsAllowedNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NumberType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
         <element name="RequestedCurCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • appCode

      protected String appCode
    • decimalsAllowedNumber

      protected BigDecimal decimalsAllowedNumber
    • name

      protected String name
    • requestedCurCode

      protected String requestedCurCode
  • 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
    • 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
    • getRequestedCurCode

      public String getRequestedCurCode()
      Gets the value of the requestedCurCode property.
      Returns:
      possible object is String
    • setRequestedCurCode

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