org.gcube.contentmanagement.timeseriesservice.stubs.types
Class Dimension

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.types.Dimension
All Implemented Interfaces:
Serializable

public class Dimension
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Dimension()
           
Dimension(String id, Key[] keyList, String name)
           
 
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 Dimension.
 Key[] getKeyList()
          Gets the keyList value for this Dimension.
 Key getKeyList(int i)
           
 String getName()
          Gets the name value for this Dimension.
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 setId(String id)
          Sets the id value for this Dimension.
 void setKeyList(int i, Key _value)
           
 void setKeyList(Key[] keyList)
          Sets the keyList value for this Dimension.
 void setName(String name)
          Sets the name value for this Dimension.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension()

Dimension

public Dimension(String id,
                 Key[] keyList,
                 String name)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getId

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

Returns:
id

setId

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

Parameters:
id -

getKeyList

public Key[] getKeyList()
Gets the keyList value for this Dimension.

Returns:
keyList

setKeyList

public void setKeyList(Key[] keyList)
Sets the keyList value for this Dimension.

Parameters:
keyList -

getKeyList

public Key getKeyList(int i)

setKeyList

public void setKeyList(int i,
                       Key _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 © 2012. All Rights Reserved.