org.gcube.vremanagement.resourcemanager.stubs.common
Class PackageInfo

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.common.PackageInfo
All Implemented Interfaces:
Serializable

public class PackageInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PackageInfo()
           
PackageInfo(String name, Pair[] options, String serviceClass, String serviceName, String serviceVersion, String version)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this PackageInfo.
 Pair[] getOptions()
          Gets the options value for this PackageInfo.
 Pair getOptions(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this PackageInfo.
 String getServiceName()
          Gets the serviceName value for this PackageInfo.
 String getServiceVersion()
          Gets the serviceVersion value for this PackageInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVersion()
          Gets the version value for this PackageInfo.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this PackageInfo.
 void setOptions(int i, Pair _value)
           
 void setOptions(Pair[] options)
          Sets the options value for this PackageInfo.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this PackageInfo.
 void setServiceName(String serviceName)
          Sets the serviceName value for this PackageInfo.
 void setServiceVersion(String serviceVersion)
          Sets the serviceVersion value for this PackageInfo.
 void setVersion(String version)
          Sets the version value for this PackageInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageInfo

public PackageInfo()

PackageInfo

public PackageInfo(String name,
                   Pair[] options,
                   String serviceClass,
                   String serviceName,
                   String serviceVersion,
                   String version)
Method Detail

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getServiceVersion

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

Returns:
serviceVersion

setServiceVersion

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

Parameters:
serviceVersion -

getName

public String getName()
Gets the name value for this PackageInfo.

Returns:
name

setName

public void setName(String name)
Sets the name value for this PackageInfo.

Parameters:
name -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getOptions

public Pair[] getOptions()
Gets the options value for this PackageInfo.

Returns:
options

setOptions

public void setOptions(Pair[] options)
Sets the options value for this PackageInfo.

Parameters:
options -

getOptions

public Pair getOptions(int i)

setOptions

public void setOptions(int i,
                       Pair _value)

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.