Class XSBase64BinaryImpl

    • Field Detail

      • value

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

      • 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 Detail

      • 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