com.vasoftware.sf.soap44.webservices.discussion
Class PostSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.discussion.PostSoapList

public class PostSoapList
extends java.lang.Object

A discussion post list is represented by PostSoapList. Each row within a post list is represented by the PostSoapRow class.

Change History
Release: 4.2

Since:
4.1

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

Constructor Detail

PostSoapList

public PostSoapList()
Method Detail

getDataRows

public PostSoapRow[] getDataRows()

setDataRows

public void setDataRows(PostSoapRow[] rows)

registerTypeMappings

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