public class AcquireXCIActionModel
extends com.highdeal.iec.hci.ActionModelImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
AcquireXCIActionModel.SourceMode |
| Constructor and Description |
|---|
AcquireXCIActionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextPropertyRenamed(com.highdeal.iec.hci.ContextProperty property,
java.lang.String lastName) |
int |
getLimit() |
java.lang.String |
getSessionKey() |
java.lang.String |
getSource() |
AcquireXCIActionModel.SourceMode |
getSourceMode() |
int |
getTimeout() |
java.lang.String |
getXCIKey() |
boolean |
isMultiple() |
boolean |
isSourceKey() |
boolean |
isValid(int level) |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setLimit(int limit) |
void |
setMultiple(boolean multiple) |
void |
setSessionKey(java.lang.String session) |
void |
setSource(java.lang.String source) |
void |
setSourceKey(boolean isSourceKey) |
void |
setSourceMode(AcquireXCIActionModel.SourceMode sourceMode) |
void |
setSourceMode(java.lang.String mode) |
void |
setTimeout(int timeout) |
void |
setXCIKey(java.lang.String xciKey) |
void |
xmlDescription(XMLOutputter output) |
addCharacterData, addChild, addChild, addContextProperty, contextPropertyRemoved, countChildren, getChildAt, getChildren, getContext, getDescription, getMaxChildCount, getName, getNodeContext, getParent, insertChildAt, isNull, marshal, removeChildAt, removeContextProperty, renameContextProperty, setChildAt, setDescription, setMaxChildCount, setName, setParent, toString, toXML, updateContext, updateContext, xmlTagpublic java.lang.String getSessionKey()
public void setSessionKey(java.lang.String session)
public java.lang.String getXCIKey()
public void setXCIKey(java.lang.String xciKey)
public boolean isMultiple()
public void setMultiple(boolean multiple)
public int getLimit()
public void setLimit(int limit)
public int getTimeout()
public void setTimeout(int timeout)
public AcquireXCIActionModel.SourceMode getSourceMode()
public void setSourceMode(AcquireXCIActionModel.SourceMode sourceMode)
public void setSourceMode(java.lang.String mode)
public java.lang.String getSource()
public void setSource(java.lang.String source)
public void setSourceKey(boolean isSourceKey)
public boolean isSourceKey()
public void contextPropertyRenamed(com.highdeal.iec.hci.ContextProperty property,
java.lang.String lastName)
contextPropertyRenamed in interface com.highdeal.iec.hci.ContextualModelcontextPropertyRenamed in class com.highdeal.iec.hci.ActionModelImplpublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallablesetAttributes in class com.highdeal.iec.hci.ActionModelImplatts - The XML attributes of the current elementpublic void xmlDescription(XMLOutputter output)
xmlDescription in class com.highdeal.iec.hci.ActionModelImplpublic boolean isValid(int level)
isValid in interface com.highdeal.iec.hci.ContextualModelisValid in class com.highdeal.iec.hci.ActionModelImpl