Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* XML Type: RESOURCE_DESCRIPTION_ITEM
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1;
/**
* An XML RESOURCE_DESCRIPTION_ITEM(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public interface RESOURCEDESCRIPTIONITEM extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RESOURCEDESCRIPTIONITEM.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sFC518E337EF0A0D40DC82BCD9FB3B054").resolveHandle("resourcedescriptionitemcf9btype");
/**
* Gets the "language" element
*/
org.openehr.schemas.v1.CODEPHRASE getLanguage();
/**
* Sets the "language" element
*/
void setLanguage(org.openehr.schemas.v1.CODEPHRASE language);
/**
* Appends and returns a new empty "language" element
*/
org.openehr.schemas.v1.CODEPHRASE addNewLanguage();
/**
* Gets the "purpose" element
*/
java.lang.String getPurpose();
/**
* Gets (as xml) the "purpose" element
*/
org.apache.xmlbeans.XmlString xgetPurpose();
/**
* Sets the "purpose" element
*/
void setPurpose(java.lang.String purpose);
/**
* Sets (as xml) the "purpose" element
*/
void xsetPurpose(org.apache.xmlbeans.XmlString purpose);
/**
* Gets array of all "keywords" elements
*/
java.lang.String[] getKeywordsArray();
/**
* Gets ith "keywords" element
*/
java.lang.String getKeywordsArray(int i);
/**
* Gets (as xml) array of all "keywords" elements
*/
org.apache.xmlbeans.XmlString[] xgetKeywordsArray();
/**
* Gets (as xml) ith "keywords" element
*/
org.apache.xmlbeans.XmlString xgetKeywordsArray(int i);
/**
* Returns number of "keywords" element
*/
int sizeOfKeywordsArray();
/**
* Sets array of all "keywords" element
*/
void setKeywordsArray(java.lang.String[] keywordsArray);
/**
* Sets ith "keywords" element
*/
void setKeywordsArray(int i, java.lang.String keywords);
/**
* Sets (as xml) array of all "keywords" element
*/
void xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray);
/**
* Sets (as xml) ith "keywords" element
*/
void xsetKeywordsArray(int i, org.apache.xmlbeans.XmlString keywords);
/**
* Inserts the value as the ith "keywords" element
*/
void insertKeywords(int i, java.lang.String keywords);
/**
* Appends the value as the last "keywords" element
*/
void addKeywords(java.lang.String keywords);
/**
* Inserts and returns a new empty value (as xml) as the ith "keywords" element
*/
org.apache.xmlbeans.XmlString insertNewKeywords(int i);
/**
* Appends and returns a new empty value (as xml) as the last "keywords" element
*/
org.apache.xmlbeans.XmlString addNewKeywords();
/**
* Removes the ith "keywords" element
*/
void removeKeywords(int i);
/**
* Gets the "use" element
*/
java.lang.String getUse();
/**
* Gets (as xml) the "use" element
*/
org.apache.xmlbeans.XmlString xgetUse();
/**
* True if has "use" element
*/
boolean isSetUse();
/**
* Sets the "use" element
*/
void setUse(java.lang.String use);
/**
* Sets (as xml) the "use" element
*/
void xsetUse(org.apache.xmlbeans.XmlString use);
/**
* Unsets the "use" element
*/
void unsetUse();
/**
* Gets the "misuse" element
*/
java.lang.String getMisuse();
/**
* Gets (as xml) the "misuse" element
*/
org.apache.xmlbeans.XmlString xgetMisuse();
/**
* True if has "misuse" element
*/
boolean isSetMisuse();
/**
* Sets the "misuse" element
*/
void setMisuse(java.lang.String misuse);
/**
* Sets (as xml) the "misuse" element
*/
void xsetMisuse(org.apache.xmlbeans.XmlString misuse);
/**
* Unsets the "misuse" element
*/
void unsetMisuse();
/**
* Gets the "copyright" element
*/
java.lang.String getCopyright();
/**
* Gets (as xml) the "copyright" element
*/
org.apache.xmlbeans.XmlString xgetCopyright();
/**
* True if has "copyright" element
*/
boolean isSetCopyright();
/**
* Sets the "copyright" element
*/
void setCopyright(java.lang.String copyright);
/**
* Sets (as xml) the "copyright" element
*/
void xsetCopyright(org.apache.xmlbeans.XmlString copyright);
/**
* Unsets the "copyright" element
*/
void unsetCopyright();
/**
* Gets array of all "original_resource_uri" elements
*/
org.openehr.schemas.v1.StringDictionaryItem[] getOriginalResourceUriArray();
/**
* Gets ith "original_resource_uri" element
*/
org.openehr.schemas.v1.StringDictionaryItem getOriginalResourceUriArray(int i);
/**
* Returns number of "original_resource_uri" element
*/
int sizeOfOriginalResourceUriArray();
/**
* Sets array of all "original_resource_uri" element
*/
void setOriginalResourceUriArray(org.openehr.schemas.v1.StringDictionaryItem[] originalResourceUriArray);
/**
* Sets ith "original_resource_uri" element
*/
void setOriginalResourceUriArray(int i, org.openehr.schemas.v1.StringDictionaryItem originalResourceUri);
/**
* Inserts and returns a new empty value (as xml) as the ith "original_resource_uri" element
*/
org.openehr.schemas.v1.StringDictionaryItem insertNewOriginalResourceUri(int i);
/**
* Appends and returns a new empty value (as xml) as the last "original_resource_uri" element
*/
org.openehr.schemas.v1.StringDictionaryItem addNewOriginalResourceUri();
/**
* Removes the ith "original_resource_uri" element
*/
void removeOriginalResourceUri(int i);
/**
* 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);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM newInstance() {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) 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.RESOURCEDESCRIPTIONITEM parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.openehr.schemas.v1.RESOURCEDESCRIPTIONITEM 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.RESOURCEDESCRIPTIONITEM) 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
}
}