Class Document
java.lang.Object
org.coderic.iso20022.messages.colr.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="TrptyCollAllgmtNtfctnCxlAdvc" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}TripartyCollateralAllegementNotificationCancellationAdviceV01"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trptyCollAllgmtNtfctnCxlAdvc property.void
setTrptyCollAllgmtNtfctnCxlAdvc
(TripartyCollateralAllegementNotificationCancellationAdviceV01 value) Sets the value of the trptyCollAllgmtNtfctnCxlAdvc property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getTrptyCollAllgmtNtfctnCxlAdvc
public TripartyCollateralAllegementNotificationCancellationAdviceV01 getTrptyCollAllgmtNtfctnCxlAdvc()Gets the value of the trptyCollAllgmtNtfctnCxlAdvc property.- Returns:
- possible object is
TripartyCollateralAllegementNotificationCancellationAdviceV01
-
setTrptyCollAllgmtNtfctnCxlAdvc
public void setTrptyCollAllgmtNtfctnCxlAdvc(TripartyCollateralAllegementNotificationCancellationAdviceV01 value) Sets the value of the trptyCollAllgmtNtfctnCxlAdvc property.- Parameters:
value
- allowed object isTripartyCollateralAllegementNotificationCancellationAdviceV01
-