ist.palcom.resource.descriptor
Class HeartBeat

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.HeartBeat

public class HeartBeat
extends ASTNode


Field Summary
protected  boolean tokenboolean_IsHeartBeatAck
           
protected  byte tokenbyte_DeviceStatus
           
protected  java.lang.String tokenString_ChangeNr
           
protected  java.lang.String tokenString_DiscoveryVersion
           
protected  java.lang.String tokenString_RebootNr
           
 
Fields inherited from class ist.palcom.resource.descriptor.ASTNode
children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getAssemblyLabel_visited, getBrowserLabel_visited, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, numChildren, parent, prettyPrintChildren_visited
 
Constructor Summary
HeartBeat()
           
HeartBeat(DeviceID p0, boolean p1, java.lang.String p2, java.lang.String p3, java.lang.String p4, byte p5, Selector p6)
           
 
Method Summary
 ASTNode copy()
           
 boolean equals(java.lang.Object o)
           
 void flushCache()
           
 ASTNode fullCopy()
           
 java.lang.String getChangeNr()
           
 DeviceID getDeviceID()
           
 DeviceID getDeviceIDNoTransform()
           
 byte getDeviceStatus()
           
 Selector getDiscoverySelector()
           
 Selector getDiscoverySelectorNoTransform()
           
 java.lang.String getDiscoveryVersion()
           
 boolean getIsHeartBeatAck()
           
 java.lang.String getRebootNr()
           
 void init$copy(java.lang.Object o)
           
protected  int numChildren()
           
 void setChangeNr(java.lang.String value)
           
 void setDeviceID(DeviceID node)
           
 void setDeviceStatus(byte value)
           
 void setDiscoverySelector(Selector node)
           
 void setDiscoveryVersion(java.lang.String value)
           
 void setIsHeartBeatAck(boolean value)
           
 void setRebootNr(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class ist.palcom.resource.descriptor.ASTNode
addASTtoList, addChild, Define_AbstractResourceAddress_custServiceAddress, Define_CommandInfo_ci, Define_Device_parentDevice, Define_Identifier_getLocalName, Define_NetworkNode_lookup, Define_PRDAssemblyVer_av, Define_Service_inhCust, Define_Service_inhProv, Define_Service_parentService, Define_String_expectedType, Define_String_parentServiceName, Define_String_serviceKindFromSubList, Define_Universe_universe, encloseInBraces, getAssemblyLabel, getBrowserLabel, getChild, getChildArray, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, resetTree, setChild, setParent, state, updateIDfromEditor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tokenboolean_IsHeartBeatAck

protected boolean tokenboolean_IsHeartBeatAck

tokenString_RebootNr

protected java.lang.String tokenString_RebootNr

tokenString_ChangeNr

protected java.lang.String tokenString_ChangeNr

tokenString_DiscoveryVersion

protected java.lang.String tokenString_DiscoveryVersion

tokenbyte_DeviceStatus

protected byte tokenbyte_DeviceStatus
Constructor Detail

HeartBeat

public HeartBeat()

HeartBeat

public HeartBeat(DeviceID p0,
                 boolean p1,
                 java.lang.String p2,
                 java.lang.String p3,
                 java.lang.String p4,
                 byte p5,
                 Selector p6)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class ASTNode

init$copy

public void init$copy(java.lang.Object o)
Overrides:
init$copy in class ASTNode

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

numChildren

protected int numChildren()
Overrides:
numChildren in class ASTNode

setDeviceID

public void setDeviceID(DeviceID node)

getDeviceID

public DeviceID getDeviceID()

getDeviceIDNoTransform

public DeviceID getDeviceIDNoTransform()

setIsHeartBeatAck

public void setIsHeartBeatAck(boolean value)

getIsHeartBeatAck

public boolean getIsHeartBeatAck()

setRebootNr

public void setRebootNr(java.lang.String value)

getRebootNr

public java.lang.String getRebootNr()

setChangeNr

public void setChangeNr(java.lang.String value)

getChangeNr

public java.lang.String getChangeNr()

setDiscoveryVersion

public void setDiscoveryVersion(java.lang.String value)

getDiscoveryVersion

public java.lang.String getDiscoveryVersion()

setDeviceStatus

public void setDeviceStatus(byte value)

getDeviceStatus

public byte getDeviceStatus()

setDiscoverySelector

public void setDiscoverySelector(Selector node)

getDiscoverySelector

public Selector getDiscoverySelector()

getDiscoverySelectorNoTransform

public Selector getDiscoverySelectorNoTransform()