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(@openEHR/v1/Template). 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
    Gets the "function" element
    Gets the "mode" element
    Gets the "participationName" element
    Gets the "performer" element
    boolean
    Gets the "timingRequired" element
    boolean
    True if has "performer" element
    void
    Sets the "function" element
    void
    Sets the "mode" element
    void
    setParticipationName(String participationName)
    Sets the "participationName" element
    void
    setPerformer(PARTY performer)
    Sets the "performer" element
    void
    setTimingRequired(boolean timingRequired)
    Sets the "timingRequired" element
    void
    Unsets the "performer" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "participationName" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "timingRequired" element
    void
    xsetParticipationName(org.apache.xmlbeans.XmlString participationName)
    Sets (as xml) the "participationName" element
    void
    xsetTimingRequired(org.apache.xmlbeans.XmlBoolean timingRequired)
    Sets (as xml) the "timingRequired" 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

    • getParticipationName

      String getParticipationName()
      Gets the "participationName" element
    • xgetParticipationName

      org.apache.xmlbeans.XmlString xgetParticipationName()
      Gets (as xml) the "participationName" element
    • setParticipationName

      void setParticipationName(String participationName)
      Sets the "participationName" element
    • xsetParticipationName

      void xsetParticipationName(org.apache.xmlbeans.XmlString participationName)
      Sets (as xml) the "participationName" element
    • getFunction

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

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

      TextConstraint addNewFunction()
      Appends and returns a new empty "function" element
    • getTimingRequired

      boolean getTimingRequired()
      Gets the "timingRequired" element
    • xgetTimingRequired

      org.apache.xmlbeans.XmlBoolean xgetTimingRequired()
      Gets (as xml) the "timingRequired" element
    • setTimingRequired

      void setTimingRequired(boolean timingRequired)
      Sets the "timingRequired" element
    • xsetTimingRequired

      void xsetTimingRequired(org.apache.xmlbeans.XmlBoolean timingRequired)
      Sets (as xml) the "timingRequired" element
    • getMode

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

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

      TextConstraint addNewMode()
      Appends and returns a new empty "mode" element
    • getPerformer

      PARTY getPerformer()
      Gets the "performer" element
    • isSetPerformer

      boolean isSetPerformer()
      True if has "performer" element
    • setPerformer

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

      PARTY addNewPerformer()
      Appends and returns a new empty "performer" element
    • unsetPerformer

      void unsetPerformer()
      Unsets the "performer" element