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 class  Binding.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQueryName()
      Gets the "queryName" attribute
      String getTerminologyID()
      Gets the "terminologyID" attribute
      String getTerminologyLang()
      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 xgetQueryName()
      Gets (as xml) the "queryName" attribute
      org.apache.xmlbeans.XmlString xgetTerminologyID()
      Gets (as xml) the "terminologyID" attribute
      org.apache.xmlbeans.XmlString xgetTerminologyLang()
      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 Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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