|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TSca
public class TSca
Java class for tSca complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSca">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="componentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compositeDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compositeInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compositeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compositeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ecid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentComponentInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentComponentInstRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headerProperties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invokedComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compositeCreatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TSca()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()
Gets the value of the applicationName property. |
java.lang.String |
getComponentName()
Gets the value of the componentName property. |
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getCompositeCreatedTime()
Gets the value of the compositeCreatedTime property. |
java.lang.String |
getCompositeDN()
Gets the value of the compositeDN property. |
java.lang.String |
getCompositeInstanceId()
Gets the value of the compositeInstanceId property. |
java.lang.String |
getCompositeName()
Gets the value of the compositeName property. |
java.lang.String |
getCompositeVersion()
Gets the value of the compositeVersion property. |
java.lang.String |
getEcid()
Gets the value of the ecid property. |
java.lang.String |
getHeaderProperties()
Gets the value of the headerProperties property. |
java.lang.String |
getInvokedComponent()
Gets the value of the invokedComponent property. |
java.lang.String |
getParentComponentInstanceId()
Gets the value of the parentComponentInstanceId property. |
java.lang.String |
getParentComponentInstRefId()
Gets the value of the parentComponentInstRefId property. |
void |
setApplicationName(java.lang.String value)
Sets the value of the applicationName property. |
void |
setComponentName(java.lang.String value)
Sets the value of the componentName property. |
void |
setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the compositeCreatedTime property. |
void |
setCompositeDN(java.lang.String value)
Sets the value of the compositeDN property. |
void |
setCompositeInstanceId(java.lang.String value)
Sets the value of the compositeInstanceId property. |
void |
setCompositeName(java.lang.String value)
Sets the value of the compositeName property. |
void |
setCompositeVersion(java.lang.String value)
Sets the value of the compositeVersion property. |
void |
setEcid(java.lang.String value)
Sets the value of the ecid property. |
void |
setHeaderProperties(java.lang.String value)
Sets the value of the headerProperties property. |
void |
setInvokedComponent(java.lang.String value)
Sets the value of the invokedComponent property. |
void |
setParentComponentInstanceId(java.lang.String value)
Sets the value of the parentComponentInstanceId property. |
void |
setParentComponentInstRefId(java.lang.String value)
Sets the value of the parentComponentInstRefId property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TSca()
| Method Detail |
|---|
public java.lang.String getApplicationName()
Stringpublic void setApplicationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComponentName()
Stringpublic void setComponentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompositeDN()
Stringpublic void setCompositeDN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompositeInstanceId()
Stringpublic void setCompositeInstanceId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompositeName()
Stringpublic void setCompositeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompositeVersion()
Stringpublic void setCompositeVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEcid()
Stringpublic void setEcid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentComponentInstanceId()
Stringpublic void setParentComponentInstanceId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentComponentInstRefId()
Stringpublic void setParentComponentInstRefId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHeaderProperties()
Stringpublic void setHeaderProperties(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvokedComponent()
Stringpublic void setInvokedComponent(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getCompositeCreatedTime()
JAXBElement<XMLGregorianCalendar>public void setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
value - allowed object is
JAXBElement<XMLGregorianCalendar>
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||