Class ReferredDocumentInformation1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_02.ReferredDocumentInformation1
-
public class ReferredDocumentInformation1 extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.String
rfrdDocNb
protected ReferredDocumentType1
rfrdDocTp
-
Constructor Summary
Constructors Constructor Description ReferredDocumentInformation1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRfrdDocNb()
Gets the value of the rfrdDocNb property.ReferredDocumentType1
getRfrdDocTp()
Gets the value of the rfrdDocTp property.void
setRfrdDocNb(java.lang.String value)
Sets the value of the rfrdDocNb property.void
setRfrdDocTp(ReferredDocumentType1 value)
Sets the value of the rfrdDocTp property.
-
-
-
Field Detail
-
rfrdDocTp
protected ReferredDocumentType1 rfrdDocTp
-
rfrdDocNb
protected java.lang.String rfrdDocNb
-
-
Method Detail
-
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 isReferredDocumentType1
-
getRfrdDocNb
public java.lang.String getRfrdDocNb()
Gets the value of the rfrdDocNb property.- Returns:
- possible object is
String
-
setRfrdDocNb
public void setRfrdDocNb(java.lang.String value)
Sets the value of the rfrdDocNb property.- Parameters:
value
- allowed object isString
-
-