org.openehr.schemas.v1.RESOURCEDESCRIPTION Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oet-parser Show documentation
Show all versions of oet-parser Show documentation
Java implementation of openEHR OET Template Parser and Flattener
The newest version!
/*
* XML Type: RESOURCE_DESCRIPTION
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.RESOURCEDESCRIPTION
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1;
/**
* An XML RESOURCE_DESCRIPTION(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public interface RESOURCEDESCRIPTION extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RESOURCEDESCRIPTION.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sADF9D9697439DFAA95C3BAFDA11C5681").resolveHandle("resourcedescription36d1type");
/**
* Gets array of all "original_author" elements
*/
org.openehr.schemas.v1.StringDictionaryItem[] getOriginalAuthorArray();
/**
* Gets ith "original_author" element
*/
org.openehr.schemas.v1.StringDictionaryItem getOriginalAuthorArray(int i);
/**
* Returns number of "original_author" element
*/
int sizeOfOriginalAuthorArray();
/**
* Sets array of all "original_author" element
*/
void setOriginalAuthorArray(org.openehr.schemas.v1.StringDictionaryItem[] originalAuthorArray);
/**
* Sets ith "original_author" element
*/
void setOriginalAuthorArray(int i, org.openehr.schemas.v1.StringDictionaryItem originalAuthor);
/**
* Inserts and returns a new empty value (as xml) as the ith "original_author" element
*/
org.openehr.schemas.v1.StringDictionaryItem insertNewOriginalAuthor(int i);
/**
* Appends and returns a new empty value (as xml) as the last "original_author" element
*/
org.openehr.schemas.v1.StringDictionaryItem addNewOriginalAuthor();
/**
* Removes the ith "original_author" element
*/
void removeOriginalAuthor(int i);
/**
* Gets array of all "other_contributors" elements
*/
java.lang.String[] getOtherContributorsArray();
/**
* Gets ith "other_contributors" element
*/
java.lang.String getOtherContributorsArray(int i);
/**
* Gets (as xml) array of all "other_contributors" elements
*/
org.apache.xmlbeans.XmlString[] xgetOtherContributorsArray();
/**
* Gets (as xml) ith "other_contributors" element
*/
org.apache.xmlbeans.XmlString xgetOtherContributorsArray(int i);
/**
* Returns number of "other_contributors" element
*/
int sizeOfOtherContributorsArray();
/**
* Sets array of all "other_contributors" element
*/
void setOtherContributorsArray(java.lang.String[] otherContributorsArray);
/**
* Sets ith "other_contributors" element
*/
void setOtherContributorsArray(int i, java.lang.String otherContributors);
/**
* Sets (as xml) array of all "other_contributors" element
*/
void xsetOtherContributorsArray(org.apache.xmlbeans.XmlString[] otherContributorsArray);
/**
* Sets (as xml) ith "other_contributors" element
*/
void xsetOtherContributorsArray(int i, org.apache.xmlbeans.XmlString otherContributors);
/**
* Inserts the value as the ith "other_contributors" element
*/
void insertOtherContributors(int i, java.lang.String otherContributors);
/**
* Appends the value as the last "other_contributors" element
*/
void addOtherContributors(java.lang.String otherContributors);
/**
* Inserts and returns a new empty value (as xml) as the ith "other_contributors" element
*/
org.apache.xmlbeans.XmlString insertNewOtherContributors(int i);
/**
* Appends and returns a new empty value (as xml) as the last "other_contributors" element
*/
org.apache.xmlbeans.XmlString addNewOtherContributors();
/**
* Removes the ith "other_contributors" element
*/
void removeOtherContributors(int i);
/**
* Gets the "lifecycle_state" element
*/
java.lang.String getLifecycleState();
/**
* Gets (as xml) the "lifecycle_state" element
*/
org.apache.xmlbeans.XmlString xgetLifecycleState();
/**
* Sets the "lifecycle_state" element
*/
void setLifecycleState(java.lang.String lifecycleState);
/**
* Sets (as xml) the "lifecycle_state" element
*/
void xsetLifecycleState(org.apache.xmlbeans.XmlString lifecycleState);
/**
* Gets the "resource_package_uri" element
*/
java.lang.String getResourcePackageUri();
/**
* Gets (as xml) the "resource_package_uri" element
*/
org.apache.xmlbeans.XmlString xgetResourcePackageUri();
/**
* True if has "resource_package_uri" element
*/
boolean isSetResourcePackageUri();
/**
* Sets the "resource_package_uri" element
*/
void setResourcePackageUri(java.lang.String resourcePackageUri);
/**
* Sets (as xml) the "resource_package_uri" element
*/
void xsetResourcePackageUri(org.apache.xmlbeans.XmlString resourcePackageUri);
/**
* Unsets the "resource_package_uri" element
*/
void unsetResourcePackageUri();
/**
* Gets array of all "other_details" elements
*/
org.openehr.schemas.v1.StringDictionaryItem[] getOtherDetailsArray();
/**
* Gets ith "other_details" element
*/
org.openehr.schemas.v1.StringDictionaryItem getOtherDetailsArray(int i);
/**
* Returns number of "other_details" element
*/
int sizeOfOtherDetailsArray();
/**
* Sets array of all "other_details" element
*/
void setOtherDetailsArray(org.openehr.schemas.v1.StringDictionaryItem[] otherDetailsArray);
/**
* Sets ith "other_details" element
*/
void setOtherDetailsArray(int i, org.openehr.schemas.v1.StringDictionaryItem otherDetails);
/**
* Inserts and returns a new empty value (as xml) as the ith "other_details" element
*/
org.openehr.schemas.v1.StringDictionaryItem insertNewOtherDetails(int i);
/**
* Appends and returns a new empty value (as xml) as the last "other_details" element
*/
org.openehr.schemas.v1.StringDictionaryItem addNewOtherDetails();
/**
* Removes the ith "other_details" element
*/
void removeOtherDetails(int i);
/**
* Gets array of all "details" elements
*/
org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM[] getDetailsArray();
/**
* Gets ith "details" element
*/
org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM getDetailsArray(int i);
/**
* Returns number of "details" element
*/
int sizeOfDetailsArray();
/**
* Sets array of all "details" element
*/
void setDetailsArray(org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM[] detailsArray);
/**
* Sets ith "details" element
*/
void setDetailsArray(int i, org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM details);
/**
* Inserts and returns a new empty value (as xml) as the ith "details" element
*/
org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM insertNewDetails(int i);
/**
* Appends and returns a new empty value (as xml) as the last "details" element
*/
org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM addNewDetails();
/**
* Removes the ith "details" element
*/
void removeDetails(int i);
/**
* Gets the "parent_resource" element
*/
org.openehr.schemas.v1.AUTHOREDRESOURCE getParentResource();
/**
* True if has "parent_resource" element
*/
boolean isSetParentResource();
/**
* Sets the "parent_resource" element
*/
void setParentResource(org.openehr.schemas.v1.AUTHOREDRESOURCE parentResource);
/**
* Appends and returns a new empty "parent_resource" element
*/
org.openehr.schemas.v1.AUTHOREDRESOURCE addNewParentResource();
/**
* Unsets the "parent_resource" element
*/
void unsetParentResource();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION newInstance() {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}