org.jboss.security.xacml.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.jboss.security.xacml.jaxb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jboss.security.xacml.jaxb 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: org.jboss.security.xacml.jaxb
 
Method Summary
 javax.xml.bind.JAXBElement<PDP> createJbosspdp(PDP value)
          Create an instance of JAXBElement<PDP>}
 javax.xml.bind.JAXBElement<LocatorsType> createLocators(LocatorsType value)
          Create an instance of JAXBElement<LocatorsType>}
 LocatorsType createLocatorsType()
          Create an instance of LocatorsType
 LocatorType createLocatorType()
          Create an instance of LocatorType
 Option createOption()
          Create an instance of Option
 PDP createPDP()
          Create an instance of PDP
 javax.xml.bind.JAXBElement<PoliciesType> createPolicies(PoliciesType value)
          Create an instance of JAXBElement<PoliciesType>}
 PoliciesType createPoliciesType()
          Create an instance of PoliciesType
 PolicySetType createPolicySetType()
          Create an instance of PolicySetType
 PolicyType createPolicyType()
          Create an instance of PolicyType
 
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: org.jboss.security.xacml.jaxb

Method Detail

createPDP

public PDP createPDP()
Create an instance of PDP


createLocatorType

public LocatorType createLocatorType()
Create an instance of LocatorType


createPolicyType

public PolicyType createPolicyType()
Create an instance of PolicyType


createPolicySetType

public PolicySetType createPolicySetType()
Create an instance of PolicySetType


createOption

public Option createOption()
Create an instance of Option


createPoliciesType

public PoliciesType createPoliciesType()
Create an instance of PoliciesType


createLocatorsType

public LocatorsType createLocatorsType()
Create an instance of LocatorsType


createPolicies

public javax.xml.bind.JAXBElement<PoliciesType> createPolicies(PoliciesType value)
Create an instance of JAXBElement<PoliciesType>}


createLocators

public javax.xml.bind.JAXBElement<LocatorsType> createLocators(LocatorsType value)
Create an instance of JAXBElement<LocatorsType>}


createJbosspdp

public javax.xml.bind.JAXBElement<PDP> createJbosspdp(PDP value)
Create an instance of JAXBElement<PDP>}



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.