Interface LengthDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Implementing Classes:
    LengthDocumentImpl

    public interface LengthDocument
    extends XmlObject
    A document containing one length(@http://www.w3.org/2001/XMLSchema) element. This is a complex type.
    • Method Detail

      • getLength

        NumFacet getLength()
        Gets the "length" element
      • setLength

        void setLength​(NumFacet length)
        Sets the "length" element
      • addNewLength

        NumFacet addNewLength()
        Appends and returns a new empty "length" element