Interface Code

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

public interface Code extends XmlObject
An XML code(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
  • Field Details

  • Method Details

    • getID

      String getID()
      Gets the "ID" attribute
    • xgetID

      XmlToken xgetID()
      Gets (as xml) the "ID" attribute
    • isSetID

      boolean isSetID()
      True if has "ID" attribute
    • setID

      void setID(String id)
      Sets the "ID" attribute
    • xsetID

      void xsetID(XmlToken id)
      Sets (as xml) the "ID" attribute
    • unsetID

      void unsetID()
      Unsets the "ID" attribute