Package openEHR.v1.template
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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "function" elementAppends and returns a new empty "mode" elementAppends and returns a new empty "performer" elementGets the "function" elementgetMode()Gets the "mode" elementGets the "participationName" elementGets the "performer" elementbooleanGets the "timingRequired" elementbooleanTrue if has "performer" elementvoidsetFunction(TextConstraint function) Sets the "function" elementvoidsetMode(TextConstraint mode) Sets the "mode" elementvoidsetParticipationName(String participationName) Sets the "participationName" elementvoidsetPerformer(PARTY performer) Sets the "performer" elementvoidsetTimingRequired(boolean timingRequired) Sets the "timingRequired" elementvoidUnsets the "performer" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "participationName" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "timingRequired" elementvoidxsetParticipationName(org.apache.xmlbeans.XmlString participationName) Sets (as xml) the "participationName" elementvoidxsetTimingRequired(org.apache.xmlbeans.XmlBoolean timingRequired) Sets (as xml) the "timingRequired" elementMethods 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, valueHashCodeMethods 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
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
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
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
Sets the "performer" element -
addNewPerformer
PARTY addNewPerformer()Appends and returns a new empty "performer" element -
unsetPerformer
void unsetPerformer()Unsets the "performer" element
-