Class Document
java.lang.Object
org.coderic.iso20022.messages.tsmt.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="PtyEvtAdvc" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}PartyEventAdviceV01"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ptyEvtAdvc property.voidsetPtyEvtAdvc(PartyEventAdviceV01 value) Sets the value of the ptyEvtAdvc property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getPtyEvtAdvc
Gets the value of the ptyEvtAdvc property.- Returns:
- possible object is
PartyEventAdviceV01
-
setPtyEvtAdvc
Sets the value of the ptyEvtAdvc property.- Parameters:
value- allowed object isPartyEventAdviceV01
-