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 class  PARTICIPATION.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TextConstraint addNewFunction()
      Appends and returns a new empty "function" element
      TextConstraint addNewMode()
      Appends and returns a new empty "mode" element
      PARTY addNewPerformer()
      Appends and returns a new empty "performer" element
      TextConstraint getFunction()
      Gets the "function" element
      TextConstraint getMode()
      Gets the "mode" element
      String getParticipationName()
      Gets the "participationName" element
      PARTY getPerformer()
      Gets the "performer" element
      boolean getTimingRequired()
      Gets the "timingRequired" element
      boolean isSetPerformer()
      True if has "performer" element
      void setFunction​(TextConstraint function)
      Sets the "function" element
      void setMode​(TextConstraint mode)
      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 unsetPerformer()
      Unsets the "performer" element
      org.apache.xmlbeans.XmlString xgetParticipationName()
      Gets (as xml) the "participationName" element
      org.apache.xmlbeans.XmlBoolean xgetTimingRequired()
      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 Detail

      • type

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

      • 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
      • 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