com.esri.arcgisws
Class DeleteView

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

public class DeleteView
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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DeleteView()
          DeleteView default constructor.
DeleteView(java.lang.String vid)
          Deprecated. 
 
Method Summary
 java.lang.String getVID()
          Gets the value of the vid 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

DeleteView

@Deprecated
public DeleteView(java.lang.String vid)
Deprecated. 

DeleteView constructor.


DeleteView

public DeleteView()
DeleteView 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