|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.access.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the net.sf.ahtutils.xml.access package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor Summary | |
|---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.ahtutils.xml.access |
|
| Method Summary | |
|---|---|
Access |
createAccess()
Create an instance of Access |
AclContainer |
createAclContainer()
Create an instance of AclContainer |
AclQuery |
createAclQuery()
Create an instance of AclQuery |
Action |
createAction()
Create an instance of Action |
Actions |
createActions()
Create an instance of Actions |
Category |
createCategory()
Create an instance of Category |
Group |
createGroup()
Create an instance of Group |
Groups |
createGroups()
Create an instance of Groups |
Role |
createRole()
Create an instance of Role |
RoleAutoAssign |
createRoleAutoAssign()
Create an instance of RoleAutoAssign |
RoleAutoAssign.Add |
createRoleAutoAssignAdd()
Create an instance of RoleAutoAssign.Add |
RoleAutoAssign.Rm |
createRoleAutoAssignRm()
Create an instance of RoleAutoAssign.Rm |
Roles |
createRoles()
Create an instance of Roles |
Usecase |
createUsecase()
Create an instance of Usecase |
Usecases |
createUsecases()
Create an instance of Usecases |
View |
createView()
Create an instance of View |
Views |
createViews()
Create an instance of Views |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public RoleAutoAssign createRoleAutoAssign()
RoleAutoAssign
public Role createRole()
Role
public Usecase createUsecase()
Usecase
public AclContainer createAclContainer()
AclContainer
public RoleAutoAssign.Add createRoleAutoAssignAdd()
RoleAutoAssign.Add
public RoleAutoAssign.Rm createRoleAutoAssignRm()
RoleAutoAssign.Rm
public Access createAccess()
Access
public Category createCategory()
Category
public Groups createGroups()
Groups
public Group createGroup()
Group
public Views createViews()
Views
public View createView()
View
public Roles createRoles()
Roles
public Usecases createUsecases()
Usecases
public Actions createActions()
Actions
public Action createAction()
Action
public AclQuery createAclQuery()
AclQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||