org.jboss.security.xacml.core.model.context
Class ObjectFactory

java.lang.Object
  extended by org.jboss.security.xacml.core.model.context.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the oasis.names.tc.xacml._2_0.context.schema.os 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: oasis.names.tc.xacml._2_0.context.schema.os
 
Method Summary
 javax.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
          Create an instance of JAXBElement<ActionType>}
 ActionType createActionType()
          Create an instance of ActionType
 javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 AttributeType createAttributeType()
          Create an instance of AttributeType
 javax.xml.bind.JAXBElement<AttributeValueType> createAttributeValue(AttributeValueType value)
          Create an instance of JAXBElement<AttributeValueType>}
 AttributeValueType createAttributeValueType()
          Create an instance of AttributeValueType
 javax.xml.bind.JAXBElement<DecisionType> createDecision(DecisionType value)
          Create an instance of JAXBElement<DecisionType>}
 javax.xml.bind.JAXBElement<EnvironmentType> createEnvironment(EnvironmentType value)
          Create an instance of JAXBElement<EnvironmentType>}
 EnvironmentType createEnvironmentType()
          Create an instance of EnvironmentType
 javax.xml.bind.JAXBElement<MissingAttributeDetailType> createMissingAttributeDetail(MissingAttributeDetailType value)
          Create an instance of JAXBElement<MissingAttributeDetailType>}
 MissingAttributeDetailType createMissingAttributeDetailType()
          Create an instance of MissingAttributeDetailType
 javax.xml.bind.JAXBElement<RequestType> createRequest(RequestType value)
          Create an instance of JAXBElement<RequestType>}
 RequestType createRequestType()
          Create an instance of RequestType
 javax.xml.bind.JAXBElement<ResourceType> createResource(ResourceType value)
          Create an instance of JAXBElement<ResourceType>}
 javax.xml.bind.JAXBElement<ResourceContentType> createResourceContent(ResourceContentType value)
          Create an instance of JAXBElement<ResourceContentType>}
 ResourceContentType createResourceContentType()
          Create an instance of ResourceContentType
 ResourceType createResourceType()
          Create an instance of ResourceType
 javax.xml.bind.JAXBElement<ResponseType> createResponse(ResponseType value)
          Create an instance of JAXBElement<ResponseType>}
 ResponseType createResponseType()
          Create an instance of ResponseType
 javax.xml.bind.JAXBElement<ResultType> createResult(ResultType value)
          Create an instance of JAXBElement<ResultType>}
 ResultType createResultType()
          Create an instance of ResultType
 javax.xml.bind.JAXBElement<StatusType> createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 javax.xml.bind.JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value)
          Create an instance of JAXBElement<StatusCodeType>}
 StatusCodeType createStatusCodeType()
          Create an instance of StatusCodeType
 javax.xml.bind.JAXBElement<StatusDetailType> createStatusDetail(StatusDetailType value)
          Create an instance of JAXBElement<StatusDetailType>}
 StatusDetailType createStatusDetailType()
          Create an instance of StatusDetailType
 javax.xml.bind.JAXBElement<String> createStatusMessage(String value)
          Create an instance of JAXBElement<String>}
 StatusType createStatusType()
          Create an instance of StatusType
 javax.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 SubjectType createSubjectType()
          Create an instance of SubjectType
 
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: oasis.names.tc.xacml._2_0.context.schema.os

Method Detail

createEnvironmentType

public EnvironmentType createEnvironmentType()
Create an instance of EnvironmentType


createResourceContentType

public ResourceContentType createResourceContentType()
Create an instance of ResourceContentType


createResultType

public ResultType createResultType()
Create an instance of ResultType


createRequestType

public RequestType createRequestType()
Create an instance of RequestType


createResponseType

public ResponseType createResponseType()
Create an instance of ResponseType


createAttributeValueType

public AttributeValueType createAttributeValueType()
Create an instance of AttributeValueType


createStatusType

public StatusType createStatusType()
Create an instance of StatusType


createSubjectType

public SubjectType createSubjectType()
Create an instance of SubjectType


createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createStatusDetailType

public StatusDetailType createStatusDetailType()
Create an instance of StatusDetailType


createActionType

public ActionType createActionType()
Create an instance of ActionType


createMissingAttributeDetailType

public MissingAttributeDetailType createMissingAttributeDetailType()
Create an instance of MissingAttributeDetailType


createStatusCodeType

public StatusCodeType createStatusCodeType()
Create an instance of StatusCodeType


createStatus

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


createAction

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


createDecision

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


createEnvironment

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


createSubject

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


createStatusDetail

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


createMissingAttributeDetail

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


createResponse

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


createResourceContent

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


createResource

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


createRequest

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


createAttribute

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


createResult

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


createAttributeValue

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


createStatusCode

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


createStatusMessage

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



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