public class EJLanguage extends Object
| Modifier and Type | Field and Description |
|---|---|
private Vector<String> |
annotations |
private String |
keywords |
private String |
language
Do not set following attributes for a QALD-like json.
|
private String |
pseudo
Do not set this attribute for a ExtendedJson-like json
|
private String |
question |
private String |
schemaless |
private String |
sparql |
| Constructor and Description |
|---|
EJLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
getAnnotations() |
String |
getKeywords() |
String |
getLanguage() |
String |
getPseudo() |
String |
getQuestion() |
String |
getSchemaless() |
String |
getSparql() |
EJLanguage |
setAnnotations(Vector<String> annotations)
Do not set this attribute for a QALD-like json.
|
EJLanguage |
setKeywords(String keywords)
Do not set this attribute for a QALD-like json.
|
EJLanguage |
setLanguage(String language)
Do not set this attribute for a QALD-like json.
|
EJLanguage |
setPseudo(String pseudo)
Do not set this property for a ExtendedJson-like json
|
EJLanguage |
setQuestion(String question)
Do not set this attribute for a QALD-like json.
|
EJLanguage |
setSchemaless(String schemaless)
Do not set this attribute for a QALD-like json.
|
EJLanguage |
setSparql(String sparql) |
String |
toString() |
private String sparql
private String pseudo
private String language
private String question
private String keywords
private String schemaless
public String getSparql()
public String getLanguage()
public String getQuestion()
public String getKeywords()
public String getSchemaless()
public EJLanguage setSparql(String sparql)
public EJLanguage setLanguage(String language)
public EJLanguage setQuestion(String question)
public EJLanguage setKeywords(String keywords)
public EJLanguage setSchemaless(String schemaless)
public EJLanguage setAnnotations(Vector<String> annotations)
public String getPseudo()
public EJLanguage setPseudo(String pseudo)
Copyright © 2016–2020. All rights reserved.