Class Document
java.lang.Object
org.coderic.iso20022.messages.acmt.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="AcctSwtchTechRjctn" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}AccountSwitchTechnicalRejectionV02"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctSwtchTechRjctn property.void
Sets the value of the acctSwtchTechRjctn property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getAcctSwtchTechRjctn
Gets the value of the acctSwtchTechRjctn property.- Returns:
- possible object is
AccountSwitchTechnicalRejectionV02
-
setAcctSwtchTechRjctn
Sets the value of the acctSwtchTechRjctn property.- Parameters:
value
- allowed object isAccountSwitchTechnicalRejectionV02
-