hudson.plugins.sfee.webservice
Class PostSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.ItemSoapDO
          extended by hudson.plugins.sfee.webservice.PostSoapDO
All Implemented Interfaces:
java.io.Serializable

public class PostSoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PostSoapDO()
           
PostSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String folderId, java.lang.String path, java.lang.String title, java.lang.String content, java.lang.String replyToId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
          Gets the content value for this PostSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getReplyToId()
          Gets the replyToId value for this PostSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(java.lang.String content)
          Sets the content value for this PostSoapDO.
 void setReplyToId(java.lang.String replyToId)
          Sets the replyToId value for this PostSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostSoapDO

public PostSoapDO()

PostSoapDO

public PostSoapDO(java.lang.String createdBy,
                  java.util.Calendar createdDate,
                  java.lang.String id,
                  java.lang.String lastModifiedBy,
                  java.util.Calendar lastModifiedDate,
                  int version,
                  java.lang.String folderId,
                  java.lang.String path,
                  java.lang.String title,
                  java.lang.String content,
                  java.lang.String replyToId)
Method Detail

getContent

public java.lang.String getContent()
Gets the content value for this PostSoapDO.

Returns:
content

setContent

public void setContent(java.lang.String content)
Sets the content value for this PostSoapDO.

Parameters:
content -

getReplyToId

public java.lang.String getReplyToId()
Gets the replyToId value for this PostSoapDO.

Returns:
replyToId

setReplyToId

public void setReplyToId(java.lang.String replyToId)
Sets the replyToId value for this PostSoapDO.

Parameters:
replyToId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ItemSoapDO

hashCode

public int hashCode()
Overrides:
hashCode in class ItemSoapDO

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2008. All Rights Reserved.