org.gcube.vremanagement.vremodeler.stubs
Class SelectedResourceDescriptionType

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

public class SelectedResourceDescriptionType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SelectedResourceDescriptionType()
           
SelectedResourceDescriptionType(String descriptionId, String[] resourceId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescriptionId()
          Gets the descriptionId value for this SelectedResourceDescriptionType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getResourceId()
          Gets the resourceId value for this SelectedResourceDescriptionType.
 String getResourceId(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 setDescriptionId(String descriptionId)
          Sets the descriptionId value for this SelectedResourceDescriptionType.
 void setResourceId(int i, String _value)
           
 void setResourceId(String[] resourceId)
          Sets the resourceId value for this SelectedResourceDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedResourceDescriptionType

public SelectedResourceDescriptionType()

SelectedResourceDescriptionType

public SelectedResourceDescriptionType(String descriptionId,
                                       String[] resourceId)
Method Detail

getDescriptionId

public String getDescriptionId()
Gets the descriptionId value for this SelectedResourceDescriptionType.

Returns:
descriptionId

setDescriptionId

public void setDescriptionId(String descriptionId)
Sets the descriptionId value for this SelectedResourceDescriptionType.

Parameters:
descriptionId -

getResourceId

public String[] getResourceId()
Gets the resourceId value for this SelectedResourceDescriptionType.

Returns:
resourceId

setResourceId

public void setResourceId(String[] resourceId)
Sets the resourceId value for this SelectedResourceDescriptionType.

Parameters:
resourceId -

getResourceId

public String getResourceId(int i)

setResourceId

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