Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


com.oracle.bpel.sensor.schemas
Class THeaderInfo

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.THeaderInfo

All Implemented Interfaces:
ITHeaderInfo, java.io.Serializable

public class THeaderInfo
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITHeaderInfo

Constructor Summary
THeaderInfo()
           
THeaderInfo(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getApplicationName()
          Returns the value of field 'applicationName'.
 java.lang.String getComponentName()
          Returns the value of field 'componentName'.
 java.lang.String getCompositeInstanceId()
          Returns the value of field 'compositeInstanceId'.
 java.lang.String getCompositeLabel()
          Returns the value of field 'compositeLabel'.
 java.lang.String getCompositeName()
          Returns the value of field 'compositeName'.
 java.lang.String getCompositeRevision()
          Returns the value of field 'compositeRevision'.
 java.lang.String getDomain()
          Returns the value of field 'domain'.
 int getInstanceId()
          Returns the value of field 'instanceId'.
 java.lang.String getMidTierInstance()
          Returns the value of field 'midTierInstance'.
 java.lang.String getProcessName()
          Returns the value of field 'processName'.
 java.lang.String getProcessRevision()
          Returns the value of field 'processRevision'.
 ITSensor getSensor()
          Returns the value of field 'sensor'.
 java.util.Calendar getTimestamp()
          Returns the value of field 'timestamp'.
 void setApplicationName(java.lang.String applicationName)
          Sets the value of field 'applicationName'.
 void setComponentName(java.lang.String componentName)
          Sets the value of field 'componentName'.
 void setCompositeInstanceId(java.lang.String compositeInstanceId)
          Sets the value of field 'compositeInstanceId'.
 void setCompositeLabel(java.lang.String compositeLabel)
          Sets the value of field 'compositeLabel'.
 void setCompositeName(java.lang.String compositeName)
          Sets the value of field 'compositeName'.
 void setCompositeRevision(java.lang.String compositeRevision)
          Sets the value of field 'compositeRevision'.
 void setDomain(java.lang.String domain)
          Sets the value of field 'domain'.
 void setInstanceId(int instanceId)
          Sets the value of field 'instanceId'.
 void setMidTierInstance(java.lang.String midTierInstance)
          Sets the value of field 'midTierInstance'.
 void setProcessName(java.lang.String processName)
          Sets the value of field 'processName'.
 void setProcessRevision(java.lang.String processRevision)
          Sets the value of field 'processRevision'.
 void setSensor(ITSensor sensor)
          Sets the value of field 'sensor'.
 void setTimestamp(java.util.Calendar timestamp)
          Sets the value of field 'timestamp'.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

THeaderInfo

public THeaderInfo()

THeaderInfo

public THeaderInfo(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getDomain

public java.lang.String getDomain()
Returns the value of field 'domain'. The field 'domain' has the following description: null
Specified by:
getDomain in interface ITHeaderInfo
Returns:
the value of field 'domain'.

getInstanceId

public int getInstanceId()
Returns the value of field 'instanceId'. The field 'instanceId' has the following description: null
Specified by:
getInstanceId in interface ITHeaderInfo
Returns:
the value of field 'instanceId'.

getMidTierInstance

public java.lang.String getMidTierInstance()
Returns the value of field 'midTierInstance'. The field 'midTierInstance' has the following description: null
Specified by:
getMidTierInstance in interface ITHeaderInfo
Returns:
the value of field 'midTierInstance'.

getProcessName

public java.lang.String getProcessName()
Returns the value of field 'processName'. The field 'processName' has the following description: null
Specified by:
getProcessName in interface ITHeaderInfo
Returns:
the value of field 'processName'.

getProcessRevision

public java.lang.String getProcessRevision()
Returns the value of field 'processRevision'. The field 'processRevision' has the following description: null
Specified by:
getProcessRevision in interface ITHeaderInfo
Returns:
the value of field 'processRevision'.

getSensor

public ITSensor getSensor()
Returns the value of field 'sensor'. The field 'sensor' has the following description: null
Specified by:
getSensor in interface ITHeaderInfo
Returns:
the value of field 'sensor'.

getTimestamp

public java.util.Calendar getTimestamp()
Returns the value of field 'timestamp'. The field 'timestamp' has the following description: null
Specified by:
getTimestamp in interface ITHeaderInfo
Returns:
the value of field 'timestamp'.

setDomain

public void setDomain(java.lang.String domain)
Sets the value of field 'domain'. The field 'domain' has the following description: null
Specified by:
setDomain in interface ITHeaderInfo
Parameters:
domain - the value of field 'domain'.

setInstanceId

public void setInstanceId(int instanceId)
Sets the value of field 'instanceId'. The field 'instanceId' has the following description: null
Specified by:
setInstanceId in interface ITHeaderInfo
Parameters:
instanceId - the value of field 'instanceId'.

setMidTierInstance

public void setMidTierInstance(java.lang.String midTierInstance)
Sets the value of field 'midTierInstance'. The field 'midTierInstance' has the following description: null
Specified by:
setMidTierInstance in interface ITHeaderInfo
Parameters:
midTierInstance - the value of field 'midTierInstance'.

setProcessName

public void setProcessName(java.lang.String processName)
Sets the value of field 'processName'. The field 'processName' has the following description: null
Specified by:
setProcessName in interface ITHeaderInfo
Parameters:
processName - the value of field 'processName'.

setProcessRevision

public void setProcessRevision(java.lang.String processRevision)
Sets the value of field 'processRevision'. The field 'processRevision' has the following description: null
Specified by:
setProcessRevision in interface ITHeaderInfo
Parameters:
processRevision - the value of field 'processRevision'.

setSensor

public void setSensor(ITSensor sensor)
Sets the value of field 'sensor'. The field 'sensor' has the following description: null
Specified by:
setSensor in interface ITHeaderInfo
Parameters:
sensor - the value of field 'sensor'.

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)
Sets the value of field 'timestamp'. The field 'timestamp' has the following description: null
Specified by:
setTimestamp in interface ITHeaderInfo
Parameters:
timestamp - the value of field 'timestamp'.

getApplicationName

public java.lang.String getApplicationName()
Description copied from interface: ITHeaderInfo
Returns the value of field 'applicationName'. The field 'applicationName' has the following description: null
Specified by:
getApplicationName in interface ITHeaderInfo
Returns:
the value of field 'domain'.

getCompositeName

public java.lang.String getCompositeName()
Description copied from interface: ITHeaderInfo
Returns the value of field 'compositeName'. The field 'compositeName' has the following description: null
Specified by:
getCompositeName in interface ITHeaderInfo
Returns:
the value of field 'compositeName'.

getCompositeInstanceId

public java.lang.String getCompositeInstanceId()
Description copied from interface: ITHeaderInfo
Returns the value of field 'compositeInstanceId'. The field 'compositeInstanceId' has the following description: null
Specified by:
getCompositeInstanceId in interface ITHeaderInfo
Returns:
the value of field 'compositeInstanceId'.

getCompositeRevision

public java.lang.String getCompositeRevision()
Description copied from interface: ITHeaderInfo
Returns the value of field 'compositeRevision'. The field 'compositeRevisioncompositeRevision' has the following description: null
Specified by:
getCompositeRevision in interface ITHeaderInfo
Returns:
the value of field 'compositeRevision'.

getCompositeLabel

public java.lang.String getCompositeLabel()
Description copied from interface: ITHeaderInfo
Returns the value of field 'compositeLabel'. The field 'compositeLabel' has the following description: null
Specified by:
getCompositeLabel in interface ITHeaderInfo
Returns:
the value of field 'compositeLabel'.

getComponentName

public java.lang.String getComponentName()
Description copied from interface: ITHeaderInfo
Returns the value of field 'componentName'. The field 'componentName' has the following description: null
Specified by:
getComponentName in interface ITHeaderInfo
Returns:
the value of field 'componentName'.

setApplicationName

public void setApplicationName(java.lang.String applicationName)
Description copied from interface: ITHeaderInfo
Sets the value of field 'applicationName'. The field 'applicationName' has the following description: null
Specified by:
setApplicationName in interface ITHeaderInfo
Parameters:
applicationName - the value of field 'applicationName'.

setCompositeName

public void setCompositeName(java.lang.String compositeName)
Description copied from interface: ITHeaderInfo
Sets the value of field 'compositeName'. The field 'compositeName' has the following description: null
Specified by:
setCompositeName in interface ITHeaderInfo
Parameters:
compositeName - the value of field 'compositeName'.

setCompositeInstanceId

public void setCompositeInstanceId(java.lang.String compositeInstanceId)
Description copied from interface: ITHeaderInfo
Sets the value of field 'compositeInstanceId'. The field 'compositeInstanceId' has the following description: null
Specified by:
setCompositeInstanceId in interface ITHeaderInfo

setCompositeRevision

public void setCompositeRevision(java.lang.String compositeRevision)
Description copied from interface: ITHeaderInfo
Sets the value of field 'compositeRevision'. The field 'compositeRevision' has the following description: null
Specified by:
setCompositeRevision in interface ITHeaderInfo
Parameters:
compositeRevision - the value of field 'compositeRevision'.

setCompositeLabel

public void setCompositeLabel(java.lang.String compositeLabel)
Description copied from interface: ITHeaderInfo
Sets the value of field 'compositeLabel'. The field 'compositeLabel' has the following description: null
Specified by:
setCompositeLabel in interface ITHeaderInfo
Parameters:
compositeLabel - the value of field 'compositeLabel'.

setComponentName

public void setComponentName(java.lang.String componentName)
Description copied from interface: ITHeaderInfo
Sets the value of field 'componentName'. The field 'componentName' has the following description: null
Specified by:
setComponentName in interface ITHeaderInfo

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


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