Class ACTIONImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
All Implemented Interfaces:
Serializable, ACTION, Archetyped, ContentItem, ENTRY, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class ACTIONImpl extends ENTRYImpl implements ACTION
An XML ACTION(@openEHR/v1/Template). This is a complex type.
See Also:
  • Constructor Details

    • ACTIONImpl

      public ACTIONImpl(org.apache.xmlbeans.SchemaType sType)
  • Method Details

    • getDescription

      public ITEMSTRUCTURE getDescription()
      Gets the "description" element
      Specified by:
      getDescription in interface ACTION
    • isSetDescription

      public boolean isSetDescription()
      True if has "description" element
      Specified by:
      isSetDescription in interface ACTION
    • setDescription

      public void setDescription(ITEMSTRUCTURE description)
      Sets the "description" element
      Specified by:
      setDescription in interface ACTION
    • addNewDescription

      public ITEMSTRUCTURE addNewDescription()
      Appends and returns a new empty "description" element
      Specified by:
      addNewDescription in interface ACTION
    • unsetDescription

      public void unsetDescription()
      Unsets the "description" element
      Specified by:
      unsetDescription in interface ACTION