Package org.openehr.schemas.v1
Interface EXTRACT
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXTRACTImpl
An XML EXTRACT(@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 value (as xml) as the last "chapters" elementAppends and returns a new empty value (as xml) as the last "participations" elementAppends and returns a new empty "request_id" elementAppends and returns a new empty "specification" elementAppends and returns a new empty "system_id" elementAppends and returns a new empty "time_created" elementGets array of all "chapters" elementsgetChaptersArray(int i) Gets ith "chapters" elementGets array of all "participations" elementsgetParticipationsArray(int i) Gets ith "participations" elementGets the "request_id" elementlongGets the "sequence_nr" elementGets the "specification" elementGets the "system_id" elementGets the "time_created" elementinsertNewChapters(int i) Inserts and returns a new empty value (as xml) as the ith "chapters" elementinsertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementbooleanTrue if has "request_id" elementbooleanTrue 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" elementintReturns number of "chapters" elementintReturns number of "participations" elementvoidUnsets the "request_id" elementvoidUnsets the "specification" elementorg.apache.xmlbeans.XmlLongGets (as xml) the "sequence_nr" elementvoidxsetSequenceNr(org.apache.xmlbeans.XmlLong sequenceNr) Sets (as xml) the "sequence_nr" 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
-
getRequestId
OBJECTREF getRequestId()Gets the "request_id" element -
isSetRequestId
boolean isSetRequestId()True if has "request_id" element -
setRequestId
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
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
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
Gets ith "participations" element -
sizeOfParticipationsArray
int sizeOfParticipationsArray()Returns number of "participations" element -
setParticipationsArray
Sets array of all "participations" element -
setParticipationsArray
Sets ith "participations" element -
insertNewParticipations
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
Gets ith "chapters" element -
sizeOfChaptersArray
int sizeOfChaptersArray()Returns number of "chapters" element -
setChaptersArray
Sets array of all "chapters" element -
setChaptersArray
Sets ith "chapters" element -
insertNewChapters
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
Sets the "specification" element -
addNewSpecification
EXTRACTSPEC addNewSpecification()Appends and returns a new empty "specification" element -
unsetSpecification
void unsetSpecification()Unsets the "specification" element
-