Package nl.b3p.csw.jaxb.filter
Class SortPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.SortPropertyType
-
public class SortPropertyType extends Object
Java class for SortPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SortPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/ogc}PropertyName"/> <element name="SortOrder" type="{http://www.opengis.net/ogc}SortOrderType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyNamepropertyNameprotected SortOrderTypesortOrder
-
Constructor Summary
Constructors Constructor Description SortPropertyType()Default no-arg constructorSortPropertyType(PropertyName propertyName, SortOrderType sortOrder)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNamegetPropertyName()Gets the value of the propertyName property.SortOrderTypegetSortOrder()Gets the value of the sortOrder property.voidsetPropertyName(PropertyName value)Sets the value of the propertyName property.voidsetSortOrder(SortOrderType value)Sets the value of the sortOrder property.
-
-
-
Field Detail
-
propertyName
protected PropertyName propertyName
-
sortOrder
protected SortOrderType sortOrder
-
-
Constructor Detail
-
SortPropertyType
public SortPropertyType()
Default no-arg constructor
-
SortPropertyType
public SortPropertyType(PropertyName propertyName, SortOrderType sortOrder)
Fully-initialising value constructor
-
-
Method Detail
-
getPropertyName
public PropertyName getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
PropertyName
-
setPropertyName
public void setPropertyName(PropertyName value)
Sets the value of the propertyName property.- Parameters:
value- allowed object isPropertyName
-
getSortOrder
public SortOrderType getSortOrder()
Gets the value of the sortOrder property.- Returns:
- possible object is
SortOrderType
-
setSortOrder
public void setSortOrder(SortOrderType value)
Sets the value of the sortOrder property.- Parameters:
value- allowed object isSortOrderType
-
-