public class Dimension extends Object implements Serializable
| Constructor and Description |
|---|
Dimension() |
Dimension(String id,
Key[] keyList,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getName()
public void setName(String name)
name - public String getId()
public void setId(String id)
id - public Key[] getKeyList()
public void setKeyList(Key[] keyList)
keyList - public Key getKeyList(int i)
public void setKeyList(int i,
Key _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.