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: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>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
rfrdDocNb |
|
protected ReferredDocumentType1 |
rfrdDocTp |
Constructor | Description |
---|---|
ReferredDocumentInformation1() |
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.
|
protected ReferredDocumentType1 rfrdDocTp
protected java.lang.String rfrdDocNb
public ReferredDocumentType1 getRfrdDocTp()
ReferredDocumentType1
public void setRfrdDocTp(ReferredDocumentType1 value)
value
- allowed object is
ReferredDocumentType1
public java.lang.String getRfrdDocNb()
String
public void setRfrdDocNb(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.