Package org.openehr.schemas.v1
Interface RESOURCEDESCRIPTIONITEM
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RESOURCEDESCRIPTIONITEMImpl
public interface RESOURCEDESCRIPTIONITEM extends org.apache.xmlbeans.XmlObjectAn XML RESOURCE_DESCRIPTION_ITEM(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRESOURCEDESCRIPTIONITEM.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 voidaddKeywords(String keywords)Appends the value as the last "keywords" elementorg.apache.xmlbeans.XmlStringaddNewKeywords()Appends and returns a new empty value (as xml) as the last "keywords" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementStringDictionaryItemaddNewOriginalResourceUri()Appends and returns a new empty value (as xml) as the last "original_resource_uri" elementStringDictionaryItemaddNewOtherDetails()Appends and returns a new empty value (as xml) as the last "other_details" elementStringgetCopyright()Gets the "copyright" elementString[]getKeywordsArray()Gets array of all "keywords" elementsStringgetKeywordsArray(int i)Gets ith "keywords" elementCODEPHRASEgetLanguage()Gets the "language" elementStringgetMisuse()Gets the "misuse" elementStringDictionaryItem[]getOriginalResourceUriArray()Gets array of all "original_resource_uri" elementsStringDictionaryItemgetOriginalResourceUriArray(int i)Gets ith "original_resource_uri" elementStringDictionaryItem[]getOtherDetailsArray()Gets array of all "other_details" elementsStringDictionaryItemgetOtherDetailsArray(int i)Gets ith "other_details" elementStringgetPurpose()Gets the "purpose" elementStringgetUse()Gets the "use" elementvoidinsertKeywords(int i, String keywords)Inserts the value as the ith "keywords" elementorg.apache.xmlbeans.XmlStringinsertNewKeywords(int i)Inserts and returns a new empty value (as xml) as the ith "keywords" elementStringDictionaryIteminsertNewOriginalResourceUri(int i)Inserts and returns a new empty value (as xml) as the ith "original_resource_uri" elementStringDictionaryIteminsertNewOtherDetails(int i)Inserts and returns a new empty value (as xml) as the ith "other_details" elementbooleanisSetCopyright()True if has "copyright" elementbooleanisSetMisuse()True if has "misuse" elementbooleanisSetUse()True if has "use" elementvoidremoveKeywords(int i)Removes the ith "keywords" elementvoidremoveOriginalResourceUri(int i)Removes the ith "original_resource_uri" elementvoidremoveOtherDetails(int i)Removes the ith "other_details" elementvoidsetCopyright(String copyright)Sets the "copyright" elementvoidsetKeywordsArray(int i, String keywords)Sets ith "keywords" elementvoidsetKeywordsArray(String[] keywordsArray)Sets array of all "keywords" elementvoidsetLanguage(CODEPHRASE language)Sets the "language" elementvoidsetMisuse(String misuse)Sets the "misuse" elementvoidsetOriginalResourceUriArray(int i, StringDictionaryItem originalResourceUri)Sets ith "original_resource_uri" elementvoidsetOriginalResourceUriArray(StringDictionaryItem[] originalResourceUriArray)Sets array of all "original_resource_uri" elementvoidsetOtherDetailsArray(int i, StringDictionaryItem otherDetails)Sets ith "other_details" elementvoidsetOtherDetailsArray(StringDictionaryItem[] otherDetailsArray)Sets array of all "other_details" elementvoidsetPurpose(String purpose)Sets the "purpose" elementvoidsetUse(String use)Sets the "use" elementintsizeOfKeywordsArray()Returns number of "keywords" elementintsizeOfOriginalResourceUriArray()Returns number of "original_resource_uri" elementintsizeOfOtherDetailsArray()Returns number of "other_details" elementvoidunsetCopyright()Unsets the "copyright" elementvoidunsetMisuse()Unsets the "misuse" elementvoidunsetUse()Unsets the "use" elementorg.apache.xmlbeans.XmlStringxgetCopyright()Gets (as xml) the "copyright" elementorg.apache.xmlbeans.XmlString[]xgetKeywordsArray()Gets (as xml) array of all "keywords" elementsorg.apache.xmlbeans.XmlStringxgetKeywordsArray(int i)Gets (as xml) ith "keywords" elementorg.apache.xmlbeans.XmlStringxgetMisuse()Gets (as xml) the "misuse" elementorg.apache.xmlbeans.XmlStringxgetPurpose()Gets (as xml) the "purpose" elementorg.apache.xmlbeans.XmlStringxgetUse()Gets (as xml) the "use" elementvoidxsetCopyright(org.apache.xmlbeans.XmlString copyright)Sets (as xml) the "copyright" elementvoidxsetKeywordsArray(int i, org.apache.xmlbeans.XmlString keywords)Sets (as xml) ith "keywords" elementvoidxsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)Sets (as xml) array of all "keywords" elementvoidxsetMisuse(org.apache.xmlbeans.XmlString misuse)Sets (as xml) the "misuse" elementvoidxsetPurpose(org.apache.xmlbeans.XmlString purpose)Sets (as xml) the "purpose" elementvoidxsetUse(org.apache.xmlbeans.XmlString use)Sets (as xml) the "use" 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
-
getLanguage
CODEPHRASE getLanguage()
Gets the "language" element
-
setLanguage
void setLanguage(CODEPHRASE language)
Sets the "language" element
-
addNewLanguage
CODEPHRASE addNewLanguage()
Appends and returns a new empty "language" element
-
getPurpose
String getPurpose()
Gets the "purpose" element
-
xgetPurpose
org.apache.xmlbeans.XmlString xgetPurpose()
Gets (as xml) the "purpose" element
-
setPurpose
void setPurpose(String purpose)
Sets the "purpose" element
-
xsetPurpose
void xsetPurpose(org.apache.xmlbeans.XmlString purpose)
Sets (as xml) the "purpose" element
-
getKeywordsArray
String[] getKeywordsArray()
Gets array of all "keywords" elements
-
getKeywordsArray
String getKeywordsArray(int i)
Gets ith "keywords" element
-
xgetKeywordsArray
org.apache.xmlbeans.XmlString[] xgetKeywordsArray()
Gets (as xml) array of all "keywords" elements
-
xgetKeywordsArray
org.apache.xmlbeans.XmlString xgetKeywordsArray(int i)
Gets (as xml) ith "keywords" element
-
sizeOfKeywordsArray
int sizeOfKeywordsArray()
Returns number of "keywords" element
-
setKeywordsArray
void setKeywordsArray(String[] keywordsArray)
Sets array of all "keywords" element
-
setKeywordsArray
void setKeywordsArray(int i, String keywords)Sets ith "keywords" element
-
xsetKeywordsArray
void xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)
Sets (as xml) array of all "keywords" element
-
xsetKeywordsArray
void xsetKeywordsArray(int i, org.apache.xmlbeans.XmlString keywords)Sets (as xml) ith "keywords" element
-
insertKeywords
void insertKeywords(int i, String keywords)Inserts the value as the ith "keywords" element
-
addKeywords
void addKeywords(String keywords)
Appends the value as the last "keywords" element
-
insertNewKeywords
org.apache.xmlbeans.XmlString insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "keywords" element
-
addNewKeywords
org.apache.xmlbeans.XmlString addNewKeywords()
Appends and returns a new empty value (as xml) as the last "keywords" element
-
removeKeywords
void removeKeywords(int i)
Removes the ith "keywords" element
-
getUse
String getUse()
Gets the "use" element
-
xgetUse
org.apache.xmlbeans.XmlString xgetUse()
Gets (as xml) the "use" element
-
isSetUse
boolean isSetUse()
True if has "use" element
-
setUse
void setUse(String use)
Sets the "use" element
-
xsetUse
void xsetUse(org.apache.xmlbeans.XmlString use)
Sets (as xml) the "use" element
-
unsetUse
void unsetUse()
Unsets the "use" element
-
getMisuse
String getMisuse()
Gets the "misuse" element
-
xgetMisuse
org.apache.xmlbeans.XmlString xgetMisuse()
Gets (as xml) the "misuse" element
-
isSetMisuse
boolean isSetMisuse()
True if has "misuse" element
-
setMisuse
void setMisuse(String misuse)
Sets the "misuse" element
-
xsetMisuse
void xsetMisuse(org.apache.xmlbeans.XmlString misuse)
Sets (as xml) the "misuse" element
-
unsetMisuse
void unsetMisuse()
Unsets the "misuse" element
-
getCopyright
String getCopyright()
Gets the "copyright" element
-
xgetCopyright
org.apache.xmlbeans.XmlString xgetCopyright()
Gets (as xml) the "copyright" element
-
isSetCopyright
boolean isSetCopyright()
True if has "copyright" element
-
setCopyright
void setCopyright(String copyright)
Sets the "copyright" element
-
xsetCopyright
void xsetCopyright(org.apache.xmlbeans.XmlString copyright)
Sets (as xml) the "copyright" element
-
unsetCopyright
void unsetCopyright()
Unsets the "copyright" element
-
getOriginalResourceUriArray
StringDictionaryItem[] getOriginalResourceUriArray()
Gets array of all "original_resource_uri" elements
-
getOriginalResourceUriArray
StringDictionaryItem getOriginalResourceUriArray(int i)
Gets ith "original_resource_uri" element
-
sizeOfOriginalResourceUriArray
int sizeOfOriginalResourceUriArray()
Returns number of "original_resource_uri" element
-
setOriginalResourceUriArray
void setOriginalResourceUriArray(StringDictionaryItem[] originalResourceUriArray)
Sets array of all "original_resource_uri" element
-
setOriginalResourceUriArray
void setOriginalResourceUriArray(int i, StringDictionaryItem originalResourceUri)Sets ith "original_resource_uri" element
-
insertNewOriginalResourceUri
StringDictionaryItem insertNewOriginalResourceUri(int i)
Inserts and returns a new empty value (as xml) as the ith "original_resource_uri" element
-
addNewOriginalResourceUri
StringDictionaryItem addNewOriginalResourceUri()
Appends and returns a new empty value (as xml) as the last "original_resource_uri" element
-
removeOriginalResourceUri
void removeOriginalResourceUri(int i)
Removes the ith "original_resource_uri" element
-
getOtherDetailsArray
StringDictionaryItem[] getOtherDetailsArray()
Gets array of all "other_details" elements
-
getOtherDetailsArray
StringDictionaryItem getOtherDetailsArray(int i)
Gets ith "other_details" element
-
sizeOfOtherDetailsArray
int sizeOfOtherDetailsArray()
Returns number of "other_details" element
-
setOtherDetailsArray
void setOtherDetailsArray(StringDictionaryItem[] otherDetailsArray)
Sets array of all "other_details" element
-
setOtherDetailsArray
void setOtherDetailsArray(int i, StringDictionaryItem otherDetails)Sets ith "other_details" element
-
insertNewOtherDetails
StringDictionaryItem insertNewOtherDetails(int i)
Inserts and returns a new empty value (as xml) as the ith "other_details" element
-
addNewOtherDetails
StringDictionaryItem addNewOtherDetails()
Appends and returns a new empty value (as xml) as the last "other_details" element
-
removeOtherDetails
void removeOtherDetails(int i)
Removes the ith "other_details" element
-
-