|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.core.model.context.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
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 javax.xml.bind.JAXBElement<StatusType> createStatus(StatusType value)
JAXBElement
<
StatusType
>
}
public javax.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
JAXBElement
<
ActionType
>
}
public javax.xml.bind.JAXBElement<DecisionType> createDecision(DecisionType value)
JAXBElement
<
DecisionType
>
}
public javax.xml.bind.JAXBElement<EnvironmentType> createEnvironment(EnvironmentType value)
JAXBElement
<
EnvironmentType
>
}
public javax.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
JAXBElement
<
SubjectType
>
}
public javax.xml.bind.JAXBElement<StatusDetailType> createStatusDetail(StatusDetailType value)
JAXBElement
<
StatusDetailType
>
}
public javax.xml.bind.JAXBElement<MissingAttributeDetailType> createMissingAttributeDetail(MissingAttributeDetailType value)
JAXBElement
<
MissingAttributeDetailType
>
}
public javax.xml.bind.JAXBElement<ResponseType> createResponse(ResponseType value)
JAXBElement
<
ResponseType
>
}
public javax.xml.bind.JAXBElement<ResourceContentType> createResourceContent(ResourceContentType value)
JAXBElement
<
ResourceContentType
>
}
public javax.xml.bind.JAXBElement<ResourceType> createResource(ResourceType value)
JAXBElement
<
ResourceType
>
}
public javax.xml.bind.JAXBElement<RequestType> createRequest(RequestType value)
JAXBElement
<
RequestType
>
}
public javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
JAXBElement
<
AttributeType
>
}
public javax.xml.bind.JAXBElement<ResultType> createResult(ResultType value)
JAXBElement
<
ResultType
>
}
public javax.xml.bind.JAXBElement<AttributeValueType> createAttributeValue(AttributeValueType value)
JAXBElement
<
AttributeValueType
>
}
public javax.xml.bind.JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value)
JAXBElement
<
StatusCodeType
>
}
public javax.xml.bind.JAXBElement<String> createStatusMessage(String value)
JAXBElement
<
String
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |