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.XmlObjectAn XML PARTICIPATION(@http://schemas.openehr.org/v1). 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 DVTEXTaddNewFunction()Appends and returns a new empty "function" elementDVCODEDTEXTaddNewMode()Appends and returns a new empty "mode" elementPARTYPROXYaddNewPerformer()Appends and returns a new empty "performer" elementDVINTERVALaddNewTime()Appends and returns a new empty "time" elementDVTEXTgetFunction()Gets the "function" elementDVCODEDTEXTgetMode()Gets the "mode" elementPARTYPROXYgetPerformer()Gets the "performer" elementDVINTERVALgetTime()Gets the "time" elementbooleanisSetTime()True 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" elementvoidunsetTime()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
-
-
-
-
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
-
-