Package org.openehr.schemas.v1
Interface AUTHOREDRESOURCE
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ARCHETYPE
- All Known Implementing Classes:
ARCHETYPEImpl,AUTHOREDRESOURCEImpl
public interface AUTHOREDRESOURCE
extends org.apache.xmlbeans.XmlObject
An XML AUTHORED_RESOURCE(@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 "description" elementAppends and returns a new empty "original_language" elementAppends and returns a new empty "revision_history" elementAppends and returns a new empty value (as xml) as the last "translations" elementGets the "description" elementbooleanGets the "is_controlled" elementGets the "original_language" elementGets the "revision_history" elementGets array of all "translations" elementsgetTranslationsArray(int i) Gets ith "translations" elementinsertNewTranslations(int i) Inserts and returns a new empty value (as xml) as the ith "translations" elementbooleanTrue if has "description" elementbooleanTrue if has "is_controlled" elementbooleanTrue if has "revision_history" elementvoidremoveTranslations(int i) Removes the ith "translations" elementvoidsetDescription(RESOURCEDESCRIPTION description) Sets the "description" elementvoidsetIsControlled(boolean isControlled) Sets the "is_controlled" elementvoidsetOriginalLanguage(CODEPHRASE originalLanguage) Sets the "original_language" elementvoidsetRevisionHistory(REVISIONHISTORY revisionHistory) Sets the "revision_history" elementvoidsetTranslationsArray(int i, TRANSLATIONDETAILS translations) Sets ith "translations" elementvoidsetTranslationsArray(TRANSLATIONDETAILS[] translationsArray) Sets array of all "translations" elementintReturns number of "translations" elementvoidUnsets the "description" elementvoidUnsets the "is_controlled" elementvoidUnsets the "revision_history" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "is_controlled" elementvoidxsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled) Sets (as xml) the "is_controlled" elementMethods 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
-
getOriginalLanguage
CODEPHRASE getOriginalLanguage()Gets the "original_language" element -
setOriginalLanguage
Sets the "original_language" element -
addNewOriginalLanguage
CODEPHRASE addNewOriginalLanguage()Appends and returns a new empty "original_language" element -
getIsControlled
boolean getIsControlled()Gets the "is_controlled" element -
xgetIsControlled
org.apache.xmlbeans.XmlBoolean xgetIsControlled()Gets (as xml) the "is_controlled" element -
isSetIsControlled
boolean isSetIsControlled()True if has "is_controlled" element -
setIsControlled
void setIsControlled(boolean isControlled) Sets the "is_controlled" element -
xsetIsControlled
void xsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled) Sets (as xml) the "is_controlled" element -
unsetIsControlled
void unsetIsControlled()Unsets the "is_controlled" element -
getDescription
RESOURCEDESCRIPTION getDescription()Gets the "description" element -
isSetDescription
boolean isSetDescription()True if has "description" element -
setDescription
Sets the "description" element -
addNewDescription
RESOURCEDESCRIPTION addNewDescription()Appends and returns a new empty "description" element -
unsetDescription
void unsetDescription()Unsets the "description" element -
getTranslationsArray
TRANSLATIONDETAILS[] getTranslationsArray()Gets array of all "translations" elements -
getTranslationsArray
Gets ith "translations" element -
sizeOfTranslationsArray
int sizeOfTranslationsArray()Returns number of "translations" element -
setTranslationsArray
Sets array of all "translations" element -
setTranslationsArray
Sets ith "translations" element -
insertNewTranslations
Inserts and returns a new empty value (as xml) as the ith "translations" element -
addNewTranslations
TRANSLATIONDETAILS addNewTranslations()Appends and returns a new empty value (as xml) as the last "translations" element -
removeTranslations
void removeTranslations(int i) Removes the ith "translations" element -
getRevisionHistory
REVISIONHISTORY getRevisionHistory()Gets the "revision_history" element -
isSetRevisionHistory
boolean isSetRevisionHistory()True if has "revision_history" element -
setRevisionHistory
Sets the "revision_history" element -
addNewRevisionHistory
REVISIONHISTORY addNewRevisionHistory()Appends and returns a new empty "revision_history" element -
unsetRevisionHistory
void unsetRevisionHistory()Unsets the "revision_history" element
-