com.esri.arcgisws
Class RelatedRecordGroup

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

public class RelatedRecordGroup
extends Object
implements Serializable

Java class for RelatedRecordGroup complex type.

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

 <complexType name="RelatedRecordGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SourceRowID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Records" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRecord"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RelatedRecordGroup()
          RelatedRecordGroup default constructor.
RelatedRecordGroup(int sourceRowID, Record[] records)
          Deprecated. 
 
Method Summary
 Record[] getRecords()
          Gets the value of the records property.
 int getSourceRowID()
          Gets the value of the sourceRowID property.
 void setRecords(Record[] value)
          Sets the value of the records property.
 void setSourceRowID(int value)
          Sets the value of the sourceRowID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedRecordGroup

@Deprecated
public RelatedRecordGroup(int sourceRowID,
                                     Record[] records)
Deprecated. 

RelatedRecordGroup constructor.


RelatedRecordGroup

public RelatedRecordGroup()
RelatedRecordGroup default constructor.

Method Detail

getSourceRowID

public int getSourceRowID()
Gets the value of the sourceRowID property.


setSourceRowID

public void setSourceRowID(int value)
Sets the value of the sourceRowID property.


getRecords

public Record[] getRecords()
Gets the value of the records property.

Returns:
possible object is []

setRecords

public void setRecords(Record[] value)
Sets the value of the records property.

Parameters:
value - allowed object is []