Package org.openehr.schemas.v1
Interface EXTRACTCHAPTER
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXTRACTCHAPTERImpl
An XML EXTRACT_CHAPTER(@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 "content" elementAppends and returns a new empty "directory" elementAppends and returns a new empty "entity_identifier" elementGets the "content" elementGets the "directory" elementGets the "entity_identifier" elementbooleanTrue if has "directory" elementvoidsetContent(EXTRACTCONTENT content) Sets the "content" elementvoidsetDirectory(EXTRACTFOLDER directory) Sets the "directory" elementvoidsetEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier) Sets the "entity_identifier" elementvoidUnsets the "directory" elementMethods 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
-
getDirectory
EXTRACTFOLDER getDirectory()Gets the "directory" element -
isSetDirectory
boolean isSetDirectory()True if has "directory" element -
setDirectory
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
Sets the "content" element -
addNewContent
EXTRACTCONTENT addNewContent()Appends and returns a new empty "content" element -
getEntityIdentifier
EXTRACTENTITYIDENTIFIER getEntityIdentifier()Gets the "entity_identifier" element -
setEntityIdentifier
Sets the "entity_identifier" element -
addNewEntityIdentifier
EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()Appends and returns a new empty "entity_identifier" element
-