public class QueryType extends AbstractQueryType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for QueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}AbstractQueryType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}ElementSetName"/>
<element name="ElementName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded"/>
</choice>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}Constraint" minOccurs="0"/>
<element ref="{http://www.opengis.net/ogc}SortBy" minOccurs="0"/>
</sequence>
<attribute name="typeNames" use="required" type="{http://www.opengis.net/cat/csw/2.0.2}TypeNameListType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueryConstraintType |
constraint |
protected List<QName> |
elementName |
protected ElementSetNameType |
elementSetName |
protected net.opengis.filter.v_1_1_0.SortByType |
sortBy |
protected List<QName> |
typeNames |
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
QueryConstraintType |
getConstraint()
Gets the value of the constraint property.
|
List<QName> |
getElementName()
Gets the value of the elementName property.
|
ElementSetNameType |
getElementSetName()
Gets the value of the elementSetName property.
|
net.opengis.filter.v_1_1_0.SortByType |
getSortBy()
Gets the value of the sortBy property.
|
List<QName> |
getTypeNames()
Gets the value of the typeNames property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetConstraint() |
boolean |
isSetElementName() |
boolean |
isSetElementSetName() |
boolean |
isSetSortBy() |
boolean |
isSetTypeNames() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setConstraint(QueryConstraintType value)
Sets the value of the constraint property.
|
void |
setElementName(List<QName> value) |
void |
setElementSetName(ElementSetNameType value)
Sets the value of the elementSetName property.
|
void |
setSortBy(net.opengis.filter.v_1_1_0.SortByType value)
Sets the value of the sortBy property.
|
void |
setTypeNames(List<QName> value) |
String |
toString() |
void |
unsetElementName() |
void |
unsetTypeNames() |
protected ElementSetNameType elementSetName
protected QueryConstraintType constraint
protected net.opengis.filter.v_1_1_0.SortByType sortBy
public ElementSetNameType getElementSetName()
ElementSetNameTypepublic void setElementSetName(ElementSetNameType value)
value - allowed object is
ElementSetNameTypepublic boolean isSetElementSetName()
public List<QName> getElementName()
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 elementName property.
For example, to add a new item, do as follows:
getElementName().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public boolean isSetElementName()
public void unsetElementName()
public QueryConstraintType getConstraint()
QueryConstraintTypepublic void setConstraint(QueryConstraintType value)
value - allowed object is
QueryConstraintTypepublic boolean isSetConstraint()
public net.opengis.filter.v_1_1_0.SortByType getSortBy()
SortByTypepublic void setSortBy(net.opengis.filter.v_1_1_0.SortByType value)
value - allowed object is
SortByTypepublic boolean isSetSortBy()
public List<QName> getTypeNames()
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 typeNames property.
For example, to add a new item, do as follows:
getTypeNames().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public boolean isSetTypeNames()
public void unsetTypeNames()
public String toString()
toString in class AbstractQueryTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractQueryTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractQueryTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractQueryTypepublic boolean equals(Object object)
equals in class AbstractQueryTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractQueryTypepublic int hashCode()
hashCode in class AbstractQueryTypepublic Object clone()
clone in class AbstractQueryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractQueryTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractQueryTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractQueryTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractQueryTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.