com.ptc.windchill.ws
Class SchemaNode
java.lang.Object
com.ptc.windchill.ws.SchemaNode
- All Implemented Interfaces:
- Serializable
- public class SchemaNode
- extends Object
- implements Serializable
The SchemaNode class is a bean class that defines and identifies a
single business object type supported by a Windchill server. It
provides the name of the business object type (i.e., its type
identifier), and it also lists the immediate supertypes (i.e., actual
supertype and directly implemented interfaces) of the type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
ancestors
private ArrayList ancestors
SchemaNode
public SchemaNode()
getName
public String getName()
setName
public void setName(String name)
getAncestors
public String[] getAncestors()
setAncestors
public void setAncestors(String[] ancestors)
getAncestors
public String getAncestors(int i)
setAncestors
public void setAncestors(int i,
String ancestor)