Package org.openehr.schemas.v1
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 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" elementAppends and returns a new empty "time" elementGets the "function" elementgetMode()Gets the "mode" elementGets the "performer" elementgetTime()Gets the "time" elementbooleanTrue if has "time" elementvoidsetFunction(DVTEXT function) Sets the "function" elementvoidsetMode(DVCODEDTEXT mode) Sets the "mode" elementvoidsetPerformer(PARTYPROXY performer) Sets the "performer" elementvoidsetTime(DVINTERVAL time) Sets the "time" elementvoidUnsets the "time" 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
-
getFunction
DVTEXT getFunction()Gets the "function" element -
setFunction
Sets the "function" element -
addNewFunction
DVTEXT addNewFunction()Appends and returns a new empty "function" element -
getPerformer
PARTYPROXY getPerformer()Gets the "performer" element -
setPerformer
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
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
Sets the "mode" element -
addNewMode
DVCODEDTEXT addNewMode()Appends and returns a new empty "mode" element
-