Class OriginalMandate10Choice

java.lang.Object
org.coderic.iso20022.messages.pain.OriginalMandate10Choice

public class OriginalMandate10Choice extends Object

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 Details

    • OriginalMandate10Choice

      public OriginalMandate10Choice()
  • Method Details

    • getOrgnlMndtId

      public String getOrgnlMndtId()
      Gets the value of the orgnlMndtId property.
      Returns:
      possible object is String
    • setOrgnlMndtId

      public void setOrgnlMndtId(String value)
      Sets the value of the orgnlMndtId property.
      Parameters:
      value - allowed object is String
    • getOrgnlMndt

      public Mandate20 getOrgnlMndt()
      Gets the value of the orgnlMndt property.
      Returns:
      possible object is Mandate20
    • setOrgnlMndt

      public void setOrgnlMndt(Mandate20 value)
      Sets the value of the orgnlMndt property.
      Parameters:
      value - allowed object is Mandate20