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.policy.schema.os
|
public ObjectFactory()
public EnvironmentMatchType createEnvironmentMatchType()
EnvironmentMatchTypepublic AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorTypepublic AttributeAssignmentType createAttributeAssignmentType()
AttributeAssignmentTypepublic PolicyCombinerParametersType createPolicyCombinerParametersType()
PolicyCombinerParametersTypepublic PolicySetType createPolicySetType()
PolicySetTypepublic EnvironmentType createEnvironmentType()
EnvironmentTypepublic ActionsType createActionsType()
ActionsTypepublic ActionMatchType createActionMatchType()
ActionMatchTypepublic ActionType createActionType()
ActionTypepublic CombinerParametersType createCombinerParametersType()
CombinerParametersTypepublic ConditionType createConditionType()
ConditionTypepublic EnvironmentsType createEnvironmentsType()
EnvironmentsTypepublic SubjectsType createSubjectsType()
SubjectsTypepublic FunctionType createFunctionType()
FunctionTypepublic AttributeSelectorType createAttributeSelectorType()
AttributeSelectorTypepublic AttributeValueType createAttributeValueType()
AttributeValueTypepublic ObligationType createObligationType()
ObligationTypepublic VariableReferenceType createVariableReferenceType()
VariableReferenceTypepublic PolicyType createPolicyType()
PolicyTypepublic SubjectType createSubjectType()
SubjectTypepublic PolicySetCombinerParametersType createPolicySetCombinerParametersType()
PolicySetCombinerParametersTypepublic RuleCombinerParametersType createRuleCombinerParametersType()
RuleCombinerParametersTypepublic ResourceType createResourceType()
ResourceTypepublic VariableDefinitionType createVariableDefinitionType()
VariableDefinitionTypepublic DefaultsType createDefaultsType()
DefaultsTypepublic ObligationsType createObligationsType()
ObligationsTypepublic SubjectMatchType createSubjectMatchType()
SubjectMatchTypepublic TargetType createTargetType()
TargetTypepublic CombinerParameterType createCombinerParameterType()
CombinerParameterTypepublic IdReferenceType createIdReferenceType()
IdReferenceTypepublic ResourcesType createResourcesType()
ResourcesTypepublic SubjectAttributeDesignatorType createSubjectAttributeDesignatorType()
SubjectAttributeDesignatorTypepublic ResourceMatchType createResourceMatchType()
ResourceMatchTypepublic JAXBElement<PolicySetCombinerParametersType> createPolicySetCombinerParameters(PolicySetCombinerParametersType value)
public JAXBElement<ObligationsType> createObligations(ObligationsType value)
public JAXBElement<RuleCombinerParametersType> createRuleCombinerParameters(RuleCombinerParametersType value)
public JAXBElement<AttributeValueType> createAttributeValue(AttributeValueType value)
public JAXBElement<VariableDefinitionType> createVariableDefinition(VariableDefinitionType value)
public JAXBElement<ApplyType> createApply(ApplyType value)
public JAXBElement<EnvironmentsType> createEnvironments(EnvironmentsType value)
public JAXBElement<SubjectMatchType> createSubjectMatch(SubjectMatchType value)
public JAXBElement<ResourceMatchType> createResourceMatch(ResourceMatchType value)
public JAXBElement<AttributeDesignatorType> createActionAttributeDesignator(AttributeDesignatorType value)
public JAXBElement<PolicyCombinerParametersType> createPolicyCombinerParameters(PolicyCombinerParametersType value)
public JAXBElement<ObligationType> createObligation(ObligationType value)
public JAXBElement<AttributeDesignatorType> createResourceAttributeDesignator(AttributeDesignatorType value)
public JAXBElement<FunctionType> createFunction(FunctionType value)
public JAXBElement<AttributeDesignatorType> createEnvironmentAttributeDesignator(AttributeDesignatorType value)
public JAXBElement<VariableReferenceType> createVariableReference(VariableReferenceType value)
public JAXBElement<AttributeAssignmentType> createAttributeAssignment(AttributeAssignmentType value)
public JAXBElement<ResourceType> createResource(ResourceType value)
public JAXBElement<ConditionType> createCondition(ConditionType value)
public JAXBElement<DefaultsType> createPolicyDefaults(DefaultsType value)
public JAXBElement<RuleType> createRule(RuleType value)
public JAXBElement<ResourcesType> createResources(ResourcesType value)
public JAXBElement<PolicyType> createPolicy(PolicyType value)
public JAXBElement<TargetType> createTarget(TargetType value)
public JAXBElement<SubjectType> createSubject(SubjectType value)
public JAXBElement<SubjectsType> createSubjects(SubjectsType value)
public JAXBElement<IdReferenceType> createPolicySetIdReference(IdReferenceType value)
public JAXBElement<DefaultsType> createPolicySetDefaults(DefaultsType value)
public JAXBElement<String> createXPathVersion(String value)
public JAXBElement<IdReferenceType> createPolicyIdReference(IdReferenceType value)
public JAXBElement<CombinerParametersType> createCombinerParameters(CombinerParametersType value)
public JAXBElement<EnvironmentMatchType> createEnvironmentMatch(EnvironmentMatchType value)
public JAXBElement<EnvironmentType> createEnvironment(EnvironmentType value)
public JAXBElement<ActionsType> createActions(ActionsType value)
public JAXBElement<ActionType> createAction(ActionType value)
public JAXBElement<ActionMatchType> createActionMatch(ActionMatchType value)
public JAXBElement<AttributeSelectorType> createAttributeSelector(AttributeSelectorType value)
public JAXBElement<String> createDescription(String value)
public JAXBElement<PolicySetType> createPolicySet(PolicySetType value)
public JAXBElement<SubjectAttributeDesignatorType> createSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
public JAXBElement<ExpressionType> createExpression(ExpressionType value)
public JAXBElement<CombinerParameterType> createCombinerParameter(CombinerParameterType value)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.