public class ItemInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private DataType |
dataType |
private java.lang.String |
itemName |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.Boolean |
writable |
Constructor and Description |
---|
ItemInfo() |
ItemInfo(java.lang.String itemName,
DataType dataType,
java.lang.Boolean writable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DataType |
getDataType()
Gets the dataType value for this ItemInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getItemName()
Gets the itemName value for this ItemInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.Boolean |
getWritable()
Gets the writable value for this ItemInfo.
|
int |
hashCode() |
void |
setDataType(DataType dataType)
Sets the dataType value for this ItemInfo.
|
void |
setItemName(java.lang.String itemName)
Sets the itemName value for this ItemInfo.
|
void |
setWritable(java.lang.Boolean writable)
Sets the writable value for this ItemInfo.
|
private java.lang.String itemName
private DataType dataType
private java.lang.Boolean writable
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public ItemInfo()
public ItemInfo(java.lang.String itemName, DataType dataType, java.lang.Boolean writable)
public java.lang.String getItemName()
public void setItemName(java.lang.String itemName)
itemName
- public DataType getDataType()
public void setDataType(DataType dataType)
dataType
- public java.lang.Boolean getWritable()
public void setWritable(java.lang.Boolean writable)
writable
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)