Class XSBase64BinaryImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
All Implemented Interfaces:
XSBase64Binary, XMLObject
Direct Known Subclasses:
BinarySecretImpl, ChannelBindingsImpl, CipherValueImpl, CombinedHashImpl, CryptoBinaryImpl, DEREncodedKeyValueImpl, GeneratedKeyImpl, KANonceImpl, OAEPparamsImpl, PGPKeyIDImpl, PGPKeyPacketImpl, SaltImpl, SpecifiedImpl, SPKISexpImpl, X509DigestImpl, X509SKIImpl

public class XSBase64BinaryImpl extends AbstractXMLObject implements XSBase64Binary
Concrete implementation of XSBase64Binary.
  • Field Details

    • value

      @Nullable private String value
      Value of this base64Binary element.
  • Constructor Details

    • XSBase64BinaryImpl

      protected XSBase64BinaryImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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 Details

    • getValue

      @Nullable public String getValue()
      Gets the base64-encoded binary value.
      Specified by:
      getValue in interface XSBase64Binary
      Returns:
      the string, or null
    • setValue

      public void setValue(@Nullable String newValue)
      Sets the base64-encoded binary value.
      Specified by:
      setValue in interface XSBase64Binary
      Parameters:
      newValue - the string value
    • getOrderedChildren

      @Nullable public 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