org.gcube.vremanagement.resourcemanager.stubs.binder
Class ResourceItem

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

public class ResourceItem
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ResourceItem

public ResourceItem()

ResourceItem

public ResourceItem(String ID,
                    String type)
Method Detail

getID

public String getID()
Gets the ID value for this ResourceItem.

Returns:
ID

setID

public void setID(String ID)
Sets the ID value for this ResourceItem.

Parameters:
ID -

getType

public String getType()
Gets the type value for this ResourceItem.

Returns:
type

setType

public void setType(String type)
Sets the type value for this ResourceItem.

Parameters:
type -

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