public class Note extends Object
Java class for note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="note">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://comet.werk-ii.com/base}varchar255"/>
<element name="parentUIDs" type="{http://comet.werk-ii.com/psc_notes}noteParentUIDs"/>
<element name="parentIDs" type="{http://comet.werk-ii.com/psc_notes}noteParentIDs"/>
<element name="created" type="{http://comet.werk-ii.com/psc_notes}created"/>
<element name="changed" type="{http://comet.werk-ii.com/psc_notes}changed"/>
<element name="log">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stateChange" type="{http://comet.werk-ii.com/psc_notes}stateChange" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="responsible" type="{http://comet.werk-ii.com/psc_notes}responsible"/>
<element name="comments">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="comment" type="{http://comet.werk-ii.com/psc_notes}comment" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="reference" type="{http://comet.werk-ii.com/psc_notes}reference"/>
<element name="target" type="{http://comet.werk-ii.com/psc_notes}target"/>
<element name="placeholders" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="placeholder" type="{http://comet.werk-ii.com/psc_notes}placeholder" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{http://comet.werk-ii.com/base}varchar100" />
<attribute name="type" use="required" type="{http://comet.werk-ii.com/psc_notes}noteType" />
<attribute name="customerID" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="customerID2" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="customerID3" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="customerStringID" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="customerData1" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="customerData2" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Note.Comments
Java class for anonymous complex type.
|
static class |
Note.Log
Java class for anonymous complex type.
|
static class |
Note.Placeholders
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Changed |
changed |
protected Note.Comments |
comments |
protected Created |
created |
protected String |
customerData1 |
protected String |
customerData2 |
protected BigInteger |
customerID |
protected BigInteger |
customerID2 |
protected BigInteger |
customerID3 |
protected String |
customerStringID |
protected String |
id |
protected Note.Log |
log |
protected NoteParentIDs |
parentIDs |
protected NoteParentUIDs |
parentUIDs |
protected Note.Placeholders |
placeholders |
protected Reference |
reference |
protected Responsible |
responsible |
protected Target |
target |
protected String |
title |
protected NoteType |
type |
| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
Changed |
getChanged()
Gets the value of the changed property.
|
Note.Comments |
getComments()
Gets the value of the comments property.
|
Created |
getCreated()
Gets the value of the created property.
|
String |
getCustomerData1()
Gets the value of the customerData1 property.
|
String |
getCustomerData2()
Gets the value of the customerData2 property.
|
BigInteger |
getCustomerID()
Gets the value of the customerID property.
|
BigInteger |
getCustomerID2()
Gets the value of the customerID2 property.
|
BigInteger |
getCustomerID3()
Gets the value of the customerID3 property.
|
String |
getCustomerStringID()
Gets the value of the customerStringID property.
|
String |
getId()
Gets the value of the id property.
|
Note.Log |
getLog()
Gets the value of the log property.
|
NoteParentIDs |
getParentIDs()
Gets the value of the parentIDs property.
|
NoteParentUIDs |
getParentUIDs()
Gets the value of the parentUIDs property.
|
Note.Placeholders |
getPlaceholders()
Gets the value of the placeholders property.
|
Reference |
getReference()
Gets the value of the reference property.
|
Responsible |
getResponsible()
Gets the value of the responsible property.
|
Target |
getTarget()
Gets the value of the target property.
|
String |
getTitle()
Gets the value of the title property.
|
NoteType |
getType()
Gets the value of the type property.
|
void |
setChanged(Changed value)
Sets the value of the changed property.
|
void |
setComments(Note.Comments value)
Sets the value of the comments property.
|
void |
setCreated(Created value)
Sets the value of the created property.
|
void |
setCustomerData1(String value)
Sets the value of the customerData1 property.
|
void |
setCustomerData2(String value)
Sets the value of the customerData2 property.
|
void |
setCustomerID(BigInteger value)
Sets the value of the customerID property.
|
void |
setCustomerID2(BigInteger value)
Sets the value of the customerID2 property.
|
void |
setCustomerID3(BigInteger value)
Sets the value of the customerID3 property.
|
void |
setCustomerStringID(String value)
Sets the value of the customerStringID property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLog(Note.Log value)
Sets the value of the log property.
|
void |
setParentIDs(NoteParentIDs value)
Sets the value of the parentIDs property.
|
void |
setParentUIDs(NoteParentUIDs value)
Sets the value of the parentUIDs property.
|
void |
setPlaceholders(Note.Placeholders value)
Sets the value of the placeholders property.
|
void |
setReference(Reference value)
Sets the value of the reference property.
|
void |
setResponsible(Responsible value)
Sets the value of the responsible property.
|
void |
setTarget(Target value)
Sets the value of the target property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(NoteType value)
Sets the value of the type property.
|
protected String title
protected NoteParentUIDs parentUIDs
protected NoteParentIDs parentIDs
protected Created created
protected Changed changed
protected Note.Log log
protected Responsible responsible
protected Note.Comments comments
protected Reference reference
protected Target target
protected Note.Placeholders placeholders
protected String id
protected NoteType type
protected BigInteger customerID
protected BigInteger customerID2
protected BigInteger customerID3
protected String customerStringID
protected String customerData1
protected String customerData2
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic NoteParentUIDs getParentUIDs()
NoteParentUIDspublic void setParentUIDs(NoteParentUIDs value)
value - allowed object is
NoteParentUIDspublic NoteParentIDs getParentIDs()
NoteParentIDspublic void setParentIDs(NoteParentIDs value)
value - allowed object is
NoteParentIDspublic Created getCreated()
Createdpublic void setCreated(Created value)
value - allowed object is
Createdpublic Changed getChanged()
Changedpublic void setChanged(Changed value)
value - allowed object is
Changedpublic Note.Log getLog()
Note.Logpublic void setLog(Note.Log value)
value - allowed object is
Note.Logpublic Responsible getResponsible()
Responsiblepublic void setResponsible(Responsible value)
value - allowed object is
Responsiblepublic Note.Comments getComments()
Note.Commentspublic void setComments(Note.Comments value)
value - allowed object is
Note.Commentspublic Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
Referencepublic Target getTarget()
Targetpublic void setTarget(Target value)
value - allowed object is
Targetpublic Note.Placeholders getPlaceholders()
Note.Placeholderspublic void setPlaceholders(Note.Placeholders value)
value - allowed object is
Note.Placeholderspublic void setId(String value)
value - allowed object is
Stringpublic NoteType getType()
NoteTypepublic void setType(NoteType value)
value - allowed object is
NoteTypepublic BigInteger getCustomerID()
BigIntegerpublic void setCustomerID(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCustomerID2()
BigIntegerpublic void setCustomerID2(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCustomerID3()
BigIntegerpublic void setCustomerID3(BigInteger value)
value - allowed object is
BigIntegerpublic String getCustomerStringID()
Stringpublic void setCustomerStringID(String value)
value - allowed object is
Stringpublic String getCustomerData1()
Stringpublic void setCustomerData1(String value)
value - allowed object is
Stringpublic String getCustomerData2()
StringCopyright © 2017 SAP SE. All Rights Reserved.