com.ptc.windchill.ws
Class SchemaNode

java.lang.Object
  extended bycom.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

Field Summary
private  ArrayList ancestors
           
private  String name
           
 
Constructor Summary
SchemaNode()
           
 
Method Summary
 String[] getAncestors()
           
 String getAncestors(int i)
           
 String getName()
           
 void setAncestors(int i, String ancestor)
           
 void setAncestors(String[] ancestors)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

ancestors

private ArrayList ancestors
Constructor Detail

SchemaNode

public SchemaNode()
Method Detail

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)