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

oracle.bpm.casemgmt.metadata.caseinstance.model
Class TSca

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.caseinstance.model.TSca

public class TSca
extends TExtensibleElements

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

TSca

public TSca()
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

setApplicationName

public void setApplicationName(java.lang.String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

getComponentName

public java.lang.String getComponentName()
Gets the value of the componentName property.

Returns:
possible object is String

setComponentName

public void setComponentName(java.lang.String value)
Sets the value of the componentName property.

Parameters:
value - allowed object is String

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

getCompositeInstanceId

public java.lang.String getCompositeInstanceId()
Gets the value of the compositeInstanceId property.

Returns:
possible object is String

setCompositeInstanceId

public void setCompositeInstanceId(java.lang.String value)
Sets the value of the compositeInstanceId property.

Parameters:
value - allowed object is String

getCompositeName

public java.lang.String getCompositeName()
Gets the value of the compositeName property.

Returns:
possible object is String

setCompositeName

public void setCompositeName(java.lang.String value)
Sets the value of the compositeName property.

Parameters:
value - allowed object is String

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

getEcid

public java.lang.String getEcid()
Gets the value of the ecid property.

Returns:
possible object is String

setEcid

public void setEcid(java.lang.String value)
Sets the value of the ecid property.

Parameters:
value - allowed object is String

getParentComponentInstanceId

public java.lang.String getParentComponentInstanceId()
Gets the value of the parentComponentInstanceId property.

Returns:
possible object is String

setParentComponentInstanceId

public void setParentComponentInstanceId(java.lang.String value)
Sets the value of the parentComponentInstanceId property.

Parameters:
value - allowed object is String

getParentComponentInstRefId

public java.lang.String getParentComponentInstRefId()
Gets the value of the parentComponentInstRefId property.

Returns:
possible object is String

setParentComponentInstRefId

public void setParentComponentInstRefId(java.lang.String value)
Sets the value of the parentComponentInstRefId property.

Parameters:
value - allowed object is String

getHeaderProperties

public java.lang.String getHeaderProperties()
Gets the value of the headerProperties property.

Returns:
possible object is String

setHeaderProperties

public void setHeaderProperties(java.lang.String value)
Sets the value of the headerProperties property.

Parameters:
value - allowed object is String

getInvokedComponent

public java.lang.String getInvokedComponent()
Gets the value of the invokedComponent property.

Returns:
possible object is String

setInvokedComponent

public void setInvokedComponent(java.lang.String value)
Sets the value of the invokedComponent property.

Parameters:
value - allowed object is String

getCompositeCreatedTime

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getCompositeCreatedTime()
Gets the value of the compositeCreatedTime property.

Returns:
possible object is JAXBElement<XMLGregorianCalendar>

setCompositeCreatedTime

public void setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the compositeCreatedTime property.

Parameters:
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

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