com.esri.arcgisws
Class DataObjectType

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

public class DataObjectType
extends Object
implements Serializable

Java class for DataObjectType complex type.

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

 <complexType name="DataObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PropDomains" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
         <element name="Templates" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTemplateInfo"/>
         <element name="TypeID" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataObjectType()
          DataObjectType default constructor.
DataObjectType(String name, PropertySet propDomains, TemplateInfo[] templates, Object typeID)
          Deprecated. 
 
Method Summary
 String getName()
          Gets the value of the name property.
 PropertySet getPropDomains()
          Gets the value of the propDomains property.
 TemplateInfo[] getTemplates()
          Gets the value of the templates property.
 Object getTypeID()
          Gets the value of the typeID property.
 void setName(String value)
          Sets the value of the name property.
 void setPropDomains(PropertySet value)
          Sets the value of the propDomains property.
 void setTemplates(TemplateInfo[] value)
          Sets the value of the templates property.
 void setTypeID(Object value)
          Sets the value of the typeID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectType

@Deprecated
public DataObjectType(String name,
                                 PropertySet propDomains,
                                 TemplateInfo[] templates,
                                 Object typeID)
Deprecated. 

DataObjectType constructor.


DataObjectType

public DataObjectType()
DataObjectType default constructor.

Method Detail

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

getPropDomains

public PropertySet getPropDomains()
Gets the value of the propDomains property.

Returns:
possible object is PropertySet

setPropDomains

public void setPropDomains(PropertySet value)
Sets the value of the propDomains property.

Parameters:
value - allowed object is PropertySet

getTemplates

public TemplateInfo[] getTemplates()
Gets the value of the templates property.

Returns:
possible object is []

setTemplates

public void setTemplates(TemplateInfo[] value)
Sets the value of the templates property.

Parameters:
value - allowed object is []

getTypeID

public Object getTypeID()
Gets the value of the typeID property.

Returns:
possible object is Object

setTypeID

public void setTypeID(Object value)
Sets the value of the typeID property.

Parameters:
value - allowed object is Object