|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RelatedRecordGroup
public class RelatedRecordGroup
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.3}ArrayOfRecord"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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 |
|---|
@Deprecated
public RelatedRecordGroup(int sourceRowID,
Record[] records)
public RelatedRecordGroup()
| Method Detail |
|---|
public int getSourceRowID()
public void setSourceRowID(int value)
public Record[] getRecords()
[] public void setRecords(Record[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||