com.esri.arcgisws
Class Record

java.lang.Object
  extended by com.esri.arcgisws.Record
All Implemented Interfaces:
Serializable

public class Record
extends Object
implements Serializable

ESRI Record Object.

Java class for Record complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Record">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfValue"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI Record Object.

See Also:
Serialized Form

Constructor Summary
Record()
          Record default constructor.
Record(Object[] values)
          Deprecated. 
 
Method Summary
 Object[] getValues()
          Gets the value of the values property.
 void setValues(Object[] value)
          Sets the value of the values property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

@Deprecated
public Record(Object[] values)
Deprecated. 

Record constructor.


Record

public Record()
Record default constructor.

Method Detail

getValues

public Object[] getValues()
Gets the value of the values property.

Returns:
possible object is []

setValues

public void setValues(Object[] value)
Sets the value of the values property.

Parameters:
value - allowed object is []