Class RetailerSaleEnvironment2

java.lang.Object
org.coderic.iso20022.messages.casp.RetailerSaleEnvironment2

public class RetailerSaleEnvironment2 extends Object

Java class for RetailerSaleEnvironment2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RetailerSaleEnvironment2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SaleCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}SaleCapabilities1Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ActiveCurrencyCode" minOccurs="0"/>
         <element name="MinAmtToDlvr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="MaxCshBckAmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="MinSpltAmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="DbtPrefrdFlg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/>
         <element name="LltyHdlg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}LoyaltyHandling1Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RetailerSaleEnvironment2

      public RetailerSaleEnvironment2()
  • Method Details

    • getSaleCpblties

      public List<SaleCapabilities1Code> getSaleCpblties()
      Gets the value of the saleCpblties property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the saleCpblties property.

      For example, to add a new item, do as follows:

          getSaleCpblties().add(newItem);
       

      Objects of the following type(s) are allowed in the list SaleCapabilities1Code

    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getMinAmtToDlvr

      public BigDecimal getMinAmtToDlvr()
      Gets the value of the minAmtToDlvr property.
      Returns:
      possible object is BigDecimal
    • setMinAmtToDlvr

      public void setMinAmtToDlvr(BigDecimal value)
      Sets the value of the minAmtToDlvr property.
      Parameters:
      value - allowed object is BigDecimal
    • getMaxCshBckAmt

      public BigDecimal getMaxCshBckAmt()
      Gets the value of the maxCshBckAmt property.
      Returns:
      possible object is BigDecimal
    • setMaxCshBckAmt

      public void setMaxCshBckAmt(BigDecimal value)
      Sets the value of the maxCshBckAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinSpltAmt

      public BigDecimal getMinSpltAmt()
      Gets the value of the minSpltAmt property.
      Returns:
      possible object is BigDecimal
    • setMinSpltAmt

      public void setMinSpltAmt(BigDecimal value)
      Sets the value of the minSpltAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • isDbtPrefrdFlg

      public Boolean isDbtPrefrdFlg()
      Gets the value of the dbtPrefrdFlg property.
      Returns:
      possible object is Boolean
    • setDbtPrefrdFlg

      public void setDbtPrefrdFlg(Boolean value)
      Sets the value of the dbtPrefrdFlg property.
      Parameters:
      value - allowed object is Boolean
    • getLltyHdlg

      public LoyaltyHandling1Code getLltyHdlg()
      Gets the value of the lltyHdlg property.
      Returns:
      possible object is LoyaltyHandling1Code
    • setLltyHdlg

      public void setLltyHdlg(LoyaltyHandling1Code value)
      Sets the value of the lltyHdlg property.
      Parameters:
      value - allowed object is LoyaltyHandling1Code