org.globus.ogsa.samples.array
Class Tuple
java.lang.Object
org.globus.ogsa.samples.array.Tuple
- All Implemented Interfaces:
- Serializable
- public class Tuple
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Tuple()
|
Tuple
public Tuple()
isEofFlag
public boolean isEofFlag()
setEofFlag
public void setEofFlag(boolean eofFlag)
getRows
public Vector getRows()
setRows
public void setRows(Vector rows)
getFields
public ResultField[] getFields()
setFields
public void setFields(ResultField[] fields)
getFields
public ResultField getFields(int i)
setFields
public void setFields(int i,
ResultField value)
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
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,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.