Class CodeImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, Code, SimpleValue, XmlObject, XmlTokenSource

public class CodeImpl extends XmlComplexContentImpl implements Code
An XML code(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
See Also:
  • Constructor Details

  • Method Details

    • getID

      public String getID()
      Gets the "ID" attribute
      Specified by:
      getID in interface Code
    • xgetID

      public XmlToken xgetID()
      Gets (as xml) the "ID" attribute
      Specified by:
      xgetID in interface Code
    • isSetID

      public boolean isSetID()
      True if has "ID" attribute
      Specified by:
      isSetID in interface Code
    • setID

      public void setID(String id)
      Sets the "ID" attribute
      Specified by:
      setID in interface Code
    • xsetID

      public void xsetID(XmlToken id)
      Sets (as xml) the "ID" attribute
      Specified by:
      xsetID in interface Code
    • unsetID

      public void unsetID()
      Unsets the "ID" attribute
      Specified by:
      unsetID in interface Code