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.XmlObjectAn XML AUTHORED_RESOURCE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAUTHOREDRESOURCE.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 RESOURCEDESCRIPTIONaddNewDescription()Appends and returns a new empty "description" elementCODEPHRASEaddNewOriginalLanguage()Appends and returns a new empty "original_language" elementREVISIONHISTORYaddNewRevisionHistory()Appends and returns a new empty "revision_history" elementTRANSLATIONDETAILSaddNewTranslations()Appends and returns a new empty value (as xml) as the last "translations" elementRESOURCEDESCRIPTIONgetDescription()Gets the "description" elementbooleangetIsControlled()Gets the "is_controlled" elementCODEPHRASEgetOriginalLanguage()Gets the "original_language" elementREVISIONHISTORYgetRevisionHistory()Gets the "revision_history" elementTRANSLATIONDETAILS[]getTranslationsArray()Gets array of all "translations" elementsTRANSLATIONDETAILSgetTranslationsArray(int i)Gets ith "translations" elementTRANSLATIONDETAILSinsertNewTranslations(int i)Inserts and returns a new empty value (as xml) as the ith "translations" elementbooleanisSetDescription()True if has "description" elementbooleanisSetIsControlled()True if has "is_controlled" elementbooleanisSetRevisionHistory()True 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" elementintsizeOfTranslationsArray()Returns number of "translations" elementvoidunsetDescription()Unsets the "description" elementvoidunsetIsControlled()Unsets the "is_controlled" elementvoidunsetRevisionHistory()Unsets the "revision_history" elementorg.apache.xmlbeans.XmlBooleanxgetIsControlled()Gets (as xml) the "is_controlled" elementvoidxsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled)Sets (as xml) the "is_controlled" 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
-
getOriginalLanguage
CODEPHRASE getOriginalLanguage()
Gets the "original_language" element
-
setOriginalLanguage
void setOriginalLanguage(CODEPHRASE originalLanguage)
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
void setDescription(RESOURCEDESCRIPTION description)
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
TRANSLATIONDETAILS getTranslationsArray(int i)
Gets ith "translations" element
-
sizeOfTranslationsArray
int sizeOfTranslationsArray()
Returns number of "translations" element
-
setTranslationsArray
void setTranslationsArray(TRANSLATIONDETAILS[] translationsArray)
Sets array of all "translations" element
-
setTranslationsArray
void setTranslationsArray(int i, TRANSLATIONDETAILS translations)Sets ith "translations" element
-
insertNewTranslations
TRANSLATIONDETAILS insertNewTranslations(int i)
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
void setRevisionHistory(REVISIONHISTORY revisionHistory)
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
-
-