Interface PARTICIPATION

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

public interface PARTICIPATION extends org.apache.xmlbeans.XmlObject
An XML PARTICIPATION(@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 "function" element
    Appends and returns a new empty "mode" element
    Appends and returns a new empty "performer" element
    Appends and returns a new empty "time" element
    Gets the "function" element
    Gets the "mode" element
    Gets the "performer" element
    Gets the "time" element
    boolean
    True if has "time" element
    void
    setFunction(DVTEXT function)
    Sets the "function" element
    void
    Sets the "mode" element
    void
    Sets the "performer" element
    void
    Sets the "time" element
    void
    Unsets the "time" 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

    • getFunction

      DVTEXT getFunction()
      Gets the "function" element
    • setFunction

      void setFunction(DVTEXT function)
      Sets the "function" element
    • addNewFunction

      DVTEXT addNewFunction()
      Appends and returns a new empty "function" element
    • getPerformer

      PARTYPROXY getPerformer()
      Gets the "performer" element
    • setPerformer

      void setPerformer(PARTYPROXY performer)
      Sets the "performer" element
    • addNewPerformer

      PARTYPROXY addNewPerformer()
      Appends and returns a new empty "performer" element
    • getTime

      DVINTERVAL getTime()
      Gets the "time" element
    • isSetTime

      boolean isSetTime()
      True if has "time" element
    • setTime

      void setTime(DVINTERVAL time)
      Sets the "time" element
    • addNewTime

      DVINTERVAL addNewTime()
      Appends and returns a new empty "time" element
    • unsetTime

      void unsetTime()
      Unsets the "time" element
    • getMode

      DVCODEDTEXT getMode()
      Gets the "mode" element
    • setMode

      void setMode(DVCODEDTEXT mode)
      Sets the "mode" element
    • addNewMode

      DVCODEDTEXT addNewMode()
      Appends and returns a new empty "mode" element