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

oracle.bpm.casemgmt.metadata.common.model
Class TResource

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.common.model.TStaticOrXPath
      extended by oracle.bpm.casemgmt.metadata.common.model.TResource
All Implemented Interfaces:
java.io.Serializable

public class TResource
extends TStaticOrXPath
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TResource

public TResource()
Method Detail

getIdentityType

public TResourceIdentityType getIdentityType()
Gets the value of the identityType property.

Returns:
possible object is TResourceIdentityType

setIdentityType

public void setIdentityType(TResourceIdentityType value)
Sets the value of the identityType property.

Parameters:
value - allowed object is TResourceIdentityType

isSetIdentityType

public boolean isSetIdentityType()

getApplicationContext

public java.lang.String getApplicationContext()
Gets the value of the applicationContext property.

Returns:
possible object is String

setApplicationContext

public void setApplicationContext(java.lang.String value)
Sets the value of the applicationContext property.

Parameters:
value - allowed object is String

isSetApplicationContext

public boolean isSetApplicationContext()

getSystemAttribute

public java.lang.String getSystemAttribute()
Gets the value of the systemAttribute property.

Returns:
possible object is String

setSystemAttribute

public void setSystemAttribute(java.lang.String value)
Sets the value of the systemAttribute property.

Parameters:
value - allowed object is String

isSetSystemAttribute

public boolean isSetSystemAttribute()

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.