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
public interface ENTRY extends CONTENTITEM
An XML ENTRY(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classENTRY.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 CODEPHRASEaddNewEncoding()Appends and returns a new empty "encoding" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementPARTICIPATIONaddNewOtherParticipations()Appends and returns a new empty value (as xml) as the last "other_participations" elementPARTYPROXYaddNewProvider()Appends and returns a new empty "provider" elementPARTYPROXYaddNewSubject()Appends and returns a new empty "subject" elementOBJECTREFaddNewWorkFlowId()Appends and returns a new empty "work_flow_id" elementCODEPHRASEgetEncoding()Gets the "encoding" elementCODEPHRASEgetLanguage()Gets the "language" elementPARTICIPATION[]getOtherParticipationsArray()Gets array of all "other_participations" elementsPARTICIPATIONgetOtherParticipationsArray(int i)Gets ith "other_participations" elementPARTYPROXYgetProvider()Gets the "provider" elementPARTYPROXYgetSubject()Gets the "subject" elementOBJECTREFgetWorkFlowId()Gets the "work_flow_id" elementPARTICIPATIONinsertNewOtherParticipations(int i)Inserts and returns a new empty value (as xml) as the ith "other_participations" elementbooleanisSetProvider()True if has "provider" elementbooleanisSetWorkFlowId()True 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" elementintsizeOfOtherParticipationsArray()Returns number of "other_participations" elementvoidunsetProvider()Unsets the "provider" elementvoidunsetWorkFlowId()Unsets the "work_flow_id" element-
Methods 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, xsetArchetypeNodeId
-
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
-
getLanguage
CODEPHRASE getLanguage()
Gets the "language" element
-
setLanguage
void setLanguage(CODEPHRASE language)
Sets the "language" element
-
addNewLanguage
CODEPHRASE addNewLanguage()
Appends and returns a new empty "language" element
-
getEncoding
CODEPHRASE getEncoding()
Gets the "encoding" element
-
setEncoding
void setEncoding(CODEPHRASE encoding)
Sets the "encoding" element
-
addNewEncoding
CODEPHRASE addNewEncoding()
Appends and returns a new empty "encoding" element
-
getSubject
PARTYPROXY getSubject()
Gets the "subject" element
-
setSubject
void setSubject(PARTYPROXY subject)
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
void setProvider(PARTYPROXY provider)
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
PARTICIPATION getOtherParticipationsArray(int i)
Gets ith "other_participations" element
-
sizeOfOtherParticipationsArray
int sizeOfOtherParticipationsArray()
Returns number of "other_participations" element
-
setOtherParticipationsArray
void setOtherParticipationsArray(PARTICIPATION[] otherParticipationsArray)
Sets array of all "other_participations" element
-
setOtherParticipationsArray
void setOtherParticipationsArray(int i, PARTICIPATION otherParticipations)Sets ith "other_participations" element
-
insertNewOtherParticipations
PARTICIPATION insertNewOtherParticipations(int i)
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
void setWorkFlowId(OBJECTREF workFlowId)
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
-
-