org.opensaml.xml.schema.impl
Class XSBase64BinaryImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.schema.impl.XSBase64BinaryImpl
All Implemented Interfaces:
XSBase64Binary, ValidatingXMLObject, XMLObject
Direct Known Subclasses:
CipherValueImpl, CryptoBinaryImpl, KANonceImpl, OAEPparamsImpl, PGPKeyIDImpl, PGPKeyPacketImpl, SPKISexpImpl, X509SKIImpl

public class XSBase64BinaryImpl
extends AbstractValidatingXMLObject
implements XSBase64Binary

Concrete implementation of XSBase64Binary.


Field Summary
 
Fields inherited from interface org.opensaml.xml.schema.XSBase64Binary
TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected XSBase64BinaryImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
          Constructor.
 
Method Summary
 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.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

XSBase64BinaryImpl

protected XSBase64BinaryImpl(java.lang.String namespaceURI,
                             java.lang.String elementLocalName,
                             java.lang.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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.