Class ObjectFactory

java.lang.Object
com.genologics.ri.permission.ObjectFactory

public class ObjectFactory extends Object
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 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

      public Permissions createPermissions()
      Create an instance of Permissions.
      Returns:
      A new Permissions instance.
    • createPermissionLink

      public PermissionLink createPermissionLink()
      Create an instance of PermissionLink.
      Returns:
      A new PermissionLink instance.
    • createPermission

      public Permission createPermission()
      Create an instance of Permission.
      Returns:
      A new Permission instance.
    • createPermission

      public JAXBElement<Permission> createPermission(Permission value)
      Create a JAXBElement for Permission.
      Parameters:
      value - The Permission instance.
      Returns:
      A new JAXBElement wrapping the Permission instance.
    • createPermissions

      public JAXBElement<Permissions> createPermissions(Permissions value)
      Create a JAXBElement for Permissions.
      Parameters:
      value - The Permissions instance.
      Returns:
      A new JAXBElement wrapping the Permissions instance.