|
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.common.model.TStaticOrXPath
oracle.bpm.casemgmt.metadata.common.model.TResource
public class TResource
Java class for tResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tResource">
<simpleContent>
<extension base="<http://xmlns.oracle.com/bpm/case/metadata/common>tStaticOrXPath">
<attribute name="identityType" use="required" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tResourceIdentityType" />
<attribute name="application_context" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="systemAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Constructor Summary | |
|---|---|
TResource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationContext()
Gets the value of the applicationContext property. |
TResourceIdentityType |
getIdentityType()
Gets the value of the identityType property. |
java.lang.String |
getSystemAttribute()
Gets the value of the systemAttribute property. |
boolean |
isSetApplicationContext()
|
boolean |
isSetIdentityType()
|
boolean |
isSetSystemAttribute()
|
void |
setApplicationContext(java.lang.String value)
Sets the value of the applicationContext property. |
void |
setIdentityType(TResourceIdentityType value)
Sets the value of the identityType property. |
void |
setSystemAttribute(java.lang.String value)
Sets the value of the systemAttribute property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.common.model.TStaticOrXPath |
|---|
getType, getValue, isSetType, isSetValue, setType, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TResource()
| Method Detail |
|---|
public TResourceIdentityType getIdentityType()
TResourceIdentityTypepublic void setIdentityType(TResourceIdentityType value)
value - allowed object is
TResourceIdentityTypepublic boolean isSetIdentityType()
public java.lang.String getApplicationContext()
Stringpublic void setApplicationContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetApplicationContext()
public java.lang.String getSystemAttribute()
Stringpublic void setSystemAttribute(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSystemAttribute()
|
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 | ||||||||