Interface TRANSITION

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TRANSITIONImpl

public interface TRANSITION extends org.apache.xmlbeans.XmlObject
An XML TRANSITION(@http://schemas.openehr.org/v1). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "next_state" element
    Gets the "action" element
    Gets the "event" element
    Gets the "guard" element
    Gets the "next_state" element
    boolean
    True if has "action" element
    boolean
    True if has "guard" element
    boolean
    True if has "next_state" element
    void
    setAction(String action)
    Sets the "action" element
    void
    Sets the "event" element
    void
    Sets the "guard" element
    void
    setNextState(STATE nextState)
    Sets the "next_state" element
    void
    Unsets the "action" element
    void
    Unsets the "guard" element
    void
    Unsets the "next_state" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "action" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "event" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "guard" element
    void
    xsetAction(org.apache.xmlbeans.XmlString action)
    Sets (as xml) the "action" element
    void
    xsetEvent(org.apache.xmlbeans.XmlString event)
    Sets (as xml) the "event" element
    void
    xsetGuard(org.apache.xmlbeans.XmlString guard)
    Sets (as xml) the "guard" element

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getEvent

      String getEvent()
      Gets the "event" element
    • xgetEvent

      org.apache.xmlbeans.XmlString xgetEvent()
      Gets (as xml) the "event" element
    • setEvent

      void setEvent(String event)
      Sets the "event" element
    • xsetEvent

      void xsetEvent(org.apache.xmlbeans.XmlString event)
      Sets (as xml) the "event" element
    • getAction

      String getAction()
      Gets the "action" element
    • xgetAction

      org.apache.xmlbeans.XmlString xgetAction()
      Gets (as xml) the "action" element
    • isSetAction

      boolean isSetAction()
      True if has "action" element
    • setAction

      void setAction(String action)
      Sets the "action" element
    • xsetAction

      void xsetAction(org.apache.xmlbeans.XmlString action)
      Sets (as xml) the "action" element
    • unsetAction

      void unsetAction()
      Unsets the "action" element
    • getGuard

      String getGuard()
      Gets the "guard" element
    • xgetGuard

      org.apache.xmlbeans.XmlString xgetGuard()
      Gets (as xml) the "guard" element
    • isSetGuard

      boolean isSetGuard()
      True if has "guard" element
    • setGuard

      void setGuard(String guard)
      Sets the "guard" element
    • xsetGuard

      void xsetGuard(org.apache.xmlbeans.XmlString guard)
      Sets (as xml) the "guard" element
    • unsetGuard

      void unsetGuard()
      Unsets the "guard" element
    • getNextState

      STATE getNextState()
      Gets the "next_state" element
    • isSetNextState

      boolean isSetNextState()
      True if has "next_state" element
    • setNextState

      void setNextState(STATE nextState)
      Sets the "next_state" element
    • addNewNextState

      STATE addNewNextState()
      Appends and returns a new empty "next_state" element
    • unsetNextState

      void unsetNextState()
      Unsets the "next_state" element