Package org.opensaml.core.xml.schema
Interface XSBase64Binary
- All Superinterfaces:
XMLObject
- All Known Subinterfaces:
BinarySecret
,ChannelBindings
,CipherValue
,CombinedHash
,CryptoBinary
,DEREncodedKeyValue
,ECPointType
,Exponent
,G
,GeneratedKey
,Generator
,J
,KANonce
,Modulus
,OAEPparams
,P
,P
,PgenCounter
,PgenCounter
,PGPKeyID
,PGPKeyPacket
,Public
,PublicKey
,Q
,Q
,Salt
,Seed
,Seed
,Specified
,SPKISexp
,X509Certificate
,X509CRL
,X509Digest
,X509SKI
,Y
- All Known Implementing Classes:
BinarySecretImpl
,ChannelBindingsImpl
,CipherValueImpl
,CombinedHashImpl
,CryptoBinaryImpl
,DEREncodedKeyValueImpl
,ECPointTypeImpl
,ExponentImpl
,GeneratedKeyImpl
,GeneratorImpl
,GImpl
,JImpl
,KANonceImpl
,ModulusImpl
,OAEPparamsImpl
,PgenCounterImpl
,PgenCounterImpl
,PGPKeyIDImpl
,PGPKeyPacketImpl
,PImpl
,PImpl
,PublicImpl
,PublicKeyImpl
,QImpl
,QImpl
,SaltImpl
,SeedImpl
,SeedImpl
,SpecifiedImpl
,SPKISexpImpl
,X509CertificateImpl
,X509CRLImpl
,X509DigestImpl
,X509SKIImpl
,XSBase64BinaryImpl
,YImpl
XMLObject that represents an XML Schema base64Binary.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getValue
Gets the base64-encoded binary value.- Returns:
- the string, or null
-
setValue
Sets the base64-encoded binary value.- Parameters:
newValue
- the string value
-