org.opensaml.xacml.policy.impl
Class VariableDefinitionTypeImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xacml.impl.AbstractXACMLObject
              extended by org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
All Implemented Interfaces:
VariableDefinitionType, XACMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class VariableDefinitionTypeImpl
extends AbstractXACMLObject
implements VariableDefinitionType

Implementation VariableDefinitionType.


Field Summary
 
Fields inherited from interface org.opensaml.xacml.policy.VariableDefinitionType
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME, VARIABLE_ID_ATTRIB_NAME
 
Constructor Summary
protected VariableDefinitionTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 ExpressionType getExpression()
          Gets the expression for this definition.
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 String getVariableId()
          Gets the ID of this defined variable.
 void setVariableId(String id)
          Sets the ID of this defined variable.
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
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
 

Constructor Detail

VariableDefinitionTypeImpl

protected VariableDefinitionTypeImpl(String namespaceURI,
                                     String elementLocalName,
                                     String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespace the element is in
elementLocalName - the local name of the XML element this Object represents
namespacePrefix - the prefix for the given namespace
Method Detail

getExpression

public ExpressionType getExpression()
Gets the expression for this definition.

Specified by:
getExpression in interface VariableDefinitionType
Returns:
expression for this definition

getVariableId

public String getVariableId()
Gets the ID of this defined variable.

Specified by:
getVariableId in interface VariableDefinitionType
Returns:
ID of this defined variable

setVariableId

public void setVariableId(String id)
Sets the ID of this defined variable.

Specified by:
setVariableId in interface VariableDefinitionType
Parameters:
id - ID of this defined variable

getOrderedChildren

public List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject


Copyright © 2006-2011 Internet2. All Rights Reserved.