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 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
      DVTEXT addNewFunction()
      Appends and returns a new empty "function" element
      DVCODEDTEXT addNewMode()
      Appends and returns a new empty "mode" element
      PARTYPROXY addNewPerformer()
      Appends and returns a new empty "performer" element
      DVINTERVAL addNewTime()
      Appends and returns a new empty "time" element
      DVTEXT getFunction()
      Gets the "function" element
      DVCODEDTEXT getMode()
      Gets the "mode" element
      PARTYPROXY getPerformer()
      Gets the "performer" element
      DVINTERVAL getTime()
      Gets the "time" element
      boolean isSetTime()
      True if has "time" element
      void setFunction​(DVTEXT function)
      Sets the "function" element
      void setMode​(DVCODEDTEXT mode)
      Sets the "mode" element
      void setPerformer​(PARTYPROXY performer)
      Sets the "performer" element
      void setTime​(DVINTERVAL time)
      Sets the "time" element
      void unsetTime()
      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 Detail

      • type

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

      • 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