Class NewsPostSoapDO


  • public class NewsPostSoapDO
    extends ItemSoapDO
    This class represents the data associated with a news posting.
    Since:
    4.1
    • Constructor Detail

      • NewsPostSoapDO

        public NewsPostSoapDO()
    • 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)