org.opensaml.xacml.policy.impl
public class AttributeSelectorTypeImpl extends AbstractXACMLObject implements AttributeSelectorType
AttributeSelectorType
.Modifier and Type | Field and Description |
---|---|
private String |
dataType
Datatype.
|
private XSBooleanValue |
mustBePresentXS
Must be present.Default = false
|
private String |
requestContextPath
Issuer.
|
DATA_TYPE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, MUST_BE_PRESENT_ATTRIB_NAME, REQUEST_CONTEXT_PATH_ATTRIB_NAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME
DEFAULT_ELEMENT_NAME_XACML20
Modifier | Constructor and Description |
---|---|
protected |
AttributeSelectorTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets the data type of the attribute to be selected.
|
Boolean |
getMustBePresent()
Gets whether the attribute to be selected must be present.
|
XSBooleanValue |
getMustBePresentXSBoolean()
Gets whether the attribute to be selected must be present.
|
List<XMLObject> |
getOrderedChildren() |
String |
getRequestContextPath()
Gets the request context path of the attribute to be selected.
|
void |
setDataType(String type)
Sets the data type of the attribute to be selected.
|
void |
setMustBePresent(Boolean present)
Sets whether the attribute to be selected must be present.
|
void |
setMustBePresentXSBoolean(XSBooleanValue present)
Sets whether the attribute to be selected must be present.
|
void |
setRequestContextPath(String path)
Sets the request context path of the attribute to be selected.
|
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private String dataType
private String requestContextPath
private XSBooleanValue mustBePresentXS
protected AttributeSelectorTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespacepublic String getDataType()
getDataType
in interface AttributeSelectorType
public Boolean getMustBePresent()
getMustBePresent
in interface AttributeSelectorType
public XSBooleanValue getMustBePresentXSBoolean()
getMustBePresentXSBoolean
in interface AttributeSelectorType
public String getRequestContextPath()
getRequestContextPath
in interface AttributeSelectorType
public void setDataType(String type)
setDataType
in interface AttributeSelectorType
type
- data type of the attribute to be selectedpublic void setMustBePresentXSBoolean(XSBooleanValue present)
setMustBePresentXSBoolean
in interface AttributeSelectorType
present
- whether the attribute to be selected must be presentpublic void setMustBePresent(Boolean present)
setMustBePresent
in interface AttributeSelectorType
present
- whether the attribute to be selected must be presentpublic void setRequestContextPath(String path)
setRequestContextPath
in interface AttributeSelectorType
path
- request context path of the attribute to be selectedpublic List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.