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
This class represents the data associated with a news posting.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Returns 'body'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
Sets 'body'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
NewsPostSoapDO
public NewsPostSoapDO()
-
-
Method Details
-
getBody
Returns 'body'. News post content.- Returns:
- Value of 'body'.
-
setBody
Sets 'body'. News post content.- Parameters:
body
- Value of 'body'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-