Class OriginalMandate10Choice
java.lang.Object
org.coderic.iso20022.messages.pain.OriginalMandate10Choice
Java class for OriginalMandate10Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalMandate10Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="OrgnlMndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text"/> <element name="OrgnlMndt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Mandate20"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlMndt property.Gets the value of the orgnlMndtId property.void
setOrgnlMndt
(Mandate20 value) Sets the value of the orgnlMndt property.void
setOrgnlMndtId
(String value) Sets the value of the orgnlMndtId property.
-
Constructor Details
-
OriginalMandate10Choice
public OriginalMandate10Choice()
-
-
Method Details
-
getOrgnlMndtId
Gets the value of the orgnlMndtId property.- Returns:
- possible object is
String
-
setOrgnlMndtId
Sets the value of the orgnlMndtId property.- Parameters:
value
- allowed object isString
-
getOrgnlMndt
Gets the value of the orgnlMndt property.- Returns:
- possible object is
Mandate20
-
setOrgnlMndt
Sets the value of the orgnlMndt property.- Parameters:
value
- allowed object isMandate20
-