public class TComment extends TExtensibleElements implements java.io.Serializable
Java class for tComment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tComment">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseObjectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseObjectType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="isSystemComment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="addedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="addedByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TComment() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getActions()
Gets the value of the actions property.
|
java.lang.String |
getAddedBy()
Gets the value of the addedBy property.
|
java.lang.String |
getAddedByDisplayName()
Gets the value of the addedByDisplayName property.
|
java.lang.String |
getCaseId()
Gets the value of the caseId property.
|
java.lang.String |
getCaseObjectId()
Gets the value of the caseObjectId property.
|
java.lang.String |
getCaseObjectType()
Gets the value of the caseObjectType property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
boolean |
isIsSystemComment()
Gets the value of the isSystemComment property.
|
boolean |
isSetActions() |
boolean |
isSetAddedBy() |
boolean |
isSetAddedByDisplayName() |
boolean |
isSetCaseId() |
boolean |
isSetCaseObjectId() |
boolean |
isSetCaseObjectType() |
boolean |
isSetComment() |
boolean |
isSetDateAdded() |
boolean |
isSetId() |
boolean |
isSetIsSystemComment() |
void |
setAddedBy(java.lang.String value)
Sets the value of the addedBy property.
|
void |
setAddedByDisplayName(java.lang.String value)
Sets the value of the addedByDisplayName property.
|
void |
setCaseId(java.lang.String value)
Sets the value of the caseId property.
|
void |
setCaseObjectId(java.lang.String value)
Sets the value of the caseObjectId property.
|
void |
setCaseObjectType(java.lang.String value)
Sets the value of the caseObjectType property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIsSystemComment(boolean value)
Sets the value of the isSystemComment property.
|
void |
unsetActions() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseId()
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetComment()
public java.lang.String getCaseObjectId()
Stringpublic void setCaseObjectId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseObjectId()
public java.lang.String getCaseObjectType()
Stringpublic void setCaseObjectType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseObjectType()
public boolean isIsSystemComment()
public void setIsSystemComment(boolean value)
public boolean isSetIsSystemComment()
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDateAdded()
public java.lang.String getAddedBy()
Stringpublic void setAddedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAddedBy()
public java.lang.String getAddedByDisplayName()
Stringpublic void setAddedByDisplayName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAddedByDisplayName()
public java.util.List<java.lang.String> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetActions()
public void unsetActions()