Class RetailerSaleEnvironment2
java.lang.Object
org.coderic.iso20022.messages.caaa.RetailerSaleEnvironment2
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:caaa.027.001.01}SaleCapabilities1Code" maxOccurs="unbounded" minOccurs="0"/>
<element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ActiveCurrencyCode" minOccurs="0"/>
<element name="MinAmtToDlvr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
<element name="MaxCshBckAmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
<element name="MinSpltAmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
<element name="DbtPrefrdFlg" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrueFalseIndicator" minOccurs="0"/>
<element name="LltyHdlg" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}LoyaltyHandling1Code" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCcy()Gets the value of the ccy property.Gets the value of the lltyHdlg property.Gets the value of the maxCshBckAmt property.Gets the value of the minAmtToDlvr property.Gets the value of the minSpltAmt property.Gets the value of the saleCpblties property.Gets the value of the dbtPrefrdFlg property.voidSets the value of the ccy property.voidsetDbtPrefrdFlg(Boolean value) Sets the value of the dbtPrefrdFlg property.voidsetLltyHdlg(LoyaltyHandling1Code value) Sets the value of the lltyHdlg property.voidsetMaxCshBckAmt(BigDecimal value) Sets the value of the maxCshBckAmt property.voidsetMinAmtToDlvr(BigDecimal value) Sets the value of the minAmtToDlvr property.voidsetMinSpltAmt(BigDecimal value) Sets the value of the minSpltAmt property.
-
Constructor Details
-
RetailerSaleEnvironment2
public RetailerSaleEnvironment2()
-
-
Method Details
-
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
setmethod 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
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value- allowed object isString
-
getMinAmtToDlvr
Gets the value of the minAmtToDlvr property.- Returns:
- possible object is
BigDecimal
-
setMinAmtToDlvr
Sets the value of the minAmtToDlvr property.- Parameters:
value- allowed object isBigDecimal
-
getMaxCshBckAmt
Gets the value of the maxCshBckAmt property.- Returns:
- possible object is
BigDecimal
-
setMaxCshBckAmt
Sets the value of the maxCshBckAmt property.- Parameters:
value- allowed object isBigDecimal
-
getMinSpltAmt
Gets the value of the minSpltAmt property.- Returns:
- possible object is
BigDecimal
-
setMinSpltAmt
Sets the value of the minSpltAmt property.- Parameters:
value- allowed object isBigDecimal
-
isDbtPrefrdFlg
Gets the value of the dbtPrefrdFlg property.- Returns:
- possible object is
Boolean
-
setDbtPrefrdFlg
Sets the value of the dbtPrefrdFlg property.- Parameters:
value- allowed object isBoolean
-
getLltyHdlg
Gets the value of the lltyHdlg property.- Returns:
- possible object is
LoyaltyHandling1Code
-
setLltyHdlg
Sets the value of the lltyHdlg property.- Parameters:
value- allowed object isLoyaltyHandling1Code
-