org.gcube.vremanagement.softwaregateway.stubs
Class DependenciesCoordinates

java.lang.Object
  extended by org.gcube.vremanagement.softwaregateway.stubs.DependenciesCoordinates
All Implemented Interfaces:
Serializable

public class DependenciesCoordinates
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DependenciesCoordinates()
           
DependenciesCoordinates(String packageName, String packageVersion, String serviceClass, String serviceName, String serviceVersion)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPackageName()
          Gets the packageName value for this DependenciesCoordinates.
 String getPackageVersion()
          Gets the packageVersion value for this DependenciesCoordinates.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this DependenciesCoordinates.
 String getServiceName()
          Gets the serviceName value for this DependenciesCoordinates.
 String getServiceVersion()
          Gets the serviceVersion value for this DependenciesCoordinates.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPackageName(String packageName)
          Sets the packageName value for this DependenciesCoordinates.
 void setPackageVersion(String packageVersion)
          Sets the packageVersion value for this DependenciesCoordinates.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this DependenciesCoordinates.
 void setServiceName(String serviceName)
          Sets the serviceName value for this DependenciesCoordinates.
 void setServiceVersion(String serviceVersion)
          Sets the serviceVersion value for this DependenciesCoordinates.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependenciesCoordinates

public DependenciesCoordinates()

DependenciesCoordinates

public DependenciesCoordinates(String packageName,
                               String packageVersion,
                               String serviceClass,
                               String serviceName,
                               String serviceVersion)
Method Detail

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this DependenciesCoordinates.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this DependenciesCoordinates.

Parameters:
serviceClass -

getServiceName

public String getServiceName()
Gets the serviceName value for this DependenciesCoordinates.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this DependenciesCoordinates.

Parameters:
serviceName -

getServiceVersion

public String getServiceVersion()
Gets the serviceVersion value for this DependenciesCoordinates.

Returns:
serviceVersion

setServiceVersion

public void setServiceVersion(String serviceVersion)
Sets the serviceVersion value for this DependenciesCoordinates.

Parameters:
serviceVersion -

getPackageName

public String getPackageName()
Gets the packageName value for this DependenciesCoordinates.

Returns:
packageName

setPackageName

public void setPackageName(String packageName)
Sets the packageName value for this DependenciesCoordinates.

Parameters:
packageName -

getPackageVersion

public String getPackageVersion()
Gets the packageVersion value for this DependenciesCoordinates.

Returns:
packageVersion

setPackageVersion

public void setPackageVersion(String packageVersion)
Sets the packageVersion value for this DependenciesCoordinates.

Parameters:
packageVersion -

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 © 2013. All Rights Reserved.