public class ReferenceDocumentInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contact |
protected java.util.List<DateInfo> |
dateInfo |
protected java.util.List<java.lang.Object> |
documentInfoOrDocumentReference |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
lineNumber |
protected java.lang.String |
status |
| Constructor and Description |
|---|
ReferenceDocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
java.util.List<DateInfo> |
getDateInfo()
Gets the value of the dateInfo property.
|
java.util.List<java.lang.Object> |
getDocumentInfoOrDocumentReference()
Gets the value of the documentInfoOrDocumentReference property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
protected java.lang.String lineNumber
protected java.lang.String status
protected java.util.List<java.lang.Object> documentInfoOrDocumentReference
protected java.util.List<DateInfo> dateInfo
protected java.util.List<Contact> contact
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getLineNumber()
Stringpublic void setLineNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getDocumentInfoOrDocumentReference()
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 documentInfoOrDocumentReference property.
For example, to add a new item, do as follows:
getDocumentInfoOrDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentInfo
DocumentReference
public java.util.List<DateInfo> getDateInfo()
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 dateInfo property.
For example, to add a new item, do as follows:
getDateInfo().add(newItem);
Objects of the following type(s) are allowed in the list
DateInfo
public java.util.List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.