|
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.services.processmetadata.ProjectMetadataSummary
public class ProjectMetadataSummary
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="projectName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="compositeDN" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="compositeVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" type="{http://xmlns.oracle.com/bpm/process/metadata}statusEnum"/> <element name="processMetadataSummaryList" type="{http://xmlns.oracle.com/bpm/process/metadata}processMetadataSummaryListType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ProjectMetadataSummary() |
Method Summary | |
---|---|
java.lang.String |
getCompositeDN() Gets the value of the compositeDN property. |
java.lang.String |
getCompositeVersion() Gets the value of the compositeVersion property. |
ProcessMetadataSummaryListType |
getProcessMetadataSummaryList() Gets the value of the processMetadataSummaryList property. |
java.lang.String |
getProjectName() Gets the value of the projectName property. |
StatusEnum |
getStatus() Gets the value of the status property. |
boolean |
isSetCompositeDN() |
boolean |
isSetCompositeVersion() |
boolean |
isSetProcessMetadataSummaryList() |
boolean |
isSetProjectName() |
boolean |
isSetStatus() |
void |
setCompositeDN(java.lang.String value) Sets the value of the compositeDN property. |
void |
setCompositeVersion(java.lang.String value) Sets the value of the compositeVersion property. |
void |
setProcessMetadataSummaryList(ProcessMetadataSummaryListType value) Sets the value of the processMetadataSummaryList property. |
void |
setProjectName(java.lang.String value) Sets the value of the projectName property. |
void |
setStatus(StatusEnum value) Sets the value of the status property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectMetadataSummary()
Method Detail |
---|
public java.lang.String getProjectName()
String
public void setProjectName(java.lang.String value)
value
- allowed object is String
public boolean isSetProjectName()
public java.lang.String getCompositeDN()
String
public void setCompositeDN(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeDN()
public java.lang.String getCompositeVersion()
String
public void setCompositeVersion(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeVersion()
public StatusEnum getStatus()
StatusEnum
public void setStatus(StatusEnum value)
value
- allowed object is StatusEnum
public boolean isSetStatus()
public ProcessMetadataSummaryListType getProcessMetadataSummaryList()
ProcessMetadataSummaryListType
public void setProcessMetadataSummaryList(ProcessMetadataSummaryListType value)
value
- allowed object is ProcessMetadataSummaryListType
public boolean isSetProcessMetadataSummaryList()
|
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 |