Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.processmetadata
Class ProjectMetadataSummary

java.lang.Object
  extended by oracle.bpm.services.processmetadata.ProjectMetadataSummary
All Implemented Interfaces:
java.io.Serializable

public class ProjectMetadataSummary
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

ProjectMetadataSummary

public ProjectMetadataSummary()
Method Detail

getProjectName

public java.lang.String getProjectName()
Gets the value of the projectName property.

Returns:
possible object is String

setProjectName

public void setProjectName(java.lang.String value)
Sets the value of the projectName property.

Parameters:
value - allowed object is String

isSetProjectName

public boolean isSetProjectName()

getCompositeDN

public java.lang.String getCompositeDN()
Gets the value of the compositeDN property.

Returns:
possible object is String

setCompositeDN

public void setCompositeDN(java.lang.String value)
Sets the value of the compositeDN property.

Parameters:
value - allowed object is String

isSetCompositeDN

public boolean isSetCompositeDN()

getCompositeVersion

public java.lang.String getCompositeVersion()
Gets the value of the compositeVersion property.

Returns:
possible object is String

setCompositeVersion

public void setCompositeVersion(java.lang.String value)
Sets the value of the compositeVersion property.

Parameters:
value - allowed object is String

isSetCompositeVersion

public boolean isSetCompositeVersion()

getStatus

public StatusEnum getStatus()
Gets the value of the status property.

Returns:
possible object is StatusEnum

setStatus

public void setStatus(StatusEnum value)
Sets the value of the status property.

Parameters:
value - allowed object is StatusEnum

isSetStatus

public boolean isSetStatus()

getProcessMetadataSummaryList

public ProcessMetadataSummaryListType getProcessMetadataSummaryList()
Gets the value of the processMetadataSummaryList property.

Returns:
possible object is ProcessMetadataSummaryListType

setProcessMetadataSummaryList

public void setProcessMetadataSummaryList(ProcessMetadataSummaryListType value)
Sets the value of the processMetadataSummaryList property.

Parameters:
value - allowed object is ProcessMetadataSummaryListType

isSetProcessMetadataSummaryList

public boolean isSetProcessMetadataSummaryList()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.