public class ObjectFactory extends Object
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 and Description |
|---|
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
|
public ObjectFactory()
public EnvironmentType createEnvironmentType()
EnvironmentTypepublic ResourceContentType createResourceContentType()
ResourceContentTypepublic ResultType createResultType()
ResultTypepublic RequestType createRequestType()
RequestTypepublic ResponseType createResponseType()
ResponseTypepublic AttributeValueType createAttributeValueType()
AttributeValueTypepublic StatusType createStatusType()
StatusTypepublic SubjectType createSubjectType()
SubjectTypepublic AttributeType createAttributeType()
AttributeTypepublic ResourceType createResourceType()
ResourceTypepublic StatusDetailType createStatusDetailType()
StatusDetailTypepublic ActionType createActionType()
ActionTypepublic MissingAttributeDetailType createMissingAttributeDetailType()
MissingAttributeDetailTypepublic StatusCodeType createStatusCodeType()
StatusCodeTypepublic JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<ActionType> createAction(ActionType value)
public JAXBElement<DecisionType> createDecision(DecisionType value)
public JAXBElement<EnvironmentType> createEnvironment(EnvironmentType value)
public JAXBElement<SubjectType> createSubject(SubjectType value)
public JAXBElement<StatusDetailType> createStatusDetail(StatusDetailType value)
public JAXBElement<MissingAttributeDetailType> createMissingAttributeDetail(MissingAttributeDetailType value)
public JAXBElement<ResponseType> createResponse(ResponseType value)
public JAXBElement<ResourceContentType> createResourceContent(ResourceContentType value)
public JAXBElement<ResourceType> createResource(ResourceType value)
public JAXBElement<RequestType> createRequest(RequestType value)
public JAXBElement<AttributeType> createAttribute(AttributeType value)
public JAXBElement<ResultType> createResult(ResultType value)
public JAXBElement<AttributeValueType> createAttributeValue(AttributeValueType value)
public JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value)
public JAXBElement<String> createStatusMessage(String value)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.