public class Notes extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="note" type="{http://comet.werk-ii.com/psc_notes}note" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" use="required" type="{http://comet.werk-ii.com/base}serverVersion" />
<attribute name="reference" use="required" type="{http://comet.werk-ii.com/psc_notes}noteRef" />
<attribute name="referenceID" use="required" type="{http://comet.werk-ii.com/base}idTypeN" />
<attribute name="referenceUID" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Note> |
note |
protected NoteRef |
reference |
protected String |
referenceID |
protected String |
referenceUID |
protected String |
version |
| Constructor and Description |
|---|
Notes() |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
getNote()
Gets the value of the note property.
|
NoteRef |
getReference()
Gets the value of the reference property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
String |
getReferenceUID()
Gets the value of the referenceUID property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setReference(NoteRef value)
Sets the value of the reference property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setReferenceUID(String value)
Sets the value of the referenceUID property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected NoteRef reference
protected String referenceID
protected String referenceUID
public List<Note> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
Note
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic NoteRef getReference()
NoteRefpublic void setReference(NoteRef value)
value - allowed object is
NoteRefpublic String getReferenceID()
Stringpublic void setReferenceID(String value)
value - allowed object is
Stringpublic String getReferenceUID()
StringCopyright © 2017 SAP SE. All Rights Reserved.