public class SingleResultQueryList
extends java.lang.Object
Constructor and Description |
---|
SingleResultQueryList()
Instantiates a new query result list item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<JAXBElement> |
getFields()
Gets the fields.
|
int |
hashCode() |
void |
setFields(java.util.List<JAXBElement> fields)
Sets the fields.
|
public SingleResultQueryList()
public java.util.List<JAXBElement> getFields()
public void setFields(java.util.List<JAXBElement> fields)
fields
- the new fieldspublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object