Package org.openehr.schemas.v1
Interface LOCATABLE
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ACTION,ACTIVITY,ADMINENTRY,CAREENTRY,CLUSTER,COMPOSITION,CONTENTITEM,ELEMENT,ENTRY,EVALUATION,EVENT,EXTRACT,EXTRACTCHAPTER,EXTRACTFOLDER,EXTRACTREQUEST,FOLDER,GENERICENTRY,HISTORY,INSTRUCTION,INTERVALEVENT,ITEM,ITEMLIST,ITEMSINGLE,ITEMSTRUCTURE,ITEMTABLE,ITEMTREE,OBSERVATION,POINTEVENT,SECTION
- All Known Implementing Classes:
ACTIONImpl,ACTIVITYImpl,ADMINENTRYImpl,CAREENTRYImpl,CLUSTERImpl,COMPOSITIONImpl,CONTENTITEMImpl,ELEMENTImpl,ENTRYImpl,EVALUATIONImpl,EVENTImpl,EXTRACTCHAPTERImpl,EXTRACTFOLDERImpl,EXTRACTImpl,EXTRACTREQUESTImpl,FOLDERImpl,GENERICENTRYImpl,HISTORYImpl,INSTRUCTIONImpl,INTERVALEVENTImpl,ITEMImpl,ITEMLISTImpl,ITEMSINGLEImpl,ITEMSTRUCTUREImpl,ITEMTABLEImpl,ITEMTREEImpl,LOCATABLEImpl,OBSERVATIONImpl,POINTEVENTImpl,SECTIONImpl
public interface LOCATABLE
extends org.apache.xmlbeans.XmlObject
An XML LOCATABLE(@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 "archetype_details" elementAppends and returns a new empty "feeder_audit" elementAppends and returns a new empty value (as xml) as the last "links" elementAppends and returns a new empty "name" elementAppends and returns a new empty "uid" elementGets the "archetype_details" elementGets the "archetype_node_id" attributeGets the "feeder_audit" elementLINK[]Gets array of all "links" elementsgetLinksArray(int i) Gets ith "links" elementgetName()Gets the "name" elementgetUid()Gets the "uid" elementinsertNewLinks(int i) Inserts and returns a new empty value (as xml) as the ith "links" elementbooleanTrue if has "archetype_details" elementbooleanTrue if has "feeder_audit" elementbooleanisSetUid()True if has "uid" elementvoidremoveLinks(int i) Removes the ith "links" elementvoidsetArchetypeDetails(ARCHETYPED archetypeDetails) Sets the "archetype_details" elementvoidsetArchetypeNodeId(String archetypeNodeId) Sets the "archetype_node_id" attributevoidsetFeederAudit(FEEDERAUDIT feederAudit) Sets the "feeder_audit" elementvoidsetLinksArray(int i, LINK links) Sets ith "links" elementvoidsetLinksArray(LINK[] linksArray) Sets array of all "links" elementvoidSets the "name" elementvoidsetUid(UIDBASEDID uid) Sets the "uid" elementintReturns number of "links" elementvoidUnsets the "archetype_details" elementvoidUnsets the "feeder_audit" elementvoidunsetUid()Unsets the "uid" elementGets (as xml) the "archetype_node_id" attributevoidxsetArchetypeNodeId(ArchetypeNodeId archetypeNodeId) Sets (as xml) the "archetype_node_id" attributeMethods 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
-
getName
DVTEXT getName()Gets the "name" element -
setName
Sets the "name" element -
addNewName
DVTEXT addNewName()Appends and returns a new empty "name" element -
getUid
UIDBASEDID getUid()Gets the "uid" element -
isSetUid
boolean isSetUid()True if has "uid" element -
setUid
Sets the "uid" element -
addNewUid
UIDBASEDID addNewUid()Appends and returns a new empty "uid" element -
unsetUid
void unsetUid()Unsets the "uid" element -
getLinksArray
LINK[] getLinksArray()Gets array of all "links" elements -
getLinksArray
Gets ith "links" element -
sizeOfLinksArray
int sizeOfLinksArray()Returns number of "links" element -
setLinksArray
Sets array of all "links" element -
setLinksArray
Sets ith "links" element -
insertNewLinks
Inserts and returns a new empty value (as xml) as the ith "links" element -
addNewLinks
LINK addNewLinks()Appends and returns a new empty value (as xml) as the last "links" element -
removeLinks
void removeLinks(int i) Removes the ith "links" element -
getArchetypeDetails
ARCHETYPED getArchetypeDetails()Gets the "archetype_details" element -
isSetArchetypeDetails
boolean isSetArchetypeDetails()True if has "archetype_details" element -
setArchetypeDetails
Sets the "archetype_details" element -
addNewArchetypeDetails
ARCHETYPED addNewArchetypeDetails()Appends and returns a new empty "archetype_details" element -
unsetArchetypeDetails
void unsetArchetypeDetails()Unsets the "archetype_details" element -
getFeederAudit
FEEDERAUDIT getFeederAudit()Gets the "feeder_audit" element -
isSetFeederAudit
boolean isSetFeederAudit()True if has "feeder_audit" element -
setFeederAudit
Sets the "feeder_audit" element -
addNewFeederAudit
FEEDERAUDIT addNewFeederAudit()Appends and returns a new empty "feeder_audit" element -
unsetFeederAudit
void unsetFeederAudit()Unsets the "feeder_audit" element -
getArchetypeNodeId
String getArchetypeNodeId()Gets the "archetype_node_id" attribute -
xgetArchetypeNodeId
ArchetypeNodeId xgetArchetypeNodeId()Gets (as xml) the "archetype_node_id" attribute -
setArchetypeNodeId
Sets the "archetype_node_id" attribute -
xsetArchetypeNodeId
Sets (as xml) the "archetype_node_id" attribute
-