com.vasoftware.sf.soap44.webservices.categorization
Class CategorySoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.categorization.CategorySoapList

public class CategorySoapList
extends FolderSoapList

A list of categories is represented by CategorySoapList class. Each row within a category list is represented by the CategorySoapRow class.

Since:
4.3-SP1

Constructor Summary
CategorySoapList()
           
 
Method Summary
 CategorySoapRow[] getDataRows()
           
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setDataRows(CategorySoapRow[] rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategorySoapList

public CategorySoapList()
Method Detail

getDataRows

public CategorySoapRow[] getDataRows()

setDataRows

public void setDataRows(CategorySoapRow[] rows)

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)