pl.wroc.pwr.plwordnet.clarin.ws.takipi
Class TaggerResponse

java.lang.Object
  extended by pl.wroc.pwr.plwordnet.clarin.ws.takipi.TaggerResponse
All Implemented Interfaces:
java.io.Serializable

public class TaggerResponse
extends java.lang.Object
implements java.io.Serializable

Generated file for access to the takipi webservice.

Author:
Mateusz Kopec
See Also:
Serialized Form

Constructor Summary
TaggerResponse()
           
TaggerResponse(int status, java.lang.String msg)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getMsg()
          Gets the msg value for this TaggerResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus()
          Gets the status value for this TaggerResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setMsg(java.lang.String msg)
          Sets the msg value for this TaggerResponse.
 void setStatus(int status)
          Sets the status value for this TaggerResponse.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggerResponse

public TaggerResponse()

TaggerResponse

public TaggerResponse(int status,
                      java.lang.String msg)
Method Detail

getStatus

public int getStatus()
Gets the status value for this TaggerResponse.

Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this TaggerResponse.

Parameters:
status -

getMsg

public java.lang.String getMsg()
Gets the msg value for this TaggerResponse.

Returns:
msg

setMsg

public void setMsg(java.lang.String msg)
Sets the msg value for this TaggerResponse.

Parameters:
msg -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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