Methods
Modifier and Type |
Method and Description |
Generator |
getGenerator(SGFactory pController) |
GroupSG[] |
getGroups(SGFactory pController) |
GroupSG |
getGroupSG(SGFactory pController,
XSGroup pGroup) |
GroupSG |
getGroupSG(SGFactory pController,
XSGroup pGroup,
Context pClassContext) |
ObjectSG[] |
getObjects(SGFactory pController) |
ObjectSG |
getObjectSG(SGFactory pController,
XSAny pWildcard,
Context pContext) |
ObjectSG |
getObjectSG(SGFactory pController,
XSElement pElement) |
ObjectSG |
getObjectSG(SGFactory pController,
XSElement pElement,
Context pContext) |
SchemaSG |
getSchemaSG(SGFactory pController) |
SchemaSG |
getSchemaSG(SGFactory pController,
XSSchema pSchema) |
TypeSG[] |
getTypes(SGFactory pController) |
TypeSG |
getTypeSG(SGFactory pController,
XSType pType,
Context pClassContext,
XsQName pName,
JAXBProperty.BaseType pBaseType) |
TypeSG |
getTypeSG(SGFactory pController,
XSType pType,
JAXBProperty.BaseType pBaseType) |
TypeSG |
getTypeSG(SGFactory pController,
XSType pType,
XsQName pName,
JAXBProperty.BaseType pBaseType) |
void |
init(SGFactory pController) |
Facet |
newFacet(SGFactory pController,
XSType pType,
XSEnumeration[] pEnumerations) |
GroupSG |
newGroupSG(SGFactory pController,
XSGroup pGroup) |
GroupSG |
newGroupSG(SGFactory pController,
XSGroup pGroup,
Context pClassContext) |
java.lang.Object |
newObjectSG(SGFactory pController,
XSAny any) |
java.lang.Object |
newObjectSG(SGFactory pController,
XSElement pElement) |
java.lang.Object |
newObjectSG(SGFactory pController,
XSElement pElement,
Context pContext) |
java.lang.Object |
newSchemaSG(SGFactory pController,
XSSchema pSchema) |
java.lang.Object |
newTypeSG(SGFactory pController,
XSType pType,
Context pClassContext,
XsQName pName,
JAXBProperty.BaseType pBaseType) |
java.lang.Object |
newTypeSG(SGFactory pController,
XSType pType,
JAXBProperty.BaseType pBaseType) |
java.lang.Object |
newTypeSG(SGFactory pController,
XSType pType,
XsQName pName,
JAXBProperty.BaseType pBaseType) |
XsObjectFactory |
newXsObjectFactory(SGFactory pController) |
XSObjectFactory |
newXSObjectFactory(SGFactory pController) |
XSParser |
newXSParser(SGFactory pController) |