Package org.openehr.schemas.v1
Interface CAREENTRY
- All Superinterfaces:
CONTENTITEM,ENTRY,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ACTION,EVALUATION,INSTRUCTION,OBSERVATION
- All Known Implementing Classes:
ACTIONImpl,CAREENTRYImpl,EVALUATIONImpl,INSTRUCTIONImpl,OBSERVATIONImpl
An XML CARE_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 "guideline_id" elementAppends and returns a new empty "protocol" elementGets the "guideline_id" elementGets the "protocol" elementbooleanTrue if has "guideline_id" elementbooleanTrue if has "protocol" elementvoidsetGuidelineId(OBJECTREF guidelineId) Sets the "guideline_id" elementvoidsetProtocol(ITEMSTRUCTURE protocol) Sets the "protocol" elementvoidUnsets the "guideline_id" elementvoidUnsets the "protocol" elementMethods inherited from interface org.openehr.schemas.v1.ENTRY
addNewEncoding, addNewLanguage, addNewOtherParticipations, addNewProvider, addNewSubject, addNewWorkFlowId, getEncoding, getLanguage, getOtherParticipationsArray, getOtherParticipationsArray, getProvider, getSubject, getWorkFlowId, insertNewOtherParticipations, isSetProvider, isSetWorkFlowId, removeOtherParticipations, setEncoding, setLanguage, setOtherParticipationsArray, setOtherParticipationsArray, setProvider, setSubject, setWorkFlowId, sizeOfOtherParticipationsArray, unsetProvider, unsetWorkFlowIdMethods 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
-
getProtocol
ITEMSTRUCTURE getProtocol()Gets the "protocol" element -
isSetProtocol
boolean isSetProtocol()True if has "protocol" element -
setProtocol
Sets the "protocol" element -
addNewProtocol
ITEMSTRUCTURE addNewProtocol()Appends and returns a new empty "protocol" element -
unsetProtocol
void unsetProtocol()Unsets the "protocol" element -
getGuidelineId
OBJECTREF getGuidelineId()Gets the "guideline_id" element -
isSetGuidelineId
boolean isSetGuidelineId()True if has "guideline_id" element -
setGuidelineId
Sets the "guideline_id" element -
addNewGuidelineId
OBJECTREF addNewGuidelineId()Appends and returns a new empty "guideline_id" element -
unsetGuidelineId
void unsetGuidelineId()Unsets the "guideline_id" element
-