com.ptc.epm.commands.XMLutil
Class ECADXMLDocument

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
      extended bycom.ptc.epm.commands.XMLutil.ECADXMLDocument
All Implemented Interfaces:
Serializable

public class ECADXMLDocument
extends ECADXMLAbstractObject

ECADXMLDocument holds the data read from the defining XML file necessary for building an ECADDocument

See Also:
Serialized Form

Field Summary
private  Vector components
           
private  Vector content
           
private static String DESCRIBE_BY_TAG
           
private  Vector describeBy
           
private  String type
           
 
Fields inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
CHECKIN_COMMENT_ATTR, DESCRIPTION_ATTR, NAME_ATTR, NUMBER_ATTR, REVISION_ATTR
 
Constructor Summary
ECADXMLDocument(Element node, String type)
           
 
Method Summary
 Vector getComponents()
           
 Vector getContent()
           
 Vector getDescribeBy()
           
 String getType()
           
 void setComponents(Vector _components)
           
 void setContent(Vector _content)
           
private  void setDescribeByLinks()
           
 
Methods inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
getCheckInComment, getDescription, getName, getNode, getNumber, getRevision, setAttribute, setCheckInComment, setDescription, setName, setNumber, setRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIBE_BY_TAG

private static final String DESCRIBE_BY_TAG
See Also:
Constant Field Values

type

private String type

content

private Vector content

components

private Vector components

describeBy

private Vector describeBy
Constructor Detail

ECADXMLDocument

public ECADXMLDocument(Element node,
                       String type)
                throws WTException
Method Detail

getType

public String getType()

setContent

public void setContent(Vector _content)

getContent

public Vector getContent()

setComponents

public void setComponents(Vector _components)

getComponents

public Vector getComponents()

getDescribeBy

public Vector getDescribeBy()

setDescribeByLinks

private void setDescribeByLinks()
                         throws WTException
Throws:
WTException