Package org.openehr.schemas.v1
Interface EXTRACT
-
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXTRACTImpl
public interface EXTRACT extends LOCATABLE
An XML EXTRACT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEXTRACT.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 EXTRACTCHAPTERaddNewChapters()Appends and returns a new empty value (as xml) as the last "chapters" elementPARTICIPATIONaddNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementOBJECTREFaddNewRequestId()Appends and returns a new empty "request_id" elementEXTRACTSPECaddNewSpecification()Appends and returns a new empty "specification" elementHIEROBJECTIDaddNewSystemId()Appends and returns a new empty "system_id" elementDVDATETIMEaddNewTimeCreated()Appends and returns a new empty "time_created" elementEXTRACTCHAPTER[]getChaptersArray()Gets array of all "chapters" elementsEXTRACTCHAPTERgetChaptersArray(int i)Gets ith "chapters" elementPARTICIPATION[]getParticipationsArray()Gets array of all "participations" elementsPARTICIPATIONgetParticipationsArray(int i)Gets ith "participations" elementOBJECTREFgetRequestId()Gets the "request_id" elementlonggetSequenceNr()Gets the "sequence_nr" elementEXTRACTSPECgetSpecification()Gets the "specification" elementHIEROBJECTIDgetSystemId()Gets the "system_id" elementDVDATETIMEgetTimeCreated()Gets the "time_created" elementEXTRACTCHAPTERinsertNewChapters(int i)Inserts and returns a new empty value (as xml) as the ith "chapters" elementPARTICIPATIONinsertNewParticipations(int i)Inserts and returns a new empty value (as xml) as the ith "participations" elementbooleanisSetRequestId()True if has "request_id" elementbooleanisSetSpecification()True if has "specification" elementvoidremoveChapters(int i)Removes the ith "chapters" elementvoidremoveParticipations(int i)Removes the ith "participations" elementvoidsetChaptersArray(int i, EXTRACTCHAPTER chapters)Sets ith "chapters" elementvoidsetChaptersArray(EXTRACTCHAPTER[] chaptersArray)Sets array of all "chapters" elementvoidsetParticipationsArray(int i, PARTICIPATION participations)Sets ith "participations" elementvoidsetParticipationsArray(PARTICIPATION[] participationsArray)Sets array of all "participations" elementvoidsetRequestId(OBJECTREF requestId)Sets the "request_id" elementvoidsetSequenceNr(long sequenceNr)Sets the "sequence_nr" elementvoidsetSpecification(EXTRACTSPEC specification)Sets the "specification" elementvoidsetSystemId(HIEROBJECTID systemId)Sets the "system_id" elementvoidsetTimeCreated(DVDATETIME timeCreated)Sets the "time_created" elementintsizeOfChaptersArray()Returns number of "chapters" elementintsizeOfParticipationsArray()Returns number of "participations" elementvoidunsetRequestId()Unsets the "request_id" elementvoidunsetSpecification()Unsets the "specification" elementorg.apache.xmlbeans.XmlLongxgetSequenceNr()Gets (as xml) the "sequence_nr" elementvoidxsetSequenceNr(org.apache.xmlbeans.XmlLong sequenceNr)Sets (as xml) the "sequence_nr" 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
-
getRequestId
OBJECTREF getRequestId()
Gets the "request_id" element
-
isSetRequestId
boolean isSetRequestId()
True if has "request_id" element
-
setRequestId
void setRequestId(OBJECTREF requestId)
Sets the "request_id" element
-
addNewRequestId
OBJECTREF addNewRequestId()
Appends and returns a new empty "request_id" element
-
unsetRequestId
void unsetRequestId()
Unsets the "request_id" element
-
getTimeCreated
DVDATETIME getTimeCreated()
Gets the "time_created" element
-
setTimeCreated
void setTimeCreated(DVDATETIME timeCreated)
Sets the "time_created" element
-
addNewTimeCreated
DVDATETIME addNewTimeCreated()
Appends and returns a new empty "time_created" element
-
getSystemId
HIEROBJECTID getSystemId()
Gets the "system_id" element
-
setSystemId
void setSystemId(HIEROBJECTID systemId)
Sets the "system_id" element
-
addNewSystemId
HIEROBJECTID addNewSystemId()
Appends and returns a new empty "system_id" element
-
getParticipationsArray
PARTICIPATION[] getParticipationsArray()
Gets array of all "participations" elements
-
getParticipationsArray
PARTICIPATION getParticipationsArray(int i)
Gets ith "participations" element
-
sizeOfParticipationsArray
int sizeOfParticipationsArray()
Returns number of "participations" element
-
setParticipationsArray
void setParticipationsArray(PARTICIPATION[] participationsArray)
Sets array of all "participations" element
-
setParticipationsArray
void setParticipationsArray(int i, PARTICIPATION participations)Sets ith "participations" element
-
insertNewParticipations
PARTICIPATION insertNewParticipations(int i)
Inserts and returns a new empty value (as xml) as the ith "participations" element
-
addNewParticipations
PARTICIPATION addNewParticipations()
Appends and returns a new empty value (as xml) as the last "participations" element
-
removeParticipations
void removeParticipations(int i)
Removes the ith "participations" element
-
getSequenceNr
long getSequenceNr()
Gets the "sequence_nr" element
-
xgetSequenceNr
org.apache.xmlbeans.XmlLong xgetSequenceNr()
Gets (as xml) the "sequence_nr" element
-
setSequenceNr
void setSequenceNr(long sequenceNr)
Sets the "sequence_nr" element
-
xsetSequenceNr
void xsetSequenceNr(org.apache.xmlbeans.XmlLong sequenceNr)
Sets (as xml) the "sequence_nr" element
-
getChaptersArray
EXTRACTCHAPTER[] getChaptersArray()
Gets array of all "chapters" elements
-
getChaptersArray
EXTRACTCHAPTER getChaptersArray(int i)
Gets ith "chapters" element
-
sizeOfChaptersArray
int sizeOfChaptersArray()
Returns number of "chapters" element
-
setChaptersArray
void setChaptersArray(EXTRACTCHAPTER[] chaptersArray)
Sets array of all "chapters" element
-
setChaptersArray
void setChaptersArray(int i, EXTRACTCHAPTER chapters)Sets ith "chapters" element
-
insertNewChapters
EXTRACTCHAPTER insertNewChapters(int i)
Inserts and returns a new empty value (as xml) as the ith "chapters" element
-
addNewChapters
EXTRACTCHAPTER addNewChapters()
Appends and returns a new empty value (as xml) as the last "chapters" element
-
removeChapters
void removeChapters(int i)
Removes the ith "chapters" element
-
getSpecification
EXTRACTSPEC getSpecification()
Gets the "specification" element
-
isSetSpecification
boolean isSetSpecification()
True if has "specification" element
-
setSpecification
void setSpecification(EXTRACTSPEC specification)
Sets the "specification" element
-
addNewSpecification
EXTRACTSPEC addNewSpecification()
Appends and returns a new empty "specification" element
-
unsetSpecification
void unsetSpecification()
Unsets the "specification" element
-
-