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()
EnvironmentMatchType
public AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorType
public AttributeAssignmentType createAttributeAssignmentType()
AttributeAssignmentType
public PolicyCombinerParametersType createPolicyCombinerParametersType()
PolicyCombinerParametersType
public PolicySetType createPolicySetType()
PolicySetType
public EnvironmentType createEnvironmentType()
EnvironmentType
public ActionsType createActionsType()
ActionsType
public ActionMatchType createActionMatchType()
ActionMatchType
public ActionType createActionType()
ActionType
public CombinerParametersType createCombinerParametersType()
CombinerParametersType
public ConditionType createConditionType()
ConditionType
public EnvironmentsType createEnvironmentsType()
EnvironmentsType
public SubjectsType createSubjectsType()
SubjectsType
public FunctionType createFunctionType()
FunctionType
public AttributeSelectorType createAttributeSelectorType()
AttributeSelectorType
public AttributeValueType createAttributeValueType()
AttributeValueType
public ObligationType createObligationType()
ObligationType
public VariableReferenceType createVariableReferenceType()
VariableReferenceType
public PolicyType createPolicyType()
PolicyType
public SubjectType createSubjectType()
SubjectType
public PolicySetCombinerParametersType createPolicySetCombinerParametersType()
PolicySetCombinerParametersType
public RuleCombinerParametersType createRuleCombinerParametersType()
RuleCombinerParametersType
public ResourceType createResourceType()
ResourceType
public VariableDefinitionType createVariableDefinitionType()
VariableDefinitionType
public DefaultsType createDefaultsType()
DefaultsType
public ObligationsType createObligationsType()
ObligationsType
public SubjectMatchType createSubjectMatchType()
SubjectMatchType
public TargetType createTargetType()
TargetType
public CombinerParameterType createCombinerParameterType()
CombinerParameterType
public IdReferenceType createIdReferenceType()
IdReferenceType
public ResourcesType createResourcesType()
ResourcesType
public SubjectAttributeDesignatorType createSubjectAttributeDesignatorType()
SubjectAttributeDesignatorType
public ResourceMatchType createResourceMatchType()
ResourceMatchType
public 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 © 2023 JBoss by Red Hat. All rights reserved.