com.esri.arcgisws
Class CadastralFieldEdits

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

public class CadastralFieldEdits
extends Object
implements Serializable

Java class for CadastralFieldEdits complex type.

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

 <complexType name="CadastralFieldEdits">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CadastralTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ExtendedAttributeFields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CadastralFieldEdits()
          CadastralFieldEdits default constructor.
CadastralFieldEdits(String cadastralTableName, Fields extendedAttributeFields)
          Deprecated. 
 
Method Summary
 String getCadastralTableName()
          Gets the value of the cadastralTableName property.
 Fields getExtendedAttributeFields()
          Gets the value of the extendedAttributeFields property.
 void setCadastralTableName(String value)
          Sets the value of the cadastralTableName property.
 void setExtendedAttributeFields(Fields value)
          Sets the value of the extendedAttributeFields property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CadastralFieldEdits

@Deprecated
public CadastralFieldEdits(String cadastralTableName,
                                      Fields extendedAttributeFields)
Deprecated. 

CadastralFieldEdits constructor.


CadastralFieldEdits

public CadastralFieldEdits()
CadastralFieldEdits default constructor.

Method Detail

getCadastralTableName

public String getCadastralTableName()
Gets the value of the cadastralTableName property.

Returns:
possible object is String

setCadastralTableName

public void setCadastralTableName(String value)
Sets the value of the cadastralTableName property.

Parameters:
value - allowed object is String

getExtendedAttributeFields

public Fields getExtendedAttributeFields()
Gets the value of the extendedAttributeFields property.

Returns:
possible object is Fields

setExtendedAttributeFields

public void setExtendedAttributeFields(Fields value)
Sets the value of the extendedAttributeFields property.

Parameters:
value - allowed object is Fields