Interface AnyAttributeDocument

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

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

  • Method Details

    • getAnyAttribute

      Wildcard getAnyAttribute()
      Gets the "anyAttribute" element
    • setAnyAttribute

      void setAnyAttribute(Wildcard anyAttribute)
      Sets the "anyAttribute" element
    • addNewAnyAttribute

      Wildcard addNewAnyAttribute()
      Appends and returns a new empty "anyAttribute" element