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.XmlObjectAn XML LOCATABLE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLOCATABLE.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 ARCHETYPEDaddNewArchetypeDetails()Appends and returns a new empty "archetype_details" elementFEEDERAUDITaddNewFeederAudit()Appends and returns a new empty "feeder_audit" elementLINKaddNewLinks()Appends and returns a new empty value (as xml) as the last "links" elementDVTEXTaddNewName()Appends and returns a new empty "name" elementUIDBASEDIDaddNewUid()Appends and returns a new empty "uid" elementARCHETYPEDgetArchetypeDetails()Gets the "archetype_details" elementStringgetArchetypeNodeId()Gets the "archetype_node_id" attributeFEEDERAUDITgetFeederAudit()Gets the "feeder_audit" elementLINK[]getLinksArray()Gets array of all "links" elementsLINKgetLinksArray(int i)Gets ith "links" elementDVTEXTgetName()Gets the "name" elementUIDBASEDIDgetUid()Gets the "uid" elementLINKinsertNewLinks(int i)Inserts and returns a new empty value (as xml) as the ith "links" elementbooleanisSetArchetypeDetails()True if has "archetype_details" elementbooleanisSetFeederAudit()True 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" elementvoidsetName(DVTEXT name)Sets the "name" elementvoidsetUid(UIDBASEDID uid)Sets the "uid" elementintsizeOfLinksArray()Returns number of "links" elementvoidunsetArchetypeDetails()Unsets the "archetype_details" elementvoidunsetFeederAudit()Unsets the "feeder_audit" elementvoidunsetUid()Unsets the "uid" elementArchetypeNodeIdxgetArchetypeNodeId()Gets (as xml) the "archetype_node_id" attributevoidxsetArchetypeNodeId(ArchetypeNodeId archetypeNodeId)Sets (as xml) the "archetype_node_id" attribute-
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
-
getName
DVTEXT getName()
Gets the "name" element
-
setName
void setName(DVTEXT name)
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
void setUid(UIDBASEDID uid)
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
LINK getLinksArray(int i)
Gets ith "links" element
-
sizeOfLinksArray
int sizeOfLinksArray()
Returns number of "links" element
-
setLinksArray
void setLinksArray(LINK[] linksArray)
Sets array of all "links" element
-
setLinksArray
void setLinksArray(int i, LINK links)Sets ith "links" element
-
insertNewLinks
LINK insertNewLinks(int i)
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
void setArchetypeDetails(ARCHETYPED archetypeDetails)
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
void setFeederAudit(FEEDERAUDIT feederAudit)
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
void setArchetypeNodeId(String archetypeNodeId)
Sets the "archetype_node_id" attribute
-
xsetArchetypeNodeId
void xsetArchetypeNodeId(ArchetypeNodeId archetypeNodeId)
Sets (as xml) the "archetype_node_id" attribute
-
-