com.esri.arcgisws
Class UpdateView

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

public class UpdateView
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

UpdateView

@Deprecated
public UpdateView(java.lang.String vid,
                             FIDSet addFIDs,
                             FIDSet deleteFIDs)
Deprecated. 

UpdateView constructor.


UpdateView

public UpdateView()
UpdateView default constructor.

Method Detail

getVID

public java.lang.String getVID()
Gets the value of the vid property.

Returns:
possible object is String

setVID

public void setVID(java.lang.String value)
Sets the value of the vid property.

Parameters:
value - allowed object is String

getAddFIDs

public FIDSet getAddFIDs()
Gets the value of the addFIDs property.

Returns:
possible object is FIDSet

setAddFIDs

public void setAddFIDs(FIDSet value)
Sets the value of the addFIDs property.

Parameters:
value - allowed object is FIDSet

getDeleteFIDs

public FIDSet getDeleteFIDs()
Gets the value of the deleteFIDs property.

Returns:
possible object is FIDSet

setDeleteFIDs

public void setDeleteFIDs(FIDSet value)
Sets the value of the deleteFIDs property.

Parameters:
value - allowed object is FIDSet