Package org.openehr.schemas.v1
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(@http://schemas.openehr.org/v1). 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 value (as xml) as the last "details" elementStringDictionaryItemaddNewOriginalAuthor()Appends and returns a new empty value (as xml) as the last "original_author" elementorg.apache.xmlbeans.XmlStringaddNewOtherContributors()Appends and returns a new empty value (as xml) as the last "other_contributors" elementStringDictionaryItemaddNewOtherDetails()Appends and returns a new empty value (as xml) as the last "other_details" elementAUTHOREDRESOURCEaddNewParentResource()Appends and returns a new empty "parent_resource" elementvoidaddOtherContributors(String otherContributors)Appends the value as the last "other_contributors" elementRESOURCEDESCRIPTIONITEM[]getDetailsArray()Gets array of all "details" elementsRESOURCEDESCRIPTIONITEMgetDetailsArray(int i)Gets ith "details" elementStringgetLifecycleState()Gets the "lifecycle_state" elementStringDictionaryItem[]getOriginalAuthorArray()Gets array of all "original_author" elementsStringDictionaryItemgetOriginalAuthorArray(int i)Gets ith "original_author" elementString[]getOtherContributorsArray()Gets array of all "other_contributors" elementsStringgetOtherContributorsArray(int i)Gets ith "other_contributors" elementStringDictionaryItem[]getOtherDetailsArray()Gets array of all "other_details" elementsStringDictionaryItemgetOtherDetailsArray(int i)Gets ith "other_details" elementAUTHOREDRESOURCEgetParentResource()Gets the "parent_resource" elementStringgetResourcePackageUri()Gets the "resource_package_uri" elementRESOURCEDESCRIPTIONITEMinsertNewDetails(int i)Inserts and returns a new empty value (as xml) as the ith "details" elementStringDictionaryIteminsertNewOriginalAuthor(int i)Inserts and returns a new empty value (as xml) as the ith "original_author" elementorg.apache.xmlbeans.XmlStringinsertNewOtherContributors(int i)Inserts and returns a new empty value (as xml) as the ith "other_contributors" elementStringDictionaryIteminsertNewOtherDetails(int i)Inserts and returns a new empty value (as xml) as the ith "other_details" elementvoidinsertOtherContributors(int i, String otherContributors)Inserts the value as the ith "other_contributors" elementbooleanisSetParentResource()True if has "parent_resource" elementbooleanisSetResourcePackageUri()True if has "resource_package_uri" elementvoidremoveDetails(int i)Removes the ith "details" elementvoidremoveOriginalAuthor(int i)Removes the ith "original_author" elementvoidremoveOtherContributors(int i)Removes the ith "other_contributors" elementvoidremoveOtherDetails(int i)Removes the ith "other_details" elementvoidsetDetailsArray(int i, RESOURCEDESCRIPTIONITEM details)Sets ith "details" elementvoidsetDetailsArray(RESOURCEDESCRIPTIONITEM[] detailsArray)Sets array of all "details" elementvoidsetLifecycleState(String lifecycleState)Sets the "lifecycle_state" elementvoidsetOriginalAuthorArray(int i, StringDictionaryItem originalAuthor)Sets ith "original_author" elementvoidsetOriginalAuthorArray(StringDictionaryItem[] originalAuthorArray)Sets array of all "original_author" elementvoidsetOtherContributorsArray(int i, String otherContributors)Sets ith "other_contributors" elementvoidsetOtherContributorsArray(String[] otherContributorsArray)Sets array of all "other_contributors" elementvoidsetOtherDetailsArray(int i, StringDictionaryItem otherDetails)Sets ith "other_details" elementvoidsetOtherDetailsArray(StringDictionaryItem[] otherDetailsArray)Sets array of all "other_details" elementvoidsetParentResource(AUTHOREDRESOURCE parentResource)Sets the "parent_resource" elementvoidsetResourcePackageUri(String resourcePackageUri)Sets the "resource_package_uri" elementintsizeOfDetailsArray()Returns number of "details" elementintsizeOfOriginalAuthorArray()Returns number of "original_author" elementintsizeOfOtherContributorsArray()Returns number of "other_contributors" elementintsizeOfOtherDetailsArray()Returns number of "other_details" elementvoidunsetParentResource()Unsets the "parent_resource" elementvoidunsetResourcePackageUri()Unsets the "resource_package_uri" elementorg.apache.xmlbeans.XmlStringxgetLifecycleState()Gets (as xml) the "lifecycle_state" elementorg.apache.xmlbeans.XmlString[]xgetOtherContributorsArray()Gets (as xml) array of all "other_contributors" elementsorg.apache.xmlbeans.XmlStringxgetOtherContributorsArray(int i)Gets (as xml) ith "other_contributors" elementorg.apache.xmlbeans.XmlStringxgetResourcePackageUri()Gets (as xml) the "resource_package_uri" elementvoidxsetLifecycleState(org.apache.xmlbeans.XmlString lifecycleState)Sets (as xml) the "lifecycle_state" elementvoidxsetOtherContributorsArray(int i, org.apache.xmlbeans.XmlString otherContributors)Sets (as xml) ith "other_contributors" elementvoidxsetOtherContributorsArray(org.apache.xmlbeans.XmlString[] otherContributorsArray)Sets (as xml) array of all "other_contributors" 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
-
getOriginalAuthorArray
StringDictionaryItem[] getOriginalAuthorArray()
Gets array of all "original_author" elements
-
getOriginalAuthorArray
StringDictionaryItem getOriginalAuthorArray(int i)
Gets ith "original_author" element
-
sizeOfOriginalAuthorArray
int sizeOfOriginalAuthorArray()
Returns number of "original_author" element
-
setOriginalAuthorArray
void setOriginalAuthorArray(StringDictionaryItem[] originalAuthorArray)
Sets array of all "original_author" element
-
setOriginalAuthorArray
void setOriginalAuthorArray(int i, StringDictionaryItem originalAuthor)Sets ith "original_author" element
-
insertNewOriginalAuthor
StringDictionaryItem insertNewOriginalAuthor(int i)
Inserts and returns a new empty value (as xml) as the ith "original_author" element
-
addNewOriginalAuthor
StringDictionaryItem addNewOriginalAuthor()
Appends and returns a new empty value (as xml) as the last "original_author" element
-
removeOriginalAuthor
void removeOriginalAuthor(int i)
Removes the ith "original_author" element
-
getOtherContributorsArray
String[] getOtherContributorsArray()
Gets array of all "other_contributors" elements
-
getOtherContributorsArray
String getOtherContributorsArray(int i)
Gets ith "other_contributors" element
-
xgetOtherContributorsArray
org.apache.xmlbeans.XmlString[] xgetOtherContributorsArray()
Gets (as xml) array of all "other_contributors" elements
-
xgetOtherContributorsArray
org.apache.xmlbeans.XmlString xgetOtherContributorsArray(int i)
Gets (as xml) ith "other_contributors" element
-
sizeOfOtherContributorsArray
int sizeOfOtherContributorsArray()
Returns number of "other_contributors" element
-
setOtherContributorsArray
void setOtherContributorsArray(String[] otherContributorsArray)
Sets array of all "other_contributors" element
-
setOtherContributorsArray
void setOtherContributorsArray(int i, String otherContributors)Sets ith "other_contributors" element
-
xsetOtherContributorsArray
void xsetOtherContributorsArray(org.apache.xmlbeans.XmlString[] otherContributorsArray)
Sets (as xml) array of all "other_contributors" element
-
xsetOtherContributorsArray
void xsetOtherContributorsArray(int i, org.apache.xmlbeans.XmlString otherContributors)Sets (as xml) ith "other_contributors" element
-
insertOtherContributors
void insertOtherContributors(int i, String otherContributors)Inserts the value as the ith "other_contributors" element
-
addOtherContributors
void addOtherContributors(String otherContributors)
Appends the value as the last "other_contributors" element
-
insertNewOtherContributors
org.apache.xmlbeans.XmlString insertNewOtherContributors(int i)
Inserts and returns a new empty value (as xml) as the ith "other_contributors" element
-
addNewOtherContributors
org.apache.xmlbeans.XmlString addNewOtherContributors()
Appends and returns a new empty value (as xml) as the last "other_contributors" element
-
removeOtherContributors
void removeOtherContributors(int i)
Removes the ith "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
-
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
-
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
-
getDetailsArray
RESOURCEDESCRIPTIONITEM[] getDetailsArray()
Gets array of all "details" elements
-
getDetailsArray
RESOURCEDESCRIPTIONITEM getDetailsArray(int i)
Gets ith "details" element
-
sizeOfDetailsArray
int sizeOfDetailsArray()
Returns number of "details" element
-
setDetailsArray
void setDetailsArray(RESOURCEDESCRIPTIONITEM[] detailsArray)
Sets array of all "details" element
-
setDetailsArray
void setDetailsArray(int i, RESOURCEDESCRIPTIONITEM details)Sets ith "details" element
-
insertNewDetails
RESOURCEDESCRIPTIONITEM insertNewDetails(int i)
Inserts and returns a new empty value (as xml) as the ith "details" element
-
addNewDetails
RESOURCEDESCRIPTIONITEM addNewDetails()
Appends and returns a new empty value (as xml) as the last "details" element
-
removeDetails
void removeDetails(int i)
Removes the ith "details" element
-
getParentResource
AUTHOREDRESOURCE getParentResource()
Gets the "parent_resource" element
-
isSetParentResource
boolean isSetParentResource()
True if has "parent_resource" element
-
setParentResource
void setParentResource(AUTHOREDRESOURCE parentResource)
Sets the "parent_resource" element
-
addNewParentResource
AUTHOREDRESOURCE addNewParentResource()
Appends and returns a new empty "parent_resource" element
-
unsetParentResource
void unsetParentResource()
Unsets the "parent_resource" element
-
-