Class DocumentType1

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.DocumentType1

public class DocumentType1 extends Object

Java class for DocumentType1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DocumentType1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CdOrPrtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}DocumentType2Choice"/>
         <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DocumentType1

      public DocumentType1()
  • Method Details

    • getCdOrPrtry

      public DocumentType2Choice getCdOrPrtry()
      Gets the value of the cdOrPrtry property.
      Returns:
      possible object is DocumentType2Choice
    • setCdOrPrtry

      public void setCdOrPrtry(DocumentType2Choice value)
      Sets the value of the cdOrPrtry property.
      Parameters:
      value - allowed object is DocumentType2Choice
    • getIssr

      public String getIssr()
      Gets the value of the issr property.
      Returns:
      possible object is String
    • setIssr

      public void setIssr(String value)
      Sets the value of the issr property.
      Parameters:
      value - allowed object is String