Class ReferredDocumentInformation1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.ReferredDocumentInformation1
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:iso:std:iso:20022:tech:xsd:camt.052.001.01}ReferredDocumentType1" minOccurs="0"/> <element name="RfrdDocNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rfrdDocNb property.Gets the value of the rfrdDocTp property.void
setRfrdDocNb
(String value) Sets the value of the rfrdDocNb property.void
Sets the value of the rfrdDocTp property.
-
Field Details
-
rfrdDocTp
-
rfrdDocNb
-
-
Constructor Details
-
ReferredDocumentInformation1
public ReferredDocumentInformation1()
-
-
Method Details
-
getRfrdDocTp
Gets the value of the rfrdDocTp property.- Returns:
- possible object is
ReferredDocumentType1
-
setRfrdDocTp
Sets the value of the rfrdDocTp property.- Parameters:
value
- allowed object isReferredDocumentType1
-
getRfrdDocNb
Gets the value of the rfrdDocNb property.- Returns:
- possible object is
String
-
setRfrdDocNb
Sets the value of the rfrdDocNb property.- Parameters:
value
- allowed object isString
-