Class ReferredDocumentInformation1

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.ReferredDocumentInformation1

public class ReferredDocumentInformation1 extends Object

Java class for ReferredDocumentInformation1 complex type.

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

<complexType name="ReferredDocumentInformation1">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="RfrdDocTp" type="{urn:sepade:xsd:pain.001.001.02}ReferredDocumentType1" minOccurs="0"/>
        <element name="RfrdDocNb" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • ReferredDocumentInformation1

      public ReferredDocumentInformation1()
  • Method Details

    • getRfrdDocTp

      public ReferredDocumentType1 getRfrdDocTp()
      Gets the value of the rfrdDocTp property.
      Returns:
      possible object is ReferredDocumentType1
    • setRfrdDocTp

      public void setRfrdDocTp(ReferredDocumentType1 value)
      Sets the value of the rfrdDocTp property.
      Parameters:
      value - allowed object is ReferredDocumentType1
    • getRfrdDocNb

      public String getRfrdDocNb()
      Gets the value of the rfrdDocNb property.
      Returns:
      possible object is String
    • setRfrdDocNb

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