Class EJLanguage

java.lang.Object
org.aksw.qa.commons.load.json.EJLanguage

public class EJLanguage extends Object
  • Field Details

    • sparql

      private String sparql
    • pseudo

      private String pseudo
      Do not set this attribute for a ExtendedJson-like json
    • language

      private String language
      Do not set following attributes for a QALD-like json.
    • question

      private String question
    • keywords

      private String keywords
    • schemaless

      private String schemaless
    • annotations

      private Vector<String> annotations
  • Constructor Details

    • EJLanguage

      public EJLanguage()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSparql

      public String getSparql()
    • getLanguage

      public String getLanguage()
    • getQuestion

      public String getQuestion()
    • getKeywords

      public String getKeywords()
    • getSchemaless

      public String getSchemaless()
    • getAnnotations

      public Vector<String> getAnnotations()
    • setSparql

      public EJLanguage setSparql(String sparql)
    • setLanguage

      public EJLanguage setLanguage(String language)
      Do not set this attribute for a QALD-like json.
    • setQuestion

      public EJLanguage setQuestion(String question)
      Do not set this attribute for a QALD-like json.
    • setKeywords

      public EJLanguage setKeywords(String keywords)
      Do not set this attribute for a QALD-like json.
    • setSchemaless

      public EJLanguage setSchemaless(String schemaless)
      Do not set this attribute for a QALD-like json.
    • setAnnotations

      public EJLanguage setAnnotations(Vector<String> annotations)
      Do not set this attribute for a QALD-like json.
    • getPseudo

      public String getPseudo()
    • setPseudo

      public EJLanguage setPseudo(String pseudo)
      Do not set this property for a ExtendedJson-like json