Package openEHR.v1.template
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(@openEHR/v1/Template). 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 ListOfStringaddNewKeywords()Appends and returns a new empty "keywords" elementHashTableStringStringaddNewOtherDetails()Appends and returns a new empty "other_details" elementStringgetCopyright()Gets the "copyright" elementListOfStringgetKeywords()Gets the "keywords" elementStringgetMisuse()Gets the "misuse" elementStringgetOriginalResourceUri()Gets the "original_resource_uri" elementHashTableStringStringgetOtherDetails()Gets the "other_details" elementStringgetPurpose()Gets the "purpose" elementStringgetUse()Gets the "use" elementbooleanisSetCopyright()True if has "copyright" elementbooleanisSetKeywords()True if has "keywords" elementbooleanisSetOriginalResourceUri()True if has "original_resource_uri" elementbooleanisSetOtherDetails()True if has "other_details" elementvoidsetCopyright(String copyright)Sets the "copyright" elementvoidsetKeywords(ListOfString keywords)Sets the "keywords" elementvoidsetMisuse(String misuse)Sets the "misuse" elementvoidsetOriginalResourceUri(String originalResourceUri)Sets the "original_resource_uri" elementvoidsetOtherDetails(HashTableStringString otherDetails)Sets the "other_details" elementvoidsetPurpose(String purpose)Sets the "purpose" elementvoidsetUse(String use)Sets the "use" elementvoidunsetCopyright()Unsets the "copyright" elementvoidunsetKeywords()Unsets the "keywords" elementvoidunsetOriginalResourceUri()Unsets the "original_resource_uri" elementvoidunsetOtherDetails()Unsets the "other_details" elementorg.apache.xmlbeans.XmlStringxgetCopyright()Gets (as xml) the "copyright" elementorg.apache.xmlbeans.XmlStringxgetMisuse()Gets (as xml) the "misuse" elementorg.apache.xmlbeans.XmlStringxgetOriginalResourceUri()Gets (as xml) the "original_resource_uri" 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" elementvoidxsetMisuse(org.apache.xmlbeans.XmlString misuse)Sets (as xml) the "misuse" elementvoidxsetOriginalResourceUri(org.apache.xmlbeans.XmlString originalResourceUri)Sets (as xml) the "original_resource_uri" 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
-
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
-
getKeywords
ListOfString getKeywords()
Gets the "keywords" element
-
isSetKeywords
boolean isSetKeywords()
True if has "keywords" element
-
setKeywords
void setKeywords(ListOfString keywords)
Sets the "keywords" element
-
addNewKeywords
ListOfString addNewKeywords()
Appends and returns a new empty "keywords" element
-
unsetKeywords
void unsetKeywords()
Unsets the "keywords" element
-
getUse
String getUse()
Gets the "use" element
-
xgetUse
org.apache.xmlbeans.XmlString xgetUse()
Gets (as xml) the "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
-
getMisuse
String getMisuse()
Gets the "misuse" element
-
xgetMisuse
org.apache.xmlbeans.XmlString xgetMisuse()
Gets (as xml) the "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
-
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
-
getOriginalResourceUri
String getOriginalResourceUri()
Gets the "original_resource_uri" element
-
xgetOriginalResourceUri
org.apache.xmlbeans.XmlString xgetOriginalResourceUri()
Gets (as xml) the "original_resource_uri" element
-
isSetOriginalResourceUri
boolean isSetOriginalResourceUri()
True if has "original_resource_uri" element
-
setOriginalResourceUri
void setOriginalResourceUri(String originalResourceUri)
Sets the "original_resource_uri" element
-
xsetOriginalResourceUri
void xsetOriginalResourceUri(org.apache.xmlbeans.XmlString originalResourceUri)
Sets (as xml) the "original_resource_uri" element
-
unsetOriginalResourceUri
void unsetOriginalResourceUri()
Unsets the "original_resource_uri" element
-
getOtherDetails
HashTableStringString getOtherDetails()
Gets the "other_details" element
-
isSetOtherDetails
boolean isSetOtherDetails()
True if has "other_details" element
-
setOtherDetails
void setOtherDetails(HashTableStringString otherDetails)
Sets the "other_details" element
-
addNewOtherDetails
HashTableStringString addNewOtherDetails()
Appends and returns a new empty "other_details" element
-
unsetOtherDetails
void unsetOtherDetails()
Unsets the "other_details" element
-
-