org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteTimeInfo

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteTimeInfo
All Implemented Interfaces:
Serializable

public class RemoteTimeInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTimeInfo()
           
RemoteTimeInfo(String serverTime, String timeZoneId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServerTime()
          Gets the serverTime value for this RemoteTimeInfo.
 String getTimeZoneId()
          Gets the timeZoneId value for this RemoteTimeInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setServerTime(String serverTime)
          Sets the serverTime value for this RemoteTimeInfo.
 void setTimeZoneId(String timeZoneId)
          Sets the timeZoneId value for this RemoteTimeInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTimeInfo

public RemoteTimeInfo()

RemoteTimeInfo

public RemoteTimeInfo(String serverTime,
                      String timeZoneId)
Method Detail

getServerTime

public String getServerTime()
Gets the serverTime value for this RemoteTimeInfo.

Returns:
serverTime

setServerTime

public void setServerTime(String serverTime)
Sets the serverTime value for this RemoteTimeInfo.

Parameters:
serverTime -

getTimeZoneId

public String getTimeZoneId()
Gets the timeZoneId value for this RemoteTimeInfo.

Returns:
timeZoneId

setTimeZoneId

public void setTimeZoneId(String timeZoneId)
Sets the timeZoneId value for this RemoteTimeInfo.

Parameters:
timeZoneId -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.