org.opensaml.xml.signature.impl
Class KeyValueImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.signature.impl.KeyValueImpl
All Implemented Interfaces:
KeyValue, ValidatingXMLObject, XMLObject

public class KeyValueImpl
extends AbstractValidatingXMLObject
implements KeyValue

Concrete implementation of KeyValue


Field Summary
 
Fields inherited from interface org.opensaml.xml.signature.KeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected KeyValueImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
          Constructor
 
Method Summary
 DSAKeyValue getDSAKeyValue()
          Get the DSAKeyValue child element
 java.util.List<XMLObject> getOrderedChildren()
          Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
 RSAKeyValue getRSAKeyValue()
          Get the RSAKeyValue child element
 XMLObject getUnknownXMLObject()
          Get the wildcard <any> XMLObject child element
 void setDSAKeyValue(DSAKeyValue newDSAKeyValue)
          Set the DSAKeyValue child element
 void setRSAKeyValue(RSAKeyValue newRSAKeyValue)
          Set the RSAKeyValue child element
 void setUnknownXMLObject(XMLObject newXMLObject)
          Set the wildcard <any> XMLObject child element
 
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, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, 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, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

KeyValueImpl

protected KeyValueImpl(java.lang.String namespaceURI,
                       java.lang.String elementLocalName,
                       java.lang.String namespacePrefix)
Constructor

Parameters:
namespaceURI -
elementLocalName -
namespacePrefix -
Method Detail

getDSAKeyValue

public DSAKeyValue getDSAKeyValue()
Get the DSAKeyValue child element

Specified by:
getDSAKeyValue in interface KeyValue
Returns:
DSAKeyValue child element

setDSAKeyValue

public void setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element

Specified by:
setDSAKeyValue in interface KeyValue
Parameters:
newDSAKeyValue - the new DSAKeyValue child element

getRSAKeyValue

public RSAKeyValue getRSAKeyValue()
Get the RSAKeyValue child element

Specified by:
getRSAKeyValue in interface KeyValue
Returns:
the RSAKeyValue child element

setRSAKeyValue

public void setRSAKeyValue(RSAKeyValue newRSAKeyValue)
Set the RSAKeyValue child element

Specified by:
setRSAKeyValue in interface KeyValue
Parameters:
newRSAKeyValue - the new RSAKeyValue child element

getUnknownXMLObject

public XMLObject getUnknownXMLObject()
Get the wildcard <any> XMLObject child element

Specified by:
getUnknownXMLObject in interface KeyValue
Returns:
the wildcard XMLObject child element

setUnknownXMLObject

public void setUnknownXMLObject(XMLObject newXMLObject)
Set the wildcard <any> XMLObject child element

Specified by:
setUnknownXMLObject in interface KeyValue
Parameters:
newXMLObject - the wildcard XMLObject child element

getOrderedChildren

public java.util.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 © 2006-2010 Internet2. All Rights Reserved.