
openEHR.v1.template.Statement 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: statement
* Namespace: openEHR/v1/Template
* Java type: openEHR.v1.template.Statement
*
* Automatically generated - do not modify.
*/
package openEHR.v1.template;
/**
* An XML statement(@openEHR/v1/Template).
*
* This is a complex type.
*/
public interface Statement extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Statement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sADF9D9697439DFAA95C3BAFDA11C5681").resolveHandle("statementf20atype");
/**
* Gets the "queryId" element
*/
openEHR.v1.template.Binding getQueryId();
/**
* True if has "queryId" element
*/
boolean isSetQueryId();
/**
* Sets the "queryId" element
*/
void setQueryId(openEHR.v1.template.Binding queryId);
/**
* Appends and returns a new empty "queryId" element
*/
openEHR.v1.template.Binding addNewQueryId();
/**
* Unsets the "queryId" element
*/
void unsetQueryId();
/**
* Gets the "constraint" element
*/
openEHR.v1.template.ValueConstraint getConstraint();
/**
* True if has "constraint" element
*/
boolean isSetConstraint();
/**
* Sets the "constraint" element
*/
void setConstraint(openEHR.v1.template.ValueConstraint constraint);
/**
* Appends and returns a new empty "constraint" element
*/
openEHR.v1.template.ValueConstraint addNewConstraint();
/**
* Unsets the "constraint" element
*/
void unsetConstraint();
/**
* Gets the "nameConstraint" element
*/
openEHR.v1.template.TextConstraint getNameConstraint();
/**
* True if has "nameConstraint" element
*/
boolean isSetNameConstraint();
/**
* Sets the "nameConstraint" element
*/
void setNameConstraint(openEHR.v1.template.TextConstraint nameConstraint);
/**
* Appends and returns a new empty "nameConstraint" element
*/
openEHR.v1.template.TextConstraint addNewNameConstraint();
/**
* Unsets the "nameConstraint" element
*/
void unsetNameConstraint();
/**
* Gets the "eventConstraint" element
*/
openEHR.v1.template.EventType getEventConstraint();
/**
* True if has "eventConstraint" element
*/
boolean isSetEventConstraint();
/**
* Sets the "eventConstraint" element
*/
void setEventConstraint(openEHR.v1.template.EventType eventConstraint);
/**
* Appends and returns a new empty "eventConstraint" element
*/
openEHR.v1.template.EventType addNewEventConstraint();
/**
* Unsets the "eventConstraint" element
*/
void unsetEventConstraint();
/**
* Gets the "conditionalNode" element
*/
openEHR.v1.template.Condition getConditionalNode();
/**
* True if has "conditionalNode" element
*/
boolean isSetConditionalNode();
/**
* Sets the "conditionalNode" element
*/
void setConditionalNode(openEHR.v1.template.Condition conditionalNode);
/**
* Appends and returns a new empty "conditionalNode" element
*/
openEHR.v1.template.Condition addNewConditionalNode();
/**
* Unsets the "conditionalNode" element
*/
void unsetConditionalNode();
/**
* Gets the "nullFlavourConstraint" element
*/
openEHR.v1.template.TextConstraint getNullFlavourConstraint();
/**
* True if has "nullFlavourConstraint" element
*/
boolean isSetNullFlavourConstraint();
/**
* Sets the "nullFlavourConstraint" element
*/
void setNullFlavourConstraint(openEHR.v1.template.TextConstraint nullFlavourConstraint);
/**
* Appends and returns a new empty "nullFlavourConstraint" element
*/
openEHR.v1.template.TextConstraint addNewNullFlavourConstraint();
/**
* Unsets the "nullFlavourConstraint" element
*/
void unsetNullFlavourConstraint();
/**
* Gets the "path" attribute
*/
java.lang.String getPath();
/**
* Gets (as xml) the "path" attribute
*/
org.apache.xmlbeans.XmlString xgetPath();
/**
* Sets the "path" attribute
*/
void setPath(java.lang.String path);
/**
* Sets (as xml) the "path" attribute
*/
void xsetPath(org.apache.xmlbeans.XmlString path);
/**
* Gets the "max" attribute
*/
java.math.BigInteger getMax();
/**
* Gets (as xml) the "max" attribute
*/
org.apache.xmlbeans.XmlInteger xgetMax();
/**
* True if has "max" attribute
*/
boolean isSetMax();
/**
* Sets the "max" attribute
*/
void setMax(java.math.BigInteger max);
/**
* Sets (as xml) the "max" attribute
*/
void xsetMax(org.apache.xmlbeans.XmlInteger max);
/**
* Unsets the "max" attribute
*/
void unsetMax();
/**
* Gets the "min" attribute
*/
java.math.BigInteger getMin();
/**
* Gets (as xml) the "min" attribute
*/
org.apache.xmlbeans.XmlInteger xgetMin();
/**
* True if has "min" attribute
*/
boolean isSetMin();
/**
* Sets the "min" attribute
*/
void setMin(java.math.BigInteger min);
/**
* Sets (as xml) the "min" attribute
*/
void xsetMin(org.apache.xmlbeans.XmlInteger min);
/**
* Unsets the "min" attribute
*/
void unsetMin();
/**
* Gets the "exclusive" attribute
*/
boolean getExclusive();
/**
* Gets (as xml) the "exclusive" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetExclusive();
/**
* True if has "exclusive" attribute
*/
boolean isSetExclusive();
/**
* Sets the "exclusive" attribute
*/
void setExclusive(boolean exclusive);
/**
* Sets (as xml) the "exclusive" attribute
*/
void xsetExclusive(org.apache.xmlbeans.XmlBoolean exclusive);
/**
* Unsets the "exclusive" attribute
*/
void unsetExclusive();
/**
* Gets the "default" attribute
*/
java.lang.String getDefault();
/**
* Gets (as xml) the "default" attribute
*/
org.apache.xmlbeans.XmlString xgetDefault();
/**
* True if has "default" attribute
*/
boolean isSetDefault();
/**
* Sets the "default" attribute
*/
void setDefault(java.lang.String xdefault);
/**
* Sets (as xml) the "default" attribute
*/
void xsetDefault(org.apache.xmlbeans.XmlString xdefault);
/**
* Unsets the "default" attribute
*/
void unsetDefault();
/**
* Gets the "hide_on_form" attribute
*/
boolean getHideOnForm();
/**
* Gets (as xml) the "hide_on_form" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetHideOnForm();
/**
* True if has "hide_on_form" attribute
*/
boolean isSetHideOnForm();
/**
* Sets the "hide_on_form" attribute
*/
void setHideOnForm(boolean hideOnForm);
/**
* Sets (as xml) the "hide_on_form" attribute
*/
void xsetHideOnForm(org.apache.xmlbeans.XmlBoolean hideOnForm);
/**
* Unsets the "hide_on_form" attribute
*/
void unsetHideOnForm();
/**
* Gets the "clone" attribute
*/
boolean getClone();
/**
* Gets (as xml) the "clone" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetClone();
/**
* True if has "clone" attribute
*/
boolean isSetClone();
/**
* Sets the "clone" attribute
*/
void setClone(boolean clone);
/**
* Sets (as xml) the "clone" attribute
*/
void xsetClone(org.apache.xmlbeans.XmlBoolean clone);
/**
* Unsets the "clone" attribute
*/
void unsetClone();
/**
* Gets the "name" attribute
*/
java.lang.String getName();
/**
* Gets (as xml) the "name" attribute
*/
org.apache.xmlbeans.XmlString xgetName();
/**
* True if has "name" attribute
*/
boolean isSetName();
/**
* Sets the "name" attribute
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "name" attribute
*/
void xsetName(org.apache.xmlbeans.XmlString name);
/**
* Unsets the "name" attribute
*/
void unsetName();
/**
* Gets the "annotation" attribute
*/
java.lang.String getAnnotation();
/**
* Gets (as xml) the "annotation" attribute
*/
org.apache.xmlbeans.XmlString xgetAnnotation();
/**
* True if has "annotation" attribute
*/
boolean isSetAnnotation();
/**
* Sets the "annotation" attribute
*/
void setAnnotation(java.lang.String annotation);
/**
* Sets (as xml) the "annotation" attribute
*/
void xsetAnnotation(org.apache.xmlbeans.XmlString annotation);
/**
* Unsets the "annotation" attribute
*/
void unsetAnnotation();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static openEHR.v1.template.Statement newInstance() {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static openEHR.v1.template.Statement newInstance(org.apache.xmlbeans.XmlOptions options) {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static openEHR.v1.template.Statement parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static openEHR.v1.template.Statement parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static openEHR.v1.template.Statement parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static openEHR.v1.template.Statement parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static openEHR.v1.template.Statement parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static openEHR.v1.template.Statement parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static openEHR.v1.template.Statement parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static openEHR.v1.template.Statement parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static openEHR.v1.template.Statement parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static openEHR.v1.template.Statement parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static openEHR.v1.template.Statement parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static openEHR.v1.template.Statement parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static openEHR.v1.template.Statement parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static openEHR.v1.template.Statement parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static openEHR.v1.template.Statement parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (openEHR.v1.template.Statement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static openEHR.v1.template.Statement 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 (openEHR.v1.template.Statement) 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
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy