|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.UpdateView
public class UpdateView
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AddFIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}FIDSet"/>
<element name="DeleteFIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}FIDSet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UpdateView()
UpdateView default constructor. |
|
UpdateView(java.lang.String vid,
FIDSet addFIDs,
FIDSet deleteFIDs)
Deprecated. |
|
| Method Summary | |
|---|---|
FIDSet |
getAddFIDs()
Gets the value of the addFIDs property. |
FIDSet |
getDeleteFIDs()
Gets the value of the deleteFIDs property. |
java.lang.String |
getVID()
Gets the value of the vid property. |
void |
setAddFIDs(FIDSet value)
Sets the value of the addFIDs property. |
void |
setDeleteFIDs(FIDSet value)
Sets the value of the deleteFIDs property. |
void |
setVID(java.lang.String value)
Sets the value of the vid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public UpdateView(java.lang.String vid,
FIDSet addFIDs,
FIDSet deleteFIDs)
public UpdateView()
| Method Detail |
|---|
public java.lang.String getVID()
Stringpublic void setVID(java.lang.String value)
value - allowed object is
Stringpublic FIDSet getAddFIDs()
FIDSetpublic void setAddFIDs(FIDSet value)
value - allowed object is
FIDSetpublic FIDSet getDeleteFIDs()
FIDSetpublic void setDeleteFIDs(FIDSet value)
value - allowed object is
FIDSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||