Class TripartyCollateralUnilateralRemovalRequestV01
java.lang.Object
org.coderic.iso20022.messages.reda.TripartyCollateralUnilateralRemovalRequestV01
Java class for TripartyCollateralUnilateralRemovalRequestV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TripartyCollateralUnilateralRemovalRequestV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Pgntn" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Pagination1"/> <element name="RmvlReqId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max35Text"/> <element name="PtyA" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}PartyIdentification232"/> <element name="ClntPtyA" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}PartyIdentification232" minOccurs="0"/> <element name="CollSd" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}CollateralRole1Code"/> <element name="ReqDtls" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}RequestDetails28"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}SupplementaryData1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntPtyA property.Gets the value of the collSd property.getPgntn()
Gets the value of the pgntn property.getPtyA()
Gets the value of the ptyA property.Gets the value of the reqDtls property.Gets the value of the rmvlReqId property.Gets the value of the splmtryData property.void
Sets the value of the clntPtyA property.void
setCollSd
(CollateralRole1Code value) Sets the value of the collSd property.void
setPgntn
(Pagination1 value) Sets the value of the pgntn property.void
setPtyA
(PartyIdentification232 value) Sets the value of the ptyA property.void
setReqDtls
(RequestDetails28 value) Sets the value of the reqDtls property.void
setRmvlReqId
(String value) Sets the value of the rmvlReqId property.void
setSplmtryData
(SupplementaryData1 value) Sets the value of the splmtryData property.
-
Constructor Details
-
TripartyCollateralUnilateralRemovalRequestV01
public TripartyCollateralUnilateralRemovalRequestV01()
-
-
Method Details
-
getPgntn
Gets the value of the pgntn property.- Returns:
- possible object is
Pagination1
-
setPgntn
Sets the value of the pgntn property.- Parameters:
value
- allowed object isPagination1
-
getRmvlReqId
Gets the value of the rmvlReqId property.- Returns:
- possible object is
String
-
setRmvlReqId
Sets the value of the rmvlReqId property.- Parameters:
value
- allowed object isString
-
getPtyA
Gets the value of the ptyA property.- Returns:
- possible object is
PartyIdentification232
-
setPtyA
Sets the value of the ptyA property.- Parameters:
value
- allowed object isPartyIdentification232
-
getClntPtyA
Gets the value of the clntPtyA property.- Returns:
- possible object is
PartyIdentification232
-
setClntPtyA
Sets the value of the clntPtyA property.- Parameters:
value
- allowed object isPartyIdentification232
-
getCollSd
Gets the value of the collSd property.- Returns:
- possible object is
CollateralRole1Code
-
setCollSd
Sets the value of the collSd property.- Parameters:
value
- allowed object isCollateralRole1Code
-
getReqDtls
Gets the value of the reqDtls property.- Returns:
- possible object is
RequestDetails28
-
setReqDtls
Sets the value of the reqDtls property.- Parameters:
value
- allowed object isRequestDetails28
-
getSplmtryData
Gets the value of the splmtryData property.- Returns:
- possible object is
SupplementaryData1
-
setSplmtryData
Sets the value of the splmtryData property.- Parameters:
value
- allowed object isSupplementaryData1
-