Class OrderClause

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrderClause
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for OrderClause complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OrderClause"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="type" type="{http://flower.com/docs/domain/search}Types"/&gt; &lt;element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean ascending  
      protected java.lang.String name  
      protected Types type  
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderClause()
      Default no-arg constructor abc
      OrderClause​(java.lang.String name, Types type, boolean ascending)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getName()
      Gets the value of the name property.
      Types getType()
      Gets the value of the type property.
      int hashCode()  
      boolean isAscending()
      Gets the value of the ascending property.
      void setAscending​(boolean value)
      Sets the value of the ascending property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setType​(Types value)
      Sets the value of the type property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • type

        protected Types type
      • ascending

        protected boolean ascending
    • Constructor Detail

      • OrderClause

        public OrderClause()
        Default no-arg constructor abc
      • OrderClause

        public OrderClause​(java.lang.String name,
                           Types type,
                           boolean ascending)
        Fully-initialising value constructor
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getType

        public Types getType()
        Gets the value of the type property.
        Returns:
        possible object is Types
      • setType

        public void setType​(Types value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is Types
      • isAscending

        public boolean isAscending()
        Gets the value of the ascending property.
      • setAscending

        public void setAscending​(boolean value)
        Sets the value of the ascending property.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object