Class Document
java.lang.Object
org.coderic.iso20022.messages.reda.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrptyCollUnltrlRmvlReq" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}TripartyCollateralUnilateralRemovalRequestV01"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trptyCollUnltrlRmvlReq property.voidSets the value of the trptyCollUnltrlRmvlReq property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getTrptyCollUnltrlRmvlReq
Gets the value of the trptyCollUnltrlRmvlReq property.- Returns:
- possible object is
TripartyCollateralUnilateralRemovalRequestV01
-
setTrptyCollUnltrlRmvlReq
Sets the value of the trptyCollUnltrlRmvlReq property.- Parameters:
value- allowed object isTripartyCollateralUnilateralRemovalRequestV01
-