ist.palcom.resource.descriptor
Class ServiceInfoList

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.AbstractXMLRepresentable
          extended by ist.palcom.resource.descriptor.Info
              extended by ist.palcom.resource.descriptor.ServiceInfoList
All Implemented Interfaces:
XMLRepresentable, java.lang.Cloneable

public class ServiceInfoList
extends Info
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class ist.palcom.resource.descriptor.Info
getAddress_visited
 
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, getAssemblyLabel_visited, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, IN_CIRCLE, LAST_CYCLE, numChildren, parent, prettyPrintChildren_visited, RESET_CYCLE
 
Constructor Summary
ServiceInfoList()
           
ServiceInfoList(AbstractResourceAddress p0, List p1)
           
 
Method Summary
 void addServiceInfoListItem(ServiceInfoListItem node)
           
 java.lang.Object clone()
           
 ASTNode copy()
           
 void flushCache()
           
 ASTNode fullCopy()
           
 int getNumServiceInfoListItem()
           
 AbstractResourceAddress getParentAddress()
           
 AbstractResourceAddress getParentAddressNoTransform()
           
 ServiceInfoListItem getServiceInfoListItem(int i)
           
 List getServiceInfoListItemList()
           
 List getServiceInfoListItemListNoTransform()
           
protected  int numChildren()
           
 void setParentAddress(AbstractResourceAddress node)
           
 void setServiceInfoListItem(ServiceInfoListItem node, int i)
           
 void setServiceInfoListItemList(List list)
           
 
Methods inherited from class ist.palcom.resource.descriptor.Info
getAddress, getTagName, initializeFromElement, writeXMLElement
 
Methods inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
addChildFromXMLElement, 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, getAssemblyLabel, getChild, getChildArray, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, reset, resetTree, setChild, setParent, updateIDfromEditor
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInfoList

public ServiceInfoList()

ServiceInfoList

public ServiceInfoList(AbstractResourceAddress p0,
                       List p1)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class Info

clone

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

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

numChildren

protected int numChildren()
Overrides:
numChildren in class Info

setParentAddress

public void setParentAddress(AbstractResourceAddress node)

getParentAddress

public AbstractResourceAddress getParentAddress()

getParentAddressNoTransform

public AbstractResourceAddress getParentAddressNoTransform()

setServiceInfoListItemList

public void setServiceInfoListItemList(List list)

getNumServiceInfoListItem

public int getNumServiceInfoListItem()

getServiceInfoListItem

public ServiceInfoListItem getServiceInfoListItem(int i)

addServiceInfoListItem

public void addServiceInfoListItem(ServiceInfoListItem node)

setServiceInfoListItem

public void setServiceInfoListItem(ServiceInfoListItem node,
                                   int i)

getServiceInfoListItemList

public List getServiceInfoListItemList()

getServiceInfoListItemListNoTransform

public List getServiceInfoListItemListNoTransform()