Interface MinLengthDocument

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
MinLengthDocumentImpl

public interface MinLengthDocument extends XmlObject
A document containing one minLength(@http://www.w3.org/2001/XMLSchema) element. This is a complex type.
  • Field Details

  • Method Details

    • getMinLength

      NumFacet getMinLength()
      Gets the "minLength" element
    • setMinLength

      void setMinLength(NumFacet minLength)
      Sets the "minLength" element
    • addNewMinLength

      NumFacet addNewMinLength()
      Appends and returns a new empty "minLength" element