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.XmlObject
An XML RESOURCE_DESCRIPTION(@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 "details" elementAppends and returns a new empty "original_author" elementAppends and returns a new empty "other_contributors" elementAppends and returns a new empty "other_details" elementGets the "details" elementGets the "lifecycle_state" elementGets the "original_author" elementGets the "other_contributors" elementGets the "other_details" elementGets the "resource_package_uri" elementbooleanTrue if has "details" elementbooleanTrue if has "original_author" elementbooleanTrue if has "other_contributors" elementbooleanTrue if has "other_details" elementbooleanTrue 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" elementvoidUnsets the "details" elementvoidUnsets the "original_author" elementvoidUnsets the "other_contributors" elementvoidUnsets the "other_details" elementvoidUnsets the "resource_package_uri" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "lifecycle_state" elementorg.apache.xmlbeans.XmlStringGets (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" 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
-
getOriginalAuthor
HashTableStringString getOriginalAuthor()Gets the "original_author" element -
isSetOriginalAuthor
boolean isSetOriginalAuthor()True if has "original_author" element -
setOriginalAuthor
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
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
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
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
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
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
-