public abstract class VariableBase extends Base implements Serializable
| Constructor and Description |
|---|
VariableBase() |
VariableBase(long id,
String name,
int type) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getType()
Gets the type value for this VariableBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setType(int type)
Sets the type value for this VariableBase.
|
public VariableBase()
public VariableBase(long id,
String name,
int type)
public int getType()
public void setType(int type)
type - 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.