org.opensaml.xml.encryption.impl
Class EncryptionPropertyImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.encryption.impl.EncryptionPropertyImpl
All Implemented Interfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, EncryptionProperty, ValidatingXMLObject, XMLObject

public class EncryptionPropertyImpl
extends AbstractValidatingXMLObject
implements EncryptionProperty

Concrete implementation of EncryptionProperty


Field Summary
private  String id
          Id attribute value
private  String target
          Target attribute value
private  AttributeMap unknownAttributes
          "anyAttribute" attributes
private  IndexedXMLObjectChildrenList unknownChildren
          Child elements from the <any> content model
 
Fields inherited from interface org.opensaml.xml.encryption.EncryptionProperty
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ID_ATTRIB_NAME, TARGET_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected EncryptionPropertyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor
 
Method Summary
 String getID()
          Get the ID attribute which uniquely identifies this element.
 List<XMLObject> getOrderedChildren()
          Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
 String getTarget()
          Get the target URI attribute which specifies to which element this.
 AttributeMap getUnknownAttributes()
          Gets a mutable map of the attributes.
 List<XMLObject> getUnknownXMLObjects()
          Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
 List<XMLObject> getUnknownXMLObjects(QName typeOrName)
          Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
 void setID(String newID)
          Set the ID attribute which uniquely identifies this element.
 void setTarget(String newTarget)
          Set the target URI attribute which specifies to which element this property applies.
 
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
 

Field Detail

target

private String target
Target attribute value


id

private String id
Id attribute value


unknownChildren

private final IndexedXMLObjectChildrenList unknownChildren
Child elements from the <any> content model


unknownAttributes

private final AttributeMap unknownAttributes
"anyAttribute" attributes

Constructor Detail

EncryptionPropertyImpl

protected EncryptionPropertyImpl(String namespaceURI,
                                 String elementLocalName,
                                 String namespacePrefix)
Constructor

Parameters:
namespaceURI -
elementLocalName -
namespacePrefix -
Method Detail

getTarget

public String getTarget()
Get the target URI attribute which specifies to which element this. property applies

Specified by:
getTarget in interface EncryptionProperty
Returns:
the target URI attribute

setTarget

public void setTarget(String newTarget)
Set the target URI attribute which specifies to which element this property applies.

Specified by:
setTarget in interface EncryptionProperty
Parameters:
newTarget - the new target URI attribute

getID

public String getID()
Get the ID attribute which uniquely identifies this element.

Specified by:
getID in interface EncryptionProperty
Returns:
the ID attribute value

setID

public void setID(String newID)
Set the ID attribute which uniquely identifies this element.

Specified by:
setID in interface EncryptionProperty
Parameters:
newID - the new ID attribute

getUnknownAttributes

public AttributeMap getUnknownAttributes()
Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.

Specified by:
getUnknownAttributes in interface AttributeExtensibleXMLObject
Returns:
a map of the attributes

getUnknownXMLObjects

public List<XMLObject> getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.

Specified by:
getUnknownXMLObjects in interface ElementExtensibleXMLObject
Returns:
list of XMLObjects added to this XMLObject as part of the "any" content model

getUnknownXMLObjects

public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.

Specified by:
getUnknownXMLObjects in interface ElementExtensibleXMLObject
Parameters:
typeOrName - the QName of the statements to return
Returns:
list of XMLObjects added to this XMLObject as part of the "any" content model

getOrderedChildren

public List<XMLObject> getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.

Specified by:
getOrderedChildren in interface XMLObject
Returns:
ordered list of child elements


Copyright © 1999-2013. All Rights Reserved.