net.sf.ahtutils.xml.access
Class ObjectFactory

java.lang.Object
  extended by net.sf.ahtutils.xml.access.ObjectFactory

public class ObjectFactory
extends Object

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

ObjectFactory

public 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 Detail

createRoleAutoAssign

public RoleAutoAssign createRoleAutoAssign()
Create an instance of RoleAutoAssign


createRole

public Role createRole()
Create an instance of Role


createUsecase

public Usecase createUsecase()
Create an instance of Usecase


createAclContainer

public AclContainer createAclContainer()
Create an instance of AclContainer


createRoleAutoAssignAdd

public RoleAutoAssign.Add createRoleAutoAssignAdd()
Create an instance of RoleAutoAssign.Add


createRoleAutoAssignRm

public RoleAutoAssign.Rm createRoleAutoAssignRm()
Create an instance of RoleAutoAssign.Rm


createAccess

public Access createAccess()
Create an instance of Access


createCategory

public Category createCategory()
Create an instance of Category


createGroups

public Groups createGroups()
Create an instance of Groups


createGroup

public Group createGroup()
Create an instance of Group


createViews

public Views createViews()
Create an instance of Views


createView

public View createView()
Create an instance of View


createRoles

public Roles createRoles()
Create an instance of Roles


createUsecases

public Usecases createUsecases()
Create an instance of Usecases


createActions

public Actions createActions()
Create an instance of Actions


createAction

public Action createAction()
Create an instance of Action


createAclQuery

public AclQuery createAclQuery()
Create an instance of AclQuery



Copyright © 2011. All Rights Reserved.