Package org.openehr.schemas.v1
Interface ENTRY
- All Superinterfaces:
CONTENTITEM,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ACTION,ADMINENTRY,CAREENTRY,EVALUATION,INSTRUCTION,OBSERVATION
- All Known Implementing Classes:
ACTIONImpl,ADMINENTRYImpl,CAREENTRYImpl,ENTRYImpl,EVALUATIONImpl,INSTRUCTIONImpl,OBSERVATIONImpl
An XML ENTRY(@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 "encoding" elementAppends and returns a new empty "language" elementAppends and returns a new empty value (as xml) as the last "other_participations" elementAppends and returns a new empty "provider" elementAppends and returns a new empty "subject" elementAppends and returns a new empty "work_flow_id" elementGets the "encoding" elementGets the "language" elementGets array of all "other_participations" elementsgetOtherParticipationsArray(int i) Gets ith "other_participations" elementGets the "provider" elementGets the "subject" elementGets the "work_flow_id" elementinsertNewOtherParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "other_participations" elementbooleanTrue if has "provider" elementbooleanTrue if has "work_flow_id" elementvoidremoveOtherParticipations(int i) Removes the ith "other_participations" elementvoidsetEncoding(CODEPHRASE encoding) Sets the "encoding" elementvoidsetLanguage(CODEPHRASE language) Sets the "language" elementvoidsetOtherParticipationsArray(int i, PARTICIPATION otherParticipations) Sets ith "other_participations" elementvoidsetOtherParticipationsArray(PARTICIPATION[] otherParticipationsArray) Sets array of all "other_participations" elementvoidsetProvider(PARTYPROXY provider) Sets the "provider" elementvoidsetSubject(PARTYPROXY subject) Sets the "subject" elementvoidsetWorkFlowId(OBJECTREF workFlowId) Sets the "work_flow_id" elementintReturns number of "other_participations" elementvoidUnsets the "provider" elementvoidUnsets the "work_flow_id" elementMethods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeIdMethods 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
-
getLanguage
CODEPHRASE getLanguage()Gets the "language" element -
setLanguage
Sets the "language" element -
addNewLanguage
CODEPHRASE addNewLanguage()Appends and returns a new empty "language" element -
getEncoding
CODEPHRASE getEncoding()Gets the "encoding" element -
setEncoding
Sets the "encoding" element -
addNewEncoding
CODEPHRASE addNewEncoding()Appends and returns a new empty "encoding" element -
getSubject
PARTYPROXY getSubject()Gets the "subject" element -
setSubject
Sets the "subject" element -
addNewSubject
PARTYPROXY addNewSubject()Appends and returns a new empty "subject" element -
getProvider
PARTYPROXY getProvider()Gets the "provider" element -
isSetProvider
boolean isSetProvider()True if has "provider" element -
setProvider
Sets the "provider" element -
addNewProvider
PARTYPROXY addNewProvider()Appends and returns a new empty "provider" element -
unsetProvider
void unsetProvider()Unsets the "provider" element -
getOtherParticipationsArray
PARTICIPATION[] getOtherParticipationsArray()Gets array of all "other_participations" elements -
getOtherParticipationsArray
Gets ith "other_participations" element -
sizeOfOtherParticipationsArray
int sizeOfOtherParticipationsArray()Returns number of "other_participations" element -
setOtherParticipationsArray
Sets array of all "other_participations" element -
setOtherParticipationsArray
Sets ith "other_participations" element -
insertNewOtherParticipations
Inserts and returns a new empty value (as xml) as the ith "other_participations" element -
addNewOtherParticipations
PARTICIPATION addNewOtherParticipations()Appends and returns a new empty value (as xml) as the last "other_participations" element -
removeOtherParticipations
void removeOtherParticipations(int i) Removes the ith "other_participations" element -
getWorkFlowId
OBJECTREF getWorkFlowId()Gets the "work_flow_id" element -
isSetWorkFlowId
boolean isSetWorkFlowId()True if has "work_flow_id" element -
setWorkFlowId
Sets the "work_flow_id" element -
addNewWorkFlowId
OBJECTREF addNewWorkFlowId()Appends and returns a new empty "work_flow_id" element -
unsetWorkFlowId
void unsetWorkFlowId()Unsets the "work_flow_id" element
-