Interface MaxLengthDocument

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

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

  • Method Details

    • getMaxLength

      NumFacet getMaxLength()
      Gets the "maxLength" element
    • setMaxLength

      void setMaxLength(NumFacet maxLength)
      Sets the "maxLength" element
    • addNewMaxLength

      NumFacet addNewMaxLength()
      Appends and returns a new empty "maxLength" element