Interface AnyDocument.Any

All Superinterfaces:
Annotated, OpenAttrs, Wildcard, XmlObject, XmlTokenSource
All Known Implementing Classes:
AnyDocumentImpl.AnyImpl
Enclosing interface:
AnyDocument

public static interface AnyDocument.Any extends Wildcard
An XML any(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getMinOccurs

      BigInteger getMinOccurs()
      Gets the "minOccurs" attribute
    • xgetMinOccurs

      XmlNonNegativeInteger xgetMinOccurs()
      Gets (as xml) the "minOccurs" attribute
    • isSetMinOccurs

      boolean isSetMinOccurs()
      True if has "minOccurs" attribute
    • setMinOccurs

      void setMinOccurs(BigInteger minOccurs)
      Sets the "minOccurs" attribute
    • xsetMinOccurs

      void xsetMinOccurs(XmlNonNegativeInteger minOccurs)
      Sets (as xml) the "minOccurs" attribute
    • unsetMinOccurs

      void unsetMinOccurs()
      Unsets the "minOccurs" attribute
    • getMaxOccurs

      Object getMaxOccurs()
      Gets the "maxOccurs" attribute
    • xgetMaxOccurs

      AllNNI xgetMaxOccurs()
      Gets (as xml) the "maxOccurs" attribute
    • isSetMaxOccurs

      boolean isSetMaxOccurs()
      True if has "maxOccurs" attribute
    • setMaxOccurs

      void setMaxOccurs(Object maxOccurs)
      Sets the "maxOccurs" attribute
    • xsetMaxOccurs

      void xsetMaxOccurs(AllNNI maxOccurs)
      Sets (as xml) the "maxOccurs" attribute
    • unsetMaxOccurs

      void unsetMaxOccurs()
      Unsets the "maxOccurs" attribute