org.opensaml.xml.signature.impl
Class X509CRLImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.signature.impl.X509CRLImpl
- All Implemented Interfaces:
- XSBase64Binary, X509CRL, ValidatingXMLObject, XMLObject
public class X509CRLImpl
- extends AbstractValidatingXMLObject
- implements X509CRL
Concrete implementation of X509CRL
.
Constructor Summary |
protected |
X509CRLImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
Method Summary |
protected void |
finalize()
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
java.lang.String |
getValue()
Gets the base64-encoded binary value. |
void |
setValue(java.lang.String newValue)
Sets the base64-encoded binary value. |
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
X509CRLImpl
protected X509CRLImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
getValue
public java.lang.String getValue()
- Gets the base64-encoded binary value.
- Specified by:
getValue
in interface XSBase64Binary
- Returns:
- the string
setValue
public void setValue(java.lang.String newValue)
- Sets the base64-encoded binary value.
- Specified by:
setValue
in interface XSBase64Binary
- Parameters:
newValue
- the string value
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
finalize
protected void finalize()
throws java.lang.Throwable
-
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2006-2010 Internet2. All Rights Reserved.