Package org.openehr.schemas.v1
Interface EXTRACTCHAPTER
-
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXTRACTCHAPTERImpl
public interface EXTRACTCHAPTER extends LOCATABLE
An XML EXTRACT_CHAPTER(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEXTRACTCHAPTER.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 EXTRACTCONTENTaddNewContent()Appends and returns a new empty "content" elementEXTRACTFOLDERaddNewDirectory()Appends and returns a new empty "directory" elementEXTRACTENTITYIDENTIFIERaddNewEntityIdentifier()Appends and returns a new empty "entity_identifier" elementEXTRACTCONTENTgetContent()Gets the "content" elementEXTRACTFOLDERgetDirectory()Gets the "directory" elementEXTRACTENTITYIDENTIFIERgetEntityIdentifier()Gets the "entity_identifier" elementbooleanisSetDirectory()True if has "directory" elementvoidsetContent(EXTRACTCONTENT content)Sets the "content" elementvoidsetDirectory(EXTRACTFOLDER directory)Sets the "directory" elementvoidsetEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier)Sets the "entity_identifier" elementvoidunsetDirectory()Unsets the "directory" 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
-
getDirectory
EXTRACTFOLDER getDirectory()
Gets the "directory" element
-
isSetDirectory
boolean isSetDirectory()
True if has "directory" element
-
setDirectory
void setDirectory(EXTRACTFOLDER directory)
Sets the "directory" element
-
addNewDirectory
EXTRACTFOLDER addNewDirectory()
Appends and returns a new empty "directory" element
-
unsetDirectory
void unsetDirectory()
Unsets the "directory" element
-
getContent
EXTRACTCONTENT getContent()
Gets the "content" element
-
setContent
void setContent(EXTRACTCONTENT content)
Sets the "content" element
-
addNewContent
EXTRACTCONTENT addNewContent()
Appends and returns a new empty "content" element
-
getEntityIdentifier
EXTRACTENTITYIDENTIFIER getEntityIdentifier()
Gets the "entity_identifier" element
-
setEntityIdentifier
void setEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier)
Sets the "entity_identifier" element
-
addNewEntityIdentifier
EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()
Appends and returns a new empty "entity_identifier" element
-
-