Package org.openehr.schemas.v1
Interface EXTRACTSPEC
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXTRACTSPECImpl
public interface EXTRACTSPEC extends org.apache.xmlbeans.XmlObjectAn XML EXTRACT_SPEC(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEXTRACTSPEC.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 DVPARSABLEaddNewCriteria()Appends and returns a new empty value (as xml) as the last "criteria" elementARCHETYPEIDaddNewDirectoryArchetype()Appends and returns a new empty "directory_archetype" elementEXTRACTMANIFESTaddNewManifest()Appends and returns a new empty "manifest" elementITEMSTRUCTUREaddNewOtherDetails()Appends and returns a new empty "other_details" elementEXTRACTVERSIONSPECaddNewVersionSpec()Appends and returns a new empty "version_spec" elementDVPARSABLE[]getCriteriaArray()Gets array of all "criteria" elementsDVPARSABLEgetCriteriaArray(int i)Gets ith "criteria" elementARCHETYPEIDgetDirectoryArchetype()Gets the "directory_archetype" elementStringgetExtractType()Gets the "extract_type" elementbooleangetIncludesDirectory()Gets the "includes_directory" elementbooleangetIncludesMultimedia()Gets the "includes_multimedia" elementintgetLinkDepth()Gets the "link_depth" elementEXTRACTMANIFESTgetManifest()Gets the "manifest" elementITEMSTRUCTUREgetOtherDetails()Gets the "other_details" elementEXTRACTVERSIONSPECgetVersionSpec()Gets the "version_spec" elementDVPARSABLEinsertNewCriteria(int i)Inserts and returns a new empty value (as xml) as the ith "criteria" elementbooleanisSetDirectoryArchetype()True if has "directory_archetype" elementbooleanisSetOtherDetails()True if has "other_details" elementbooleanisSetVersionSpec()True if has "version_spec" elementvoidremoveCriteria(int i)Removes the ith "criteria" elementvoidsetCriteriaArray(int i, DVPARSABLE criteria)Sets ith "criteria" elementvoidsetCriteriaArray(DVPARSABLE[] criteriaArray)Sets array of all "criteria" elementvoidsetDirectoryArchetype(ARCHETYPEID directoryArchetype)Sets the "directory_archetype" elementvoidsetExtractType(String extractType)Sets the "extract_type" elementvoidsetIncludesDirectory(boolean includesDirectory)Sets the "includes_directory" elementvoidsetIncludesMultimedia(boolean includesMultimedia)Sets the "includes_multimedia" elementvoidsetLinkDepth(int linkDepth)Sets the "link_depth" elementvoidsetManifest(EXTRACTMANIFEST manifest)Sets the "manifest" elementvoidsetOtherDetails(ITEMSTRUCTURE otherDetails)Sets the "other_details" elementvoidsetVersionSpec(EXTRACTVERSIONSPEC versionSpec)Sets the "version_spec" elementintsizeOfCriteriaArray()Returns number of "criteria" elementvoidunsetDirectoryArchetype()Unsets the "directory_archetype" elementvoidunsetOtherDetails()Unsets the "other_details" elementvoidunsetVersionSpec()Unsets the "version_spec" elementorg.apache.xmlbeans.XmlStringxgetExtractType()Gets (as xml) the "extract_type" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesDirectory()Gets (as xml) the "includes_directory" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesMultimedia()Gets (as xml) the "includes_multimedia" elementorg.apache.xmlbeans.XmlIntxgetLinkDepth()Gets (as xml) the "link_depth" elementvoidxsetExtractType(org.apache.xmlbeans.XmlString extractType)Sets (as xml) the "extract_type" elementvoidxsetIncludesDirectory(org.apache.xmlbeans.XmlBoolean includesDirectory)Sets (as xml) the "includes_directory" elementvoidxsetIncludesMultimedia(org.apache.xmlbeans.XmlBoolean includesMultimedia)Sets (as xml) the "includes_multimedia" elementvoidxsetLinkDepth(org.apache.xmlbeans.XmlInt linkDepth)Sets (as xml) the "link_depth" element-
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
-
getExtractType
String getExtractType()
Gets the "extract_type" element
-
xgetExtractType
org.apache.xmlbeans.XmlString xgetExtractType()
Gets (as xml) the "extract_type" element
-
setExtractType
void setExtractType(String extractType)
Sets the "extract_type" element
-
xsetExtractType
void xsetExtractType(org.apache.xmlbeans.XmlString extractType)
Sets (as xml) the "extract_type" element
-
getIncludesMultimedia
boolean getIncludesMultimedia()
Gets the "includes_multimedia" element
-
xgetIncludesMultimedia
org.apache.xmlbeans.XmlBoolean xgetIncludesMultimedia()
Gets (as xml) the "includes_multimedia" element
-
setIncludesMultimedia
void setIncludesMultimedia(boolean includesMultimedia)
Sets the "includes_multimedia" element
-
xsetIncludesMultimedia
void xsetIncludesMultimedia(org.apache.xmlbeans.XmlBoolean includesMultimedia)
Sets (as xml) the "includes_multimedia" element
-
getLinkDepth
int getLinkDepth()
Gets the "link_depth" element
-
xgetLinkDepth
org.apache.xmlbeans.XmlInt xgetLinkDepth()
Gets (as xml) the "link_depth" element
-
setLinkDepth
void setLinkDepth(int linkDepth)
Sets the "link_depth" element
-
xsetLinkDepth
void xsetLinkDepth(org.apache.xmlbeans.XmlInt linkDepth)
Sets (as xml) the "link_depth" element
-
getCriteriaArray
DVPARSABLE[] getCriteriaArray()
Gets array of all "criteria" elements
-
getCriteriaArray
DVPARSABLE getCriteriaArray(int i)
Gets ith "criteria" element
-
sizeOfCriteriaArray
int sizeOfCriteriaArray()
Returns number of "criteria" element
-
setCriteriaArray
void setCriteriaArray(DVPARSABLE[] criteriaArray)
Sets array of all "criteria" element
-
setCriteriaArray
void setCriteriaArray(int i, DVPARSABLE criteria)Sets ith "criteria" element
-
insertNewCriteria
DVPARSABLE insertNewCriteria(int i)
Inserts and returns a new empty value (as xml) as the ith "criteria" element
-
addNewCriteria
DVPARSABLE addNewCriteria()
Appends and returns a new empty value (as xml) as the last "criteria" element
-
removeCriteria
void removeCriteria(int i)
Removes the ith "criteria" element
-
getIncludesDirectory
boolean getIncludesDirectory()
Gets the "includes_directory" element
-
xgetIncludesDirectory
org.apache.xmlbeans.XmlBoolean xgetIncludesDirectory()
Gets (as xml) the "includes_directory" element
-
setIncludesDirectory
void setIncludesDirectory(boolean includesDirectory)
Sets the "includes_directory" element
-
xsetIncludesDirectory
void xsetIncludesDirectory(org.apache.xmlbeans.XmlBoolean includesDirectory)
Sets (as xml) the "includes_directory" element
-
getDirectoryArchetype
ARCHETYPEID getDirectoryArchetype()
Gets the "directory_archetype" element
-
isSetDirectoryArchetype
boolean isSetDirectoryArchetype()
True if has "directory_archetype" element
-
setDirectoryArchetype
void setDirectoryArchetype(ARCHETYPEID directoryArchetype)
Sets the "directory_archetype" element
-
addNewDirectoryArchetype
ARCHETYPEID addNewDirectoryArchetype()
Appends and returns a new empty "directory_archetype" element
-
unsetDirectoryArchetype
void unsetDirectoryArchetype()
Unsets the "directory_archetype" element
-
getOtherDetails
ITEMSTRUCTURE getOtherDetails()
Gets the "other_details" element
-
isSetOtherDetails
boolean isSetOtherDetails()
True if has "other_details" element
-
setOtherDetails
void setOtherDetails(ITEMSTRUCTURE otherDetails)
Sets the "other_details" element
-
addNewOtherDetails
ITEMSTRUCTURE addNewOtherDetails()
Appends and returns a new empty "other_details" element
-
unsetOtherDetails
void unsetOtherDetails()
Unsets the "other_details" element
-
getVersionSpec
EXTRACTVERSIONSPEC getVersionSpec()
Gets the "version_spec" element
-
isSetVersionSpec
boolean isSetVersionSpec()
True if has "version_spec" element
-
setVersionSpec
void setVersionSpec(EXTRACTVERSIONSPEC versionSpec)
Sets the "version_spec" element
-
addNewVersionSpec
EXTRACTVERSIONSPEC addNewVersionSpec()
Appends and returns a new empty "version_spec" element
-
unsetVersionSpec
void unsetVersionSpec()
Unsets the "version_spec" element
-
getManifest
EXTRACTMANIFEST getManifest()
Gets the "manifest" element
-
setManifest
void setManifest(EXTRACTMANIFEST manifest)
Sets the "manifest" element
-
addNewManifest
EXTRACTMANIFEST addNewManifest()
Appends and returns a new empty "manifest" element
-
-