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.XmlObjectAn XML binding(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinding.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 StringgetQueryName()Gets the "queryName" attributeStringgetTerminologyID()Gets the "terminologyID" attributeStringgetTerminologyLang()Gets the "terminologyLang" attributevoidsetQueryName(String queryName)Sets the "queryName" attributevoidsetTerminologyID(String terminologyID)Sets the "terminologyID" attributevoidsetTerminologyLang(String terminologyLang)Sets the "terminologyLang" attributeorg.apache.xmlbeans.XmlStringxgetQueryName()Gets (as xml) the "queryName" attributeorg.apache.xmlbeans.XmlStringxgetTerminologyID()Gets (as xml) the "terminologyID" attributeorg.apache.xmlbeans.XmlStringxgetTerminologyLang()Gets (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" attribute-
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
-
getTerminologyID
String getTerminologyID()
Gets the "terminologyID" attribute
-
xgetTerminologyID
org.apache.xmlbeans.XmlString xgetTerminologyID()
Gets (as xml) the "terminologyID" attribute
-
setTerminologyID
void setTerminologyID(String terminologyID)
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
void setTerminologyLang(String terminologyLang)
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
void setQueryName(String queryName)
Sets the "queryName" attribute
-
xsetQueryName
void xsetQueryName(org.apache.xmlbeans.XmlString queryName)
Sets (as xml) the "queryName" attribute
-
-