| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DEGeoDataset
com.esri.arcgisws.DECadastralFabric
public class DECadastralFabric
Java class for DECadastralFabric complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DECadastralFabric">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
       <sequence>
         <element name="ConfigurationKeyword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DefaultAccuracy" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CadastralFieldEditsCollection" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfCadastralFieldEdits"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| DECadastralFabric()DECadastralFabric default constructor. | |
| DECadastralFabric(String catalogPath,
                  String name,
                  Boolean childrenExpanded,
                  Boolean fullPropsRetrieved,
                  Boolean metadataRetrieved,
                  XmlPropertySet metadata,
                  DataElement[] children,
                  EsriDatasetType datasetType,
                  Integer dsid,
                  Boolean versioned,
                  Boolean canVersion,
                  String configurationKeyword,
                  Envelope extent,
                  SpatialReference spatialReference,
                  List rest)Deprecated. | |
| Method Summary | |
|---|---|
|  List | getRest()Gets the rest of the content model. | 
| Methods inherited from class com.esri.arcgisws.DEGeoDataset | 
|---|
| getExtent, getSpatialReference, setExtent, setSpatialReference | 
| Methods inherited from class com.esri.arcgisws.DEDataset | 
|---|
| getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned | 
| Methods inherited from class com.esri.arcgisws.DataElement | 
|---|
| getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public DECadastralFabric(String catalogPath,
                                    String name,
                                    Boolean childrenExpanded,
                                    Boolean fullPropsRetrieved,
                                    Boolean metadataRetrieved,
                                    XmlPropertySet metadata,
                                    DataElement[] children,
                                    EsriDatasetType datasetType,
                                    Integer dsid,
                                    Boolean versioned,
                                    Boolean canVersion,
                                    String configurationKeyword,
                                    Envelope extent,
                                    SpatialReference spatialReference,
                                    List rest)
public DECadastralFabric()
| Method Detail | 
|---|
public List getRest()
You are getting this "catch-all" property because of the following reason: The field name "ConfigurationKeyword" is used by two different parts of a schema. See: line 308 of file:GeoDataServer.wsdl line 2201 of file:GeoDataServer.wsdl
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the rest property.
 
For example, to add a new item, do as follows:
    getRest().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 JAXBElement <Integer>
 JAXBElement <[] >
 JAXBElement <String>
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||