Package openEHR.v1.template
Interface RESOURCEDESCRIPTION
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RESOURCEDESCRIPTIONImpl
public interface RESOURCEDESCRIPTION extends org.apache.xmlbeans.XmlObjectAn XML RESOURCE_DESCRIPTION(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRESOURCEDESCRIPTION.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 RESOURCEDESCRIPTIONITEMaddNewDetails()Appends and returns a new empty "details" elementHashTableStringStringaddNewOriginalAuthor()Appends and returns a new empty "original_author" elementListOfStringaddNewOtherContributors()Appends and returns a new empty "other_contributors" elementHashTableStringStringaddNewOtherDetails()Appends and returns a new empty "other_details" elementRESOURCEDESCRIPTIONITEMgetDetails()Gets the "details" elementStringgetLifecycleState()Gets the "lifecycle_state" elementHashTableStringStringgetOriginalAuthor()Gets the "original_author" elementListOfStringgetOtherContributors()Gets the "other_contributors" elementHashTableStringStringgetOtherDetails()Gets the "other_details" elementStringgetResourcePackageUri()Gets the "resource_package_uri" elementbooleanisSetDetails()True if has "details" elementbooleanisSetOriginalAuthor()True if has "original_author" elementbooleanisSetOtherContributors()True if has "other_contributors" elementbooleanisSetOtherDetails()True if has "other_details" elementbooleanisSetResourcePackageUri()True if has "resource_package_uri" elementvoidsetDetails(RESOURCEDESCRIPTIONITEM details)Sets the "details" elementvoidsetLifecycleState(String lifecycleState)Sets the "lifecycle_state" elementvoidsetOriginalAuthor(HashTableStringString originalAuthor)Sets the "original_author" elementvoidsetOtherContributors(ListOfString otherContributors)Sets the "other_contributors" elementvoidsetOtherDetails(HashTableStringString otherDetails)Sets the "other_details" elementvoidsetResourcePackageUri(String resourcePackageUri)Sets the "resource_package_uri" elementvoidunsetDetails()Unsets the "details" elementvoidunsetOriginalAuthor()Unsets the "original_author" elementvoidunsetOtherContributors()Unsets the "other_contributors" elementvoidunsetOtherDetails()Unsets the "other_details" elementvoidunsetResourcePackageUri()Unsets the "resource_package_uri" elementorg.apache.xmlbeans.XmlStringxgetLifecycleState()Gets (as xml) the "lifecycle_state" elementorg.apache.xmlbeans.XmlStringxgetResourcePackageUri()Gets (as xml) the "resource_package_uri" elementvoidxsetLifecycleState(org.apache.xmlbeans.XmlString lifecycleState)Sets (as xml) the "lifecycle_state" elementvoidxsetResourcePackageUri(org.apache.xmlbeans.XmlString resourcePackageUri)Sets (as xml) the "resource_package_uri" 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
-
getOriginalAuthor
HashTableStringString getOriginalAuthor()
Gets the "original_author" element
-
isSetOriginalAuthor
boolean isSetOriginalAuthor()
True if has "original_author" element
-
setOriginalAuthor
void setOriginalAuthor(HashTableStringString originalAuthor)
Sets the "original_author" element
-
addNewOriginalAuthor
HashTableStringString addNewOriginalAuthor()
Appends and returns a new empty "original_author" element
-
unsetOriginalAuthor
void unsetOriginalAuthor()
Unsets the "original_author" element
-
getOtherContributors
ListOfString getOtherContributors()
Gets the "other_contributors" element
-
isSetOtherContributors
boolean isSetOtherContributors()
True if has "other_contributors" element
-
setOtherContributors
void setOtherContributors(ListOfString otherContributors)
Sets the "other_contributors" element
-
addNewOtherContributors
ListOfString addNewOtherContributors()
Appends and returns a new empty "other_contributors" element
-
unsetOtherContributors
void unsetOtherContributors()
Unsets the "other_contributors" element
-
getLifecycleState
String getLifecycleState()
Gets the "lifecycle_state" element
-
xgetLifecycleState
org.apache.xmlbeans.XmlString xgetLifecycleState()
Gets (as xml) the "lifecycle_state" element
-
setLifecycleState
void setLifecycleState(String lifecycleState)
Sets the "lifecycle_state" element
-
xsetLifecycleState
void xsetLifecycleState(org.apache.xmlbeans.XmlString lifecycleState)
Sets (as xml) the "lifecycle_state" element
-
getDetails
RESOURCEDESCRIPTIONITEM getDetails()
Gets the "details" element
-
isSetDetails
boolean isSetDetails()
True if has "details" element
-
setDetails
void setDetails(RESOURCEDESCRIPTIONITEM details)
Sets the "details" element
-
addNewDetails
RESOURCEDESCRIPTIONITEM addNewDetails()
Appends and returns a new empty "details" element
-
unsetDetails
void unsetDetails()
Unsets the "details" element
-
getResourcePackageUri
String getResourcePackageUri()
Gets the "resource_package_uri" element
-
xgetResourcePackageUri
org.apache.xmlbeans.XmlString xgetResourcePackageUri()
Gets (as xml) the "resource_package_uri" element
-
isSetResourcePackageUri
boolean isSetResourcePackageUri()
True if has "resource_package_uri" element
-
setResourcePackageUri
void setResourcePackageUri(String resourcePackageUri)
Sets the "resource_package_uri" element
-
xsetResourcePackageUri
void xsetResourcePackageUri(org.apache.xmlbeans.XmlString resourcePackageUri)
Sets (as xml) the "resource_package_uri" element
-
unsetResourcePackageUri
void unsetResourcePackageUri()
Unsets the "resource_package_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
-
-