|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TMilestone
public class TMilestone
Java class for tMilestone complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMilestone">
<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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dateAchieved" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="achievedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="achievedByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="comment" type="{http://xmlns.oracle.com/bpm/case}tComment" minOccurs="0"/>
<element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TMilestone() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAchievedBy()Gets the value of the achievedBy property. |
java.lang.String |
getAchievedByDisplayName()Gets the value of the achievedByDisplayName property. |
java.util.List<java.lang.String> |
getActions()Gets the value of the actions property. |
java.lang.String |
getCaseId()Gets the value of the caseId property. |
TComment |
getComment()Gets the value of the comment property. |
javax.xml.datatype.XMLGregorianCalendar |
getDateAchieved()Gets the value of the dateAchieved property. |
java.lang.String |
getDisplayName()Gets the value of the displayName property. |
java.lang.String |
getId()Gets the value of the id property. |
java.lang.String |
getName()Gets the value of the name property. |
java.lang.String |
getState()Gets the value of the state property. |
void |
setAchievedBy(java.lang.String value)Sets the value of the achievedBy property. |
void |
setAchievedByDisplayName(java.lang.String value)Sets the value of the achievedByDisplayName property. |
void |
setCaseId(java.lang.String value)Sets the value of the caseId property. |
void |
setComment(TComment value)Sets the value of the comment property. |
void |
setDateAchieved(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateAchieved property. |
void |
setDisplayName(java.lang.String value)Sets the value of the displayName property. |
void |
setId(java.lang.String value)Sets the value of the id property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setState(java.lang.String value)Sets the value of the state property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation, isSetDocumentation, unsetDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TMilestone()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAchieved()
XMLGregorianCalendarpublic void setDateAchieved(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic java.lang.String getAchievedBy()
Stringpublic void setAchievedBy(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAchievedByDisplayName()
Stringpublic void setAchievedByDisplayName(java.lang.String value)
value - allowed object is Stringpublic TComment getComment()
TCommentpublic void setComment(TComment value)
value - allowed object is TCommentpublic 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
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||