public class Row extends Object implements Serializable
| 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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Value[] |
getValues()
Gets the values value for this Row.
|
Value |
getValues(int i) |
int |
hashCode() |
void |
setValues(int i,
Value _value) |
void |
setValues(Value[] values)
Sets the values value for this Row.
|
String |
toString() |
public Row()
public Row(Value[] values)
public Value[] getValues()
public void setValues(Value[] values)
values - * Represents a collection of values belonging to one entity.public Value getValues(int i)
public void setValues(int i,
Value _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.