com.esri.arcgisws
Class TemplateInfo

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

public class TemplateInfo
extends Object
implements Serializable

Java class for TemplateInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TemplateInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Prototype" type="{http://www.esri.com/schemas/ArcGIS/10.0}DataObject"/>
         <element name="DefaultTool" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFeatureEditTool"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TemplateInfo()
          TemplateInfo default constructor.
TemplateInfo(String description, String name, DataObject prototype, EsriFeatureEditTool defaultTool)
          Deprecated. 
 
Method Summary
 EsriFeatureEditTool getDefaultTool()
          Gets the value of the defaultTool property.
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 DataObject getPrototype()
          Gets the value of the prototype property.
 void setDefaultTool(EsriFeatureEditTool value)
          Sets the value of the defaultTool property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setPrototype(DataObject value)
          Sets the value of the prototype property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateInfo

@Deprecated
public TemplateInfo(String description,
                               String name,
                               DataObject prototype,
                               EsriFeatureEditTool defaultTool)
Deprecated. 

TemplateInfo constructor.


TemplateInfo

public TemplateInfo()
TemplateInfo default constructor.

Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPrototype

public DataObject getPrototype()
Gets the value of the prototype property.

Returns:
possible object is DataObject

setPrototype

public void setPrototype(DataObject value)
Sets the value of the prototype property.

Parameters:
value - allowed object is DataObject

getDefaultTool

public EsriFeatureEditTool getDefaultTool()
Gets the value of the defaultTool property.

Returns:
possible object is EsriFeatureEditTool

setDefaultTool

public void setDefaultTool(EsriFeatureEditTool value)
Sets the value of the defaultTool property.

Parameters:
value - allowed object is EsriFeatureEditTool