Package org.opensaml.xacml.policy
Interface CombinerParameterType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
CombinerParameterTypeImpl
XACML CombinerParameter schema type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name of the element CombinerParameters.static final QName
QName of the element CombinerParameters.static final String
ParameterName attribute name.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGets the attribute value type for this parameter.Gets the parameter name.void
Sets the attribute value type for this parameter.void
setParameterName
(String name) Sets the parameter name.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element CombinerParameters.- See Also:
-
DEFAULT_ELEMENT_NAME
QName of the element CombinerParameters. -
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
SCHEMA_TYPE_NAME
QName of the XSI type. -
PARAMETER_NAMEATTRIB_NAME
ParameterName attribute name.- See Also:
-
-
Method Details
-
getAttributeValue
AttributeValueType getAttributeValue()Gets the attribute value type for this parameter.- Returns:
- attribute value type for this parameter
-
setAttributeValue
Sets the attribute value type for this parameter.- Parameters:
value
- attribute value type for this parameter
-
getParameterName
String getParameterName()Gets the parameter name.- Returns:
- the parameter name
-
setParameterName
Sets the parameter name.- Parameters:
name
- the parameter name
-