public class QueryType extends AbstractQueryType
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 Constraint |
constraint |
protected List<QName> |
elementName |
protected ElementSetName |
elementSetName |
protected SortBy |
sortBy |
protected List<QName> |
typeNames |
| Constructor and Description |
|---|
QueryType()
Default no-arg constructor
|
QueryType(ElementSetName elementSetName,
List<QName> elementName,
Constraint constraint,
SortBy sortBy,
List<QName> typeNames)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getConstraint()
Gets the value of the constraint property.
|
List<QName> |
getElementName()
Gets the value of the elementName property.
|
ElementSetName |
getElementSetName()
Gets the value of the elementSetName property.
|
SortBy |
getSortBy()
Gets the value of the sortBy property.
|
List<QName> |
getTypeNames()
Gets the value of the typeNames property.
|
void |
setConstraint(Constraint value)
Sets the value of the constraint property.
|
void |
setElementSetName(ElementSetName value)
Sets the value of the elementSetName property.
|
void |
setSortBy(SortBy value)
Sets the value of the sortBy property.
|
protected ElementSetName elementSetName
protected Constraint constraint
protected SortBy sortBy
public QueryType()
public QueryType(ElementSetName elementSetName, List<QName> elementName, Constraint constraint, SortBy sortBy, List<QName> typeNames)
public ElementSetName getElementSetName()
ElementSetNamepublic void setElementSetName(ElementSetName value)
value - allowed object is
ElementSetNamepublic 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 Constraint getConstraint()
Constraintpublic void setConstraint(Constraint value)
value - allowed object is
Constraintpublic SortBy getSortBy()
SortBypublic void setSortBy(SortBy value)
value - allowed object is
SortBypublic 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
Copyright © 2020 B3Partners B.V.. All rights reserved.