org.gcube.common.vremanagement.deployer.stubs.common
Class SoftwareType

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

public class SoftwareType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SoftwareType()
           
SoftwareType(PackageInfo _package, SoftwareTypeDependencies dependencies)
           
 
Method Summary
 boolean equals(Object obj)
           
 PackageInfo get_package()
          Gets the _package value for this SoftwareType.
 SoftwareTypeDependencies getDependencies()
          Gets the dependencies value for this SoftwareType.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_package(PackageInfo _package)
          Sets the _package value for this SoftwareType.
 void setDependencies(SoftwareTypeDependencies dependencies)
          Sets the dependencies value for this SoftwareType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftwareType

public SoftwareType()

SoftwareType

public SoftwareType(PackageInfo _package,
                    SoftwareTypeDependencies dependencies)
Method Detail

get_package

public PackageInfo get_package()
Gets the _package value for this SoftwareType.

Returns:
_package

set_package

public void set_package(PackageInfo _package)
Sets the _package value for this SoftwareType.

Parameters:
_package -

getDependencies

public SoftwareTypeDependencies getDependencies()
Gets the dependencies value for this SoftwareType.

Returns:
dependencies

setDependencies

public void setDependencies(SoftwareTypeDependencies dependencies)
Sets the dependencies value for this SoftwareType.

Parameters:
dependencies -

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.