Interface Wildcard

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Subinterfaces:
AnyDocument.Any
All Known Implementing Classes:
AnyDocumentImpl.AnyImpl, WildcardImpl

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

  • Method Details

    • getNamespace

      Object getNamespace()
      Gets the "namespace" attribute
    • xgetNamespace

      NamespaceList xgetNamespace()
      Gets (as xml) the "namespace" attribute
    • isSetNamespace

      boolean isSetNamespace()
      True if has "namespace" attribute
    • setNamespace

      void setNamespace(Object namespace)
      Sets the "namespace" attribute
    • xsetNamespace

      void xsetNamespace(NamespaceList namespace)
      Sets (as xml) the "namespace" attribute
    • unsetNamespace

      void unsetNamespace()
      Unsets the "namespace" attribute
    • getProcessContents

      Wildcard.ProcessContents.Enum getProcessContents()
      Gets the "processContents" attribute
    • xgetProcessContents

      Wildcard.ProcessContents xgetProcessContents()
      Gets (as xml) the "processContents" attribute
    • isSetProcessContents

      boolean isSetProcessContents()
      True if has "processContents" attribute
    • setProcessContents

      void setProcessContents(Wildcard.ProcessContents.Enum processContents)
      Sets the "processContents" attribute
    • xsetProcessContents

      void xsetProcessContents(Wildcard.ProcessContents processContents)
      Sets (as xml) the "processContents" attribute
    • unsetProcessContents

      void unsetProcessContents()
      Unsets the "processContents" attribute