public class Script_Link extends Script_Event
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
link
The link information
|
subEvents, varMapfilter, function, operation, sourceid, internalID, keyLong, name, namespace, objType, parentElement, value| Constructor and Description |
|---|
Script_Link(org.licas_xml.abs.Element autoXml)
Create a new instance of Script_Link and add the xml-based description of the
element values.
|
Script_Link(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Script_Link.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLink()
Get the link value.
|
void |
setLink(java.lang.String thisLink)
Set the link value.
|
org.licas_xml.abs.Element |
toXml()
Convert the contents of this Script_Element into an XML-only format.
|
addEvent, addVariable, getEvents, getVariables, setForUse, usesSubEventsgetFilter, getFunction, getOperation, getSource, setFilter, setFunction, setOperation, setSourcegetID, getInternalID, getName, getNamespace, getObjType, getParent, getScriptUuid, getValue, processThis, setNamespace, setObjType, setParent, setValue, setValuepublic Script_Link(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_Link(org.licas_xml.abs.Element autoXml)
throws java.lang.Exception
autoXml - the xml-based description of values to add.java.lang.Exception - any error.public void setLink(java.lang.String thisLink)
thisLink - the link address or value.public java.lang.String getLink()
public org.licas_xml.abs.Element toXml()
throws java.lang.Exception
toXml in class Script_Eventjava.lang.Exception - any error.