Class 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>
     
    • 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 is PropertyName
      • 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 is SortOrderType