org.gcube.vremanagement.vremodeler.stubs
Class ResourceDescriptionItem

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.ResourceDescriptionItem
All Implemented Interfaces:
Serializable

public class ResourceDescriptionItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResourceDescriptionItem()
           
ResourceDescriptionItem(String description, String id, ResourceItem[] resource)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this ResourceDescriptionItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this ResourceDescriptionItem.
 ResourceItem[] getResource()
          Gets the resource value for this ResourceDescriptionItem.
 ResourceItem getResource(int i)
           
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 setDescription(String description)
          Sets the description value for this ResourceDescriptionItem.
 void setId(String id)
          Sets the id value for this ResourceDescriptionItem.
 void setResource(int i, ResourceItem _value)
           
 void setResource(ResourceItem[] resource)
          Sets the resource value for this ResourceDescriptionItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriptionItem

public ResourceDescriptionItem()

ResourceDescriptionItem

public ResourceDescriptionItem(String description,
                               String id,
                               ResourceItem[] resource)
Method Detail

getId

public String getId()
Gets the id value for this ResourceDescriptionItem.

Returns:
id

setId

public void setId(String id)
Sets the id value for this ResourceDescriptionItem.

Parameters:
id -

getDescription

public String getDescription()
Gets the description value for this ResourceDescriptionItem.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ResourceDescriptionItem.

Parameters:
description -

getResource

public ResourceItem[] getResource()
Gets the resource value for this ResourceDescriptionItem.

Returns:
resource

setResource

public void setResource(ResourceItem[] resource)
Sets the resource value for this ResourceDescriptionItem.

Parameters:
resource -

getResource

public ResourceItem getResource(int i)

setResource

public void setResource(int i,
                        ResourceItem _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.