org.opensaml.xml.schema
Interface XSBase64Binary

All Superinterfaces:
ValidatingXMLObject, XMLObject
All Known Subinterfaces:
CipherValue, CryptoBinary, DEREncodedKeyValue, ECPointType, Exponent, G, Generator, J, KANonce, Modulus, OAEPparams, P, P, PgenCounter, PgenCounter, PGPKeyID, PGPKeyPacket, Public, PublicKey, Q, Q, Seed, Seed, SPKISexp, X509Certificate, X509CRL, X509Digest, X509SKI, Y
All Known Implementing Classes:
CipherValueImpl, CryptoBinaryImpl, DEREncodedKeyValueImpl, ECPointTypeImpl, ExponentImpl, GeneratorImpl, GImpl, JImpl, KANonceImpl, ModulusImpl, OAEPparamsImpl, PgenCounterImpl, PgenCounterImpl, PGPKeyIDImpl, PGPKeyPacketImpl, PImpl, PImpl, PublicImpl, PublicKeyImpl, QImpl, QImpl, SeedImpl, SeedImpl, SPKISexpImpl, X509CertificateImpl, X509CRLImpl, X509DigestImpl, X509SKIImpl, XSBase64BinaryImpl, YImpl

public interface XSBase64Binary
extends ValidatingXMLObject

XMLObject that represents an XML Schema base64Binary.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 String getValue()
          Gets the base64-encoded binary value.
 void setValue(String newValue)
          Sets the base64-encoded binary value.
 
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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getValue

String getValue()
Gets the base64-encoded binary value.

Returns:
the string

setValue

void setValue(String newValue)
Sets the base64-encoded binary value.

Parameters:
newValue - the string value


Copyright © 1999-2013. All Rights Reserved.