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()
EnvironmentType
public ResourceContentType createResourceContentType()
ResourceContentType
public ResultType createResultType()
ResultType
public RequestType createRequestType()
RequestType
public ResponseType createResponseType()
ResponseType
public AttributeValueType createAttributeValueType()
AttributeValueType
public StatusType createStatusType()
StatusType
public SubjectType createSubjectType()
SubjectType
public AttributeType createAttributeType()
AttributeType
public ResourceType createResourceType()
ResourceType
public StatusDetailType createStatusDetailType()
StatusDetailType
public ActionType createActionType()
ActionType
public MissingAttributeDetailType createMissingAttributeDetailType()
MissingAttributeDetailType
public StatusCodeType createStatusCodeType()
StatusCodeType
public 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 © 2023 JBoss by Red Hat. All rights reserved.