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 Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "queryName" attribute
    Gets the "terminologyID" attribute
    Gets the "terminologyLang" attribute
    void
    setQueryName(String queryName)
    Sets the "queryName" attribute
    void
    setTerminologyID(String terminologyID)
    Sets the "terminologyID" attribute
    void
    setTerminologyLang(String terminologyLang)
    Sets the "terminologyLang" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "queryName" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "terminologyID" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "terminologyLang" attribute
    void
    xsetQueryName(org.apache.xmlbeans.XmlString queryName)
    Sets (as xml) the "queryName" attribute
    void
    xsetTerminologyID(org.apache.xmlbeans.XmlString terminologyID)
    Sets (as xml) the "terminologyID" attribute
    void
    xsetTerminologyLang(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
  • 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

      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