com.esri.arcgisws
Class CreateView

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

public class CreateView
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="View" type="{http://www.esri.com/schemas/ArcGIS/10.3}ImageView"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CreateView()
          CreateView default constructor.
CreateView(ImageView view)
          Deprecated. 
 
Method Summary
 ImageView getView()
          Gets the value of the view property.
 void setView(ImageView value)
          Sets the value of the view property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateView

@Deprecated
public CreateView(ImageView view)
Deprecated. 

CreateView constructor.


CreateView

public CreateView()
CreateView default constructor.

Method Detail

getView

public ImageView getView()
Gets the value of the view property.

Returns:
possible object is ImageView

setView

public void setView(ImageView value)
Sets the value of the view property.

Parameters:
value - allowed object is ImageView