public class ReferredDocumentInformation7 extends Object
Java-Klasse für ReferredDocumentInformation7 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ReferredDocumentInformation7">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ReferredDocumentType4" minOccurs="0"/>
<element name="Nb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="RltdDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODate" minOccurs="0"/>
<element name="LineDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DocumentLineInformation1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentLineInformation1> |
lineDtls |
protected String |
nb |
protected XMLGregorianCalendar |
rltdDt |
protected ReferredDocumentType4 |
tp |
| Constructor and Description |
|---|
ReferredDocumentInformation7() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLineInformation1> |
getLineDtls()
Gets the value of the lineDtls property.
|
String |
getNb()
Ruft den Wert der nb-Eigenschaft ab.
|
XMLGregorianCalendar |
getRltdDt()
Ruft den Wert der rltdDt-Eigenschaft ab.
|
ReferredDocumentType4 |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setNb(String value)
Legt den Wert der nb-Eigenschaft fest.
|
void |
setRltdDt(XMLGregorianCalendar value)
Legt den Wert der rltdDt-Eigenschaft fest.
|
void |
setTp(ReferredDocumentType4 value)
Legt den Wert der tp-Eigenschaft fest.
|
protected ReferredDocumentType4 tp
protected String nb
protected XMLGregorianCalendar rltdDt
protected List<DocumentLineInformation1> lineDtls
public ReferredDocumentType4 getTp()
ReferredDocumentType4public void setTp(ReferredDocumentType4 value)
value - allowed object is
ReferredDocumentType4public void setNb(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getRltdDt()
XMLGregorianCalendarpublic void setRltdDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<DocumentLineInformation1> getLineDtls()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lineDtls property.
For example, to add a new item, do as follows:
getLineDtls().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentLineInformation1
Copyright © 2017. All rights reserved.