|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| 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()
Stringpublic void setProjectName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetProjectName()
public java.lang.String getCompositeDN()
Stringpublic void setCompositeDN(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCompositeDN()
public java.lang.String getCompositeVersion()
Stringpublic void setCompositeVersion(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCompositeVersion()
public StatusEnum getStatus()
StatusEnumpublic void setStatus(StatusEnum value)
value - allowed object is StatusEnumpublic boolean isSetStatus()
public ProcessMetadataSummaryListType getProcessMetadataSummaryList()
ProcessMetadataSummaryListTypepublic void setProcessMetadataSummaryList(ProcessMetadataSummaryListType value)
value - allowed object is ProcessMetadataSummaryListTypepublic boolean isSetProcessMetadataSummaryList()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||