org.gcube.vremanagement.vremodeler.stubs
Class CollectionType

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

public class CollectionType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CollectionType()
           
CollectionType(String id, CollectionTypeInfo info, String name, boolean selected)
           
 
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 CollectionType.
 CollectionTypeInfo getInfo()
          Gets the info value for this CollectionType.
 String getName()
          Gets the name value for this CollectionType.
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()
           
 boolean isSelected()
          Gets the selected value for this CollectionType.
 void setId(String id)
          Sets the id value for this CollectionType.
 void setInfo(CollectionTypeInfo info)
          Sets the info value for this CollectionType.
 void setName(String name)
          Sets the name value for this CollectionType.
 void setSelected(boolean selected)
          Sets the selected value for this CollectionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionType

public CollectionType()

CollectionType

public CollectionType(String id,
                      CollectionTypeInfo info,
                      String name,
                      boolean selected)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getInfo

public CollectionTypeInfo getInfo()
Gets the info value for this CollectionType.

Returns:
info

setInfo

public void setInfo(CollectionTypeInfo info)
Sets the info value for this CollectionType.

Parameters:
info -

isSelected

public boolean isSelected()
Gets the selected value for this CollectionType.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this CollectionType.

Parameters:
selected -

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.