public class TSensorData extends com.collaxa.cube.xml.BaseFacade implements java.io.Serializable, ITSensorData
| Constructor and Description |
|---|
TSensorData() |
TSensorData(org.w3c.dom.Element domElement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__getFacadeName()
Method __getFacadeName
|
void |
addVariableData(ITVariableData vVariableData)
Method addVariableData
|
void |
clearVariableData()
Method clearVariableData
|
ITActivityData |
getActivityData()
Returns the value of field 'activityData'.
|
ITFaultData |
getFaultData()
Returns the value of field 'faultData'.
|
java.util.List |
getVariableData()
Returns the value of field 'variableData' as List.
|
ITVariableData |
getVariableData(int index)
Returns the value of field 'variableData'.
|
int |
getVariableDataCount()
Returns the total number of variableData as integer for this facade dom element.
|
ITVariableData |
removeVariableData(int index)
Method removeVariableData
|
void |
setActivityData(ITActivityData activityData)
Sets the value of field 'activityData'.
|
void |
setFaultData(ITFaultData faultData)
Sets the value of field 'faultData'.
|
void |
setVariableData(int index, ITVariableData vVariableData)
Sets the given value for element'variableData' at the specified position (index).The field has the following description:
|
void |
setVariableData(java.util.List variableDataList)
Sets the value of 'variableData' by copying the given ArrayList.
|
public TSensorData()
public TSensorData(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
public void addVariableData(ITVariableData vVariableData) throws java.lang.IndexOutOfBoundsException
addVariableData in interface ITSensorDatavVariableData -java.lang.IndexOutOfBoundsExceptionpublic void clearVariableData()
clearVariableData in interface ITSensorDatapublic ITActivityData getActivityData()
getActivityData in interface ITSensorDatapublic ITFaultData getFaultData()
getFaultData in interface ITSensorDatapublic ITVariableData getVariableData(int index) throws java.lang.IndexOutOfBoundsException
getVariableData in interface ITSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariableData()
getVariableData in interface ITSensorDatapublic int getVariableDataCount()
getVariableDataCount in interface ITSensorDatapublic ITVariableData removeVariableData(int index) throws java.lang.IndexOutOfBoundsException
removeVariableData in interface ITSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic void setActivityData(ITActivityData activityData)
setActivityData in interface ITSensorDataactivityData - the value of field 'activityData'.public void setFaultData(ITFaultData faultData)
setFaultData in interface ITSensorDatafaultData - the value of field 'faultData'.
public void setVariableData(int index,
ITVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
setVariableData in interface ITSensorDataindex -vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void setVariableData(java.util.List variableDataList)
setVariableData in interface ITSensorDatavariableDataList - the value of field 'variableData'.