Class RequestDetails28
java.lang.Object
org.coderic.iso20022.messages.reda.RequestDetails28
Java class for RequestDetails28 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestDetails28">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Rmvl" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}RemovalTypeAndReason1"/>
<element name="FinInstrmAndAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}RemovalProcessing2Choice" maxOccurs="unbounded" minOccurs="0"/>
<element name="CtrPty" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}CollateralParties4" minOccurs="0"/>
<element name="SfkpgAcct" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}SecuritiesAccount19" minOccurs="0"/>
<element name="BlckChainAdrOrWllt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}BlockChainAddressWallet3" minOccurs="0"/>
<element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Reference21" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the blckChainAdrOrWllt property.Gets the value of the ctrPty property.Gets the value of the finInstrmAndAttrbts property.getRef()Gets the value of the ref property.getRmvl()Gets the value of the rmvl property.Gets the value of the sfkpgAcct property.voidSets the value of the blckChainAdrOrWllt property.voidsetCtrPty(CollateralParties4 value) Sets the value of the ctrPty property.voidsetRef(Reference21 value) Sets the value of the ref property.voidsetRmvl(RemovalTypeAndReason1 value) Sets the value of the rmvl property.voidsetSfkpgAcct(SecuritiesAccount19 value) Sets the value of the sfkpgAcct property.
-
Constructor Details
-
RequestDetails28
public RequestDetails28()
-
-
Method Details
-
getRmvl
Gets the value of the rmvl property.- Returns:
- possible object is
RemovalTypeAndReason1
-
setRmvl
Sets the value of the rmvl property.- Parameters:
value- allowed object isRemovalTypeAndReason1
-
getFinInstrmAndAttrbts
Gets the value of the finInstrmAndAttrbts 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 finInstrmAndAttrbts property.For example, to add a new item, do as follows:
getFinInstrmAndAttrbts().add(newItem);Objects of the following type(s) are allowed in the list
RemovalProcessing2Choice -
getCtrPty
Gets the value of the ctrPty property.- Returns:
- possible object is
CollateralParties4
-
setCtrPty
Sets the value of the ctrPty property.- Parameters:
value- allowed object isCollateralParties4
-
getSfkpgAcct
Gets the value of the sfkpgAcct property.- Returns:
- possible object is
SecuritiesAccount19
-
setSfkpgAcct
Sets the value of the sfkpgAcct property.- Parameters:
value- allowed object isSecuritiesAccount19
-
getBlckChainAdrOrWllt
Gets the value of the blckChainAdrOrWllt property.- Returns:
- possible object is
BlockChainAddressWallet3
-
setBlckChainAdrOrWllt
Sets the value of the blckChainAdrOrWllt property.- Parameters:
value- allowed object isBlockChainAddressWallet3
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
Reference21
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isReference21
-