Class NewsPostSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
-
- com.collabnet.ce.soap60.webservices.news.NewsPostSoapDO
-
public class NewsPostSoapDO extends ItemSoapDO
This class represents the data associated with a news posting.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description NewsPostSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()Returns 'body'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetBody(String body)Sets 'body'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
-
-
-
-
Method Detail
-
getBody
public String getBody()
Returns 'body'. News post content.- Returns:
- Value of 'body'.
-
setBody
public void setBody(String body)
Sets 'body'. News post content.- Parameters:
body- Value of 'body'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-