Class Document
java.lang.Object
org.coderic.iso20022.messages.seev.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="MktClmCxlReqStsAdvc" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}MarketClaimCancellationRequestStatusAdviceV02"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mktClmCxlReqStsAdvc property.voidSets the value of the mktClmCxlReqStsAdvc property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getMktClmCxlReqStsAdvc
Gets the value of the mktClmCxlReqStsAdvc property.- Returns:
- possible object is
MarketClaimCancellationRequestStatusAdviceV02
-
setMktClmCxlReqStsAdvc
Sets the value of the mktClmCxlReqStsAdvc property.- Parameters:
value- allowed object isMarketClaimCancellationRequestStatusAdviceV02
-