Interface SimpleContentDocument.SimpleContent

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Implementing Classes:
SimpleContentDocumentImpl.SimpleContentImpl
Enclosing interface:
SimpleContentDocument

public static interface SimpleContentDocument.SimpleContent extends Annotated
An XML simpleContent(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getRestriction

      SimpleRestrictionType getRestriction()
      Gets the "restriction" element
    • isSetRestriction

      boolean isSetRestriction()
      True if has "restriction" element
    • setRestriction

      void setRestriction(SimpleRestrictionType restriction)
      Sets the "restriction" element
    • addNewRestriction

      SimpleRestrictionType addNewRestriction()
      Appends and returns a new empty "restriction" element
    • unsetRestriction

      void unsetRestriction()
      Unsets the "restriction" element
    • getExtension

      SimpleExtensionType getExtension()
      Gets the "extension" element
    • isSetExtension

      boolean isSetExtension()
      True if has "extension" element
    • setExtension

      void setExtension(SimpleExtensionType extension)
      Sets the "extension" element
    • addNewExtension

      SimpleExtensionType addNewExtension()
      Appends and returns a new empty "extension" element
    • unsetExtension

      void unsetExtension()
      Unsets the "extension" element