ist.palcom.resource.descriptor
Class PRDSynthesizedService

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.AbstractXMLRepresentable
          extended by ist.palcom.resource.descriptor.PRDData
              extended by ist.palcom.resource.descriptor.PalcomResourceDescriptor
                  extended by ist.palcom.resource.descriptor.PRDSecondOrder
                      extended by ist.palcom.resource.descriptor.PRDSynthesizedService
All Implemented Interfaces:
IHgraphNode, XMLRepresentable, java.lang.Cloneable

public class PRDSynthesizedService
extends PRDSecondOrder
implements java.lang.Cloneable


Field Summary
protected  boolean getAssemblyLabel_visited
           
 
Fields inherited from class ist.palcom.resource.descriptor.PRDData
_node, FULLY_OPERATIONAL, NOT_OPERATIONAL, PARTIALLY_OPERATIONAL
 
Fields inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
getBrowserLabel_visited
 
Fields inherited from class ist.palcom.resource.descriptor.ASTNode
CHANGE, children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, IN_CIRCLE, LAST_CYCLE, numChildren, parent, prettyPrintChildren_visited, RESET_CYCLE
 
Fields inherited from interface ist.palcom.hgraph.IHgraphNode
CHILD_NAME_CLASH, CIRCULARITY_CLASH, COMMAND_OR_NODE_MISSING, ERROR, HANDLER_MISSING, INVOKATOR_MISSING, LISTENER_MISSING, NODE_NOT_CHILD, PATH_MISSING, SIBLING_ALREADY_EXISTS, SIBLING_NONEXISTENT, SIBLING_REFERENCE_ALREADY_EXISTS, SIBLING_REFERENCE_NONEXISTENT, STATUS_OK, VALUE_ALREADY_EXISTS, VALUE_NOT_PRESENT
 
Constructor Summary
PRDSynthesizedService()
           
PRDSynthesizedService(java.lang.String p0, byte p1, Opt p2, Opt p3, PRDServiceFMDescription p4, boolean p5)
           
 
Method Summary
 void addChildFromXMLElement(XMLRepresentable child)
          The implementation up here is empty.
 java.lang.Object clone()
           
 ASTNode copy()
           
 void flushCache()
           
 ASTNode fullCopy()
           
 java.lang.String getAssemblyLabel()
           
 java.lang.Object[] getChildArray()
          Helper method for the TreeView
 byte getDistribution()
           
 GroupID getGroupID()
           
 Opt getGroupIDOpt()
           
 Opt getGroupIDOptNoTransform()
           
 java.lang.String getName()
           
 PRDServiceFMDescription getPRDServiceFMDescription()
           
 PRDServiceFMDescription getPRDServiceFMDescriptionNoTransform()
           
 boolean getRemoteConnect()
           
 java.lang.String getTagName()
           
 Topic getTopic()
           
 Opt getTopicOpt()
           
 Opt getTopicOptNoTransform()
           
 boolean hasGroupID()
           
 boolean hasTopic()
           
 void initializeFromElement(XmlPullParser parser)
          Initialize the XMLRepresentable from the element where the parser is currently standing.
protected  int numChildren()
           
 void setDistribution(byte value)
           
 void setGroupID(GroupID node)
           
 void setGroupIDOpt(Opt opt)
           
 void setName(java.lang.String value)
           
 void setPRDServiceFMDescription(PRDServiceFMDescription node)
           
 void setRemoteConnect(boolean value)
           
 void setTopic(Topic node)
           
 void setTopicOpt(Opt opt)
           
 void writeXMLElement(KXmlSerializer serializer)
           
 
Methods inherited from class ist.palcom.resource.descriptor.PalcomResourceDescriptor
writeAttributes
 
Methods inherited from class ist.palcom.resource.descriptor.PRDData
addNodeChild, getChildIterator, getFuncFunc, getLocalSID, getNodeName, getNodeParent, getPath, getPRDDataThatEquals, getPRDDataThatIsAboutTheSameEntityAs, getSiblingFunc, getValueFunc, hasChildNamed, isAboutTheSameEntityAs, isAncestorOf, removeNodeChild, safeEqual, setChild, setNodeName, setNodeParent, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath
 
Methods inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
addToAssembly, equals, getBrowserLabel, getXMLData, getXMLData, removeFromAssembly, toString
 
Methods inherited from class ist.palcom.resource.descriptor.ASTNode
addASTtoList, addChild, Define_AbstractResourceAddress_custServiceAddress, Define_AbstractResourceAddress_provServiceAddress, 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_Universe_universe, encloseInBraces, getChild, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, reset, resetTree, setParent, updateIDfromEditor
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

getAssemblyLabel_visited

protected boolean getAssemblyLabel_visited
Constructor Detail

PRDSynthesizedService

public PRDSynthesizedService()

PRDSynthesizedService

public PRDSynthesizedService(java.lang.String p0,
                             byte p1,
                             Opt p2,
                             Opt p3,
                             PRDServiceFMDescription p4,
                             boolean p5)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class PRDSecondOrder

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class PRDSecondOrder
Throws:
java.lang.CloneNotSupportedException

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

getChildArray

public java.lang.Object[] getChildArray()
Description copied from class: ASTNode
Helper method for the TreeView

Overrides:
getChildArray in class ASTNode
Returns:
The (interesting) children of a node, as an Object array possibly bypassing levels in the tree or ignoring certain children.

getTagName

public java.lang.String getTagName()
Specified by:
getTagName in interface XMLRepresentable
Specified by:
getTagName in class AbstractXMLRepresentable

initializeFromElement

public void initializeFromElement(XmlPullParser parser)
Description copied from interface: XMLRepresentable
Initialize the XMLRepresentable from the element where the parser is currently standing. When calling this method, the parser must be on the start tag of the element. After returning from the method, the parser will be at the end tag of the element.

Specified by:
initializeFromElement in interface XMLRepresentable
Overrides:
initializeFromElement in class PalcomResourceDescriptor

addChildFromXMLElement

public void addChildFromXMLElement(XMLRepresentable child)
Description copied from class: AbstractXMLRepresentable
The implementation up here is empty.

Specified by:
addChildFromXMLElement in interface XMLRepresentable
Overrides:
addChildFromXMLElement in class AbstractXMLRepresentable

writeXMLElement

public void writeXMLElement(KXmlSerializer serializer)
                     throws java.io.IOException
Specified by:
writeXMLElement in interface XMLRepresentable
Throws:
java.io.IOException

numChildren

protected int numChildren()
Overrides:
numChildren in class PRDSecondOrder

setName

public void setName(java.lang.String value)
Overrides:
setName in class PRDSecondOrder

getName

public java.lang.String getName()
Overrides:
getName in class PRDSecondOrder

setDistribution

public void setDistribution(byte value)

getDistribution

public byte getDistribution()

setGroupIDOpt

public void setGroupIDOpt(Opt opt)

hasGroupID

public boolean hasGroupID()

getGroupID

public GroupID getGroupID()

setGroupID

public void setGroupID(GroupID node)

getGroupIDOpt

public Opt getGroupIDOpt()

getGroupIDOptNoTransform

public Opt getGroupIDOptNoTransform()

setTopicOpt

public void setTopicOpt(Opt opt)

hasTopic

public boolean hasTopic()

getTopic

public Topic getTopic()

setTopic

public void setTopic(Topic node)

getTopicOpt

public Opt getTopicOpt()

getTopicOptNoTransform

public Opt getTopicOptNoTransform()

setPRDServiceFMDescription

public void setPRDServiceFMDescription(PRDServiceFMDescription node)

getPRDServiceFMDescription

public PRDServiceFMDescription getPRDServiceFMDescription()

getPRDServiceFMDescriptionNoTransform

public PRDServiceFMDescription getPRDServiceFMDescriptionNoTransform()

setRemoteConnect

public void setRemoteConnect(boolean value)

getRemoteConnect

public boolean getRemoteConnect()

getAssemblyLabel

public java.lang.String getAssemblyLabel()
Overrides:
getAssemblyLabel in class ASTNode