public class QueryType extends Object
Java class for QueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Result" type="{}ResultType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="categories" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cweId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Severity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Language" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LanguageHash" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LanguageChangeDate" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SeverityIndex" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="QueryPath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="QueryVersionCode" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categories |
protected String |
cweId |
protected String |
group |
protected String |
id |
protected String |
language |
protected String |
languageChangeDate |
protected String |
languageHash |
protected String |
name |
protected String |
queryPath |
protected String |
queryVersionCode |
protected List<ResultType> |
result |
protected String |
severity |
protected String |
severityIndex |
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategories()
Gets the value of the categories property.
|
String |
getCweId()
Gets the value of the cweId property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getLanguageChangeDate()
Gets the value of the languageChangeDate property.
|
String |
getLanguageHash()
Gets the value of the languageHash property.
|
String |
getName()
Gets the value of the name property.
|
String |
getQueryPath()
Gets the value of the queryPath property.
|
String |
getQueryVersionCode()
Gets the value of the queryVersionCode property.
|
List<ResultType> |
getResult()
Gets the value of the result property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getSeverityIndex()
Gets the value of the severityIndex property.
|
void |
setCategories(String value)
Sets the value of the categories property.
|
void |
setCweId(String value)
Sets the value of the cweId property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLanguageChangeDate(String value)
Sets the value of the languageChangeDate property.
|
void |
setLanguageHash(String value)
Sets the value of the languageHash property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setQueryPath(String value)
Sets the value of the queryPath property.
|
void |
setQueryVersionCode(String value)
Sets the value of the queryVersionCode property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setSeverityIndex(String value)
Sets the value of the severityIndex property.
|
protected List<ResultType> result
protected String id
protected String categories
protected String cweId
protected String name
protected String group
protected String severity
protected String language
protected String languageHash
protected String languageChangeDate
protected String severityIndex
protected String queryPath
protected String queryVersionCode
public List<ResultType> getResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
ResultType
public void setId(String value)
value - allowed object is
Stringpublic String getCategories()
Stringpublic void setCategories(String value)
value - allowed object is
Stringpublic String getCweId()
Stringpublic void setCweId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getLanguageHash()
Stringpublic void setLanguageHash(String value)
value - allowed object is
Stringpublic String getLanguageChangeDate()
Stringpublic void setLanguageChangeDate(String value)
value - allowed object is
Stringpublic String getSeverityIndex()
Stringpublic void setSeverityIndex(String value)
value - allowed object is
Stringpublic String getQueryPath()
Stringpublic void setQueryPath(String value)
value - allowed object is
Stringpublic String getQueryVersionCode()
StringCopyright © 2020. All rights reserved.