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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
rfrdDocNb |
protected ReferredDocumentType1 |
rfrdDocTp |
| Constructor and Description |
|---|
ReferredDocumentInformation1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRfrdDocNb()
Gets the value of the rfrdDocNb property.
|
ReferredDocumentType1 |
getRfrdDocTp()
Gets the value of the rfrdDocTp property.
|
void |
setRfrdDocNb(String value)
Sets the value of the rfrdDocNb property.
|
void |
setRfrdDocTp(ReferredDocumentType1 value)
Sets the value of the rfrdDocTp property.
|
protected ReferredDocumentType1 rfrdDocTp
protected String rfrdDocNb
public ReferredDocumentType1 getRfrdDocTp()
ReferredDocumentType1public void setRfrdDocTp(ReferredDocumentType1 value)
value - allowed object is
ReferredDocumentType1public String getRfrdDocNb()
StringCopyright © 2019. All rights reserved.