java.lang.Object
com.genologics.ri.permission.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.permission package.
This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.permission -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of Permission.createPermission(Permission value) Create a JAXBElement for Permission.Create an instance of PermissionLink.Create an instance of Permissions.createPermissions(Permissions value) Create a JAXBElement for Permissions.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.permission
-
-
Method Details
-
createPermissions
Create an instance of Permissions.- Returns:
- A new Permissions instance.
-
createPermissionLink
Create an instance of PermissionLink.- Returns:
- A new PermissionLink instance.
-
createPermission
Create an instance of Permission.- Returns:
- A new Permission instance.
-
createPermission
Create a JAXBElement for Permission.- Parameters:
value- The Permission instance.- Returns:
- A new JAXBElement wrapping the Permission instance.
-
createPermissions
Create a JAXBElement for Permissions.- Parameters:
value- The Permissions instance.- Returns:
- A new JAXBElement wrapping the Permissions instance.
-