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.XmlObjectAn XML PARTICIPATION(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPARTICIPATION.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextConstraintaddNewFunction()Appends and returns a new empty "function" elementTextConstraintaddNewMode()Appends and returns a new empty "mode" elementPARTYaddNewPerformer()Appends and returns a new empty "performer" elementTextConstraintgetFunction()Gets the "function" elementTextConstraintgetMode()Gets the "mode" elementStringgetParticipationName()Gets the "participationName" elementPARTYgetPerformer()Gets the "performer" elementbooleangetTimingRequired()Gets the "timingRequired" elementbooleanisSetPerformer()True 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" elementvoidunsetPerformer()Unsets the "performer" elementorg.apache.xmlbeans.XmlStringxgetParticipationName()Gets (as xml) the "participationName" elementorg.apache.xmlbeans.XmlBooleanxgetTimingRequired()Gets (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" 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
-
-
-
-
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
-
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
-
-