com.sforce.soap.partner
Class RelatedListSort

java.lang.Object
  extended by com.sforce.soap.partner.RelatedListSort

public class RelatedListSort
extends java.lang.Object

Java class for RelatedListSort complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RelatedListSort">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="column" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean ascending
           
protected  java.lang.String column
           
 
Constructor Summary
RelatedListSort()
           
 
Method Summary
 java.lang.String getColumn()
          Gets the value of the column property.
 boolean isAscending()
          Gets the value of the ascending property.
 void setAscending(boolean value)
          Sets the value of the ascending property.
 void setColumn(java.lang.String value)
          Sets the value of the column property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ascending

protected boolean ascending

column

protected java.lang.String column
Constructor Detail

RelatedListSort

public RelatedListSort()
Method Detail

isAscending

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


setAscending

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


getColumn

public java.lang.String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(java.lang.String value)
Sets the value of the column property.

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.