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

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

public class RemoteServerInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteServerInfo()
           
RemoteServerInfo(String baseUrl, Calendar buildDate, String buildNumber, RemoteTimeInfo serverTime, String version)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBaseUrl()
          Gets the baseUrl value for this RemoteServerInfo.
 Calendar getBuildDate()
          Gets the buildDate value for this RemoteServerInfo.
 String getBuildNumber()
          Gets the buildNumber value for this RemoteServerInfo.
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
 RemoteTimeInfo getServerTime()
          Gets the serverTime value for this RemoteServerInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVersion()
          Gets the version value for this RemoteServerInfo.
 int hashCode()
           
 void setBaseUrl(String baseUrl)
          Sets the baseUrl value for this RemoteServerInfo.
 void setBuildDate(Calendar buildDate)
          Sets the buildDate value for this RemoteServerInfo.
 void setBuildNumber(String buildNumber)
          Sets the buildNumber value for this RemoteServerInfo.
 void setServerTime(RemoteTimeInfo serverTime)
          Sets the serverTime value for this RemoteServerInfo.
 void setVersion(String version)
          Sets the version value for this RemoteServerInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServerInfo

public RemoteServerInfo()

RemoteServerInfo

public RemoteServerInfo(String baseUrl,
                        Calendar buildDate,
                        String buildNumber,
                        RemoteTimeInfo serverTime,
                        String version)
Method Detail

getBaseUrl

public String getBaseUrl()
Gets the baseUrl value for this RemoteServerInfo.

Returns:
baseUrl

setBaseUrl

public void setBaseUrl(String baseUrl)
Sets the baseUrl value for this RemoteServerInfo.

Parameters:
baseUrl -

getBuildDate

public Calendar getBuildDate()
Gets the buildDate value for this RemoteServerInfo.

Returns:
buildDate

setBuildDate

public void setBuildDate(Calendar buildDate)
Sets the buildDate value for this RemoteServerInfo.

Parameters:
buildDate -

getBuildNumber

public String getBuildNumber()
Gets the buildNumber value for this RemoteServerInfo.

Returns:
buildNumber

setBuildNumber

public void setBuildNumber(String buildNumber)
Sets the buildNumber value for this RemoteServerInfo.

Parameters:
buildNumber -

getServerTime

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

Returns:
serverTime

setServerTime

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

Parameters:
serverTime -

getVersion

public String getVersion()
Gets the version value for this RemoteServerInfo.

Returns:
version

setVersion

public void setVersion(String version)
Sets the version value for this RemoteServerInfo.

Parameters:
version -

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.