com.esri.arcgisws
Class GetView

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

public class GetView
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
GetView()
          GetView default constructor.
GetView(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

GetView

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

GetView constructor.


GetView

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