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>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyName |
propertyName |
protected SortOrderType |
sortOrder |
| Constructor and Description |
|---|
SortPropertyType()
Default no-arg constructor
|
SortPropertyType(PropertyName propertyName,
SortOrderType sortOrder)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
SortOrderType |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
void |
setSortOrder(SortOrderType value)
Sets the value of the sortOrder property.
|
protected PropertyName propertyName
protected SortOrderType sortOrder
public SortPropertyType()
public SortPropertyType(PropertyName propertyName, SortOrderType sortOrder)
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic SortOrderType getSortOrder()
SortOrderTypepublic void setSortOrder(SortOrderType value)
value - allowed object is
SortOrderTypeCopyright © 2018 B3Partners B.V.. All rights reserved.