public class Script_Receive extends Script_Auto
timeStamp, useOpName, useTimestampsubEvents, varMapfilter, function, operation, sourceid, internalID, name, namespace, parentElement, type, value| Constructor and Description |
|---|
Script_Receive(org.licas_xml.abs.Element autoXml,
Script_Element parent)
Create a new instance of Script_Receive and add the xml-based description of the
element values.
|
Script_Receive(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Script_Receive.
|
Script_Receive(java.lang.String scriptType,
java.lang.String elemID,
java.lang.String thisInternalID)
Create a new instance of Script_Receive.
|
| Modifier and Type | Method and Description |
|---|---|
org.licas_xml.abs.Element |
toXml()
Convert the contents of this Script_Element into an XML-only format.
|
getTimestamp, useOperationName, useTimestampaddEvent, addVariable, getEvents, getVariables, setForUse, usesSubEventsgetFilter, getFunction, getOperation, getSource, setFilter, setFunction, setOperation, setSourcegetID, getInternalID, getName, getNamespace, getParent, getType, getValue, processThis, setNamespace, setParent, setType, setValue, setValuepublic Script_Receive(java.lang.String scriptType,
java.lang.String elemID)
scriptType - the script element type. This is also the element tag name
and should not be null.elemID - this is the external id used to identify this element specifically. The
element is also stored under this value and so it cannot be null.public Script_Receive(java.lang.String scriptType,
java.lang.String elemID,
java.lang.String thisInternalID)
scriptType - the script element type. This is also the element tag name
and should not be null.elemID - this is the external id used to identify this element specifically. The
element is also stored under this value and so it cannot be null.thisInternalID - a unique id to identify this element over the whole script.
If null, then a new unique id is assigned during element creation.public Script_Receive(org.licas_xml.abs.Element autoXml,
Script_Element parent)
throws java.lang.Exception
autoXml - the xml-based description of values to add.parent - the parent element to link with. Can be null for no parent.java.lang.Exception - any error.public org.licas_xml.abs.Element toXml()
throws java.lang.Exception
toXml in class Script_Autojava.lang.Exception - any error.