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 Details

    • NewsPostSoapDO

      public NewsPostSoapDO()
  • Method Details

    • 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)