Package openEHR.v1.template
Interface Binding
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BindingImpl
public interface Binding
extends org.apache.xmlbeans.XmlObject
An XML binding(@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 TypeMethodDescriptionGets the "queryName" attributeGets the "terminologyID" attributeGets the "terminologyLang" attributevoidsetQueryName(String queryName) Sets the "queryName" attributevoidsetTerminologyID(String terminologyID) Sets the "terminologyID" attributevoidsetTerminologyLang(String terminologyLang) Sets the "terminologyLang" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "queryName" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "terminologyID" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "terminologyLang" attributevoidxsetQueryName(org.apache.xmlbeans.XmlString queryName) Sets (as xml) the "queryName" attributevoidxsetTerminologyID(org.apache.xmlbeans.XmlString terminologyID) Sets (as xml) the "terminologyID" attributevoidxsetTerminologyLang(org.apache.xmlbeans.XmlString terminologyLang) Sets (as xml) the "terminologyLang" attributeMethods 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
-
getTerminologyID
String getTerminologyID()Gets the "terminologyID" attribute -
xgetTerminologyID
org.apache.xmlbeans.XmlString xgetTerminologyID()Gets (as xml) the "terminologyID" attribute -
setTerminologyID
Sets the "terminologyID" attribute -
xsetTerminologyID
void xsetTerminologyID(org.apache.xmlbeans.XmlString terminologyID) Sets (as xml) the "terminologyID" attribute -
getTerminologyLang
String getTerminologyLang()Gets the "terminologyLang" attribute -
xgetTerminologyLang
org.apache.xmlbeans.XmlString xgetTerminologyLang()Gets (as xml) the "terminologyLang" attribute -
setTerminologyLang
Sets the "terminologyLang" attribute -
xsetTerminologyLang
void xsetTerminologyLang(org.apache.xmlbeans.XmlString terminologyLang) Sets (as xml) the "terminologyLang" attribute -
getQueryName
String getQueryName()Gets the "queryName" attribute -
xgetQueryName
org.apache.xmlbeans.XmlString xgetQueryName()Gets (as xml) the "queryName" attribute -
setQueryName
Sets the "queryName" attribute -
xsetQueryName
void xsetQueryName(org.apache.xmlbeans.XmlString queryName) Sets (as xml) the "queryName" attribute
-