|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CadastralFieldEdits
public class CadastralFieldEdits
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>
| 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 |
|---|
@Deprecated
public CadastralFieldEdits(String cadastralTableName,
Fields extendedAttributeFields)
public CadastralFieldEdits()
| Method Detail |
|---|
public String getCadastralTableName()
Stringpublic void setCadastralTableName(String value)
value - allowed object is
Stringpublic Fields getExtendedAttributeFields()
Fieldspublic void setExtendedAttributeFields(Fields value)
value - allowed object is
Fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||