Method Summary |
|
protected void | addChild(CustomBase child) Add child. |
public void | apply(IClassLocator icl) Apply customizations to class to fill out members. |
public List | getChildren() Get list of children. |
public IClass | getClassInformation() Get actual class information. |
public String | getCreateType() Get the type name to be used when creating an instance of this class. |
public String | getElementName() Get the element name to be used for this class in a concrete mapping. |
public QName | getElementQName() Get the qualified element name to be used for this class in a concrete
mapping. |
public String[] | getExcludes() Get list of names to be excluded from class representation. |
public String | getFactoryMethod() Get the factory method to be used when creating an instance of this
class. |
public int | getForm() Get the representation code. |
public String[] | getIncludes() Get list of names to be included in class representation. |
public MemberCustom | getMember(String name) Get customization information for a member by name. |
public Collection | getMembers() Get collection of members in class. |
public String | getName() Get fully-qualified class name. |
public String | getSimpleName() Get simple class name. |
public String | getTypeName() Get the type name to be used for this class in an abstract mapping. |
public QName | getTypeQName() Get the qualified type name to be used for this class in an abstract
mapping. |
public boolean | isConcrete() |
public boolean | isUseSuper() Check for superclass to be included in binding. |
public void | setCreateType(String type) Set the type name to be used when creating an instance of this class. |