com.vasoftware.sf.soap44.webservices.news
Class NewsPostSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
          extended by com.vasoftware.sf.soap44.webservices.news.NewsPostSoapDO

public class NewsPostSoapDO
extends ItemSoapDO

This class represents the data associated with a news posting.

Since:
4.1

Constructor Summary
NewsPostSoapDO()
           
 
Method Summary
 java.lang.String getBody()
          Returns 'body'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setBody(java.lang.String body)
          Sets 'body'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsPostSoapDO

public NewsPostSoapDO()
Method Detail

getBody

public java.lang.String getBody()
Returns 'body'. News post content.

Returns:
Value of 'body'.

setBody

public void setBody(java.lang.String body)
Sets 'body'. News post content.

Parameters:
body - Value of 'body'.

registerTypeMappings

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