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.XmlObject
An XML RESOURCE_DESCRIPTION_ITEM(@openEHR/v1/Template).
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 "keywords" elementAppends and returns a new empty "other_details" elementGets the "copyright" elementGets the "keywords" elementGets the "misuse" elementGets the "original_resource_uri" elementGets the "other_details" elementGets the "purpose" elementgetUse()Gets the "use" elementbooleanTrue if has "copyright" elementbooleanTrue if has "keywords" elementbooleanTrue if has "original_resource_uri" elementbooleanTrue if has "other_details" elementvoidsetCopyright(String copyright) Sets the "copyright" elementvoidsetKeywords(ListOfString keywords) Sets the "keywords" elementvoidSets the "misuse" elementvoidsetOriginalResourceUri(String originalResourceUri) Sets the "original_resource_uri" elementvoidsetOtherDetails(HashTableStringString otherDetails) Sets the "other_details" elementvoidsetPurpose(String purpose) Sets the "purpose" elementvoidSets the "use" elementvoidUnsets the "copyright" elementvoidUnsets the "keywords" elementvoidUnsets the "original_resource_uri" elementvoidUnsets the "other_details" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "copyright" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "misuse" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "original_resource_uri" elementorg.apache.xmlbeans.XmlStringGets (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" 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
-
getPurpose
String getPurpose()Gets the "purpose" element -
xgetPurpose
org.apache.xmlbeans.XmlString xgetPurpose()Gets (as xml) the "purpose" element -
setPurpose
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
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
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
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
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
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
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
-