com.esri.arcgisws
Class FeatureServerForceDeriveFromAnyType

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

public class FeatureServerForceDeriveFromAnyType
extends Object
implements Serializable

Java class for FeatureServerForceDeriveFromAnyType complex type.

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

 <complexType name="FeatureServerForceDeriveFromAnyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataObjects" type="{http://www.esri.com/schemas/ArcGIS/10.0}DataObjects"/>
         <element name="DataObjectGroups" type="{http://www.esri.com/schemas/ArcGIS/10.0}DataObjectGroups"/>
         <element name="DomainInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}DomainInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FeatureServerForceDeriveFromAnyType()
          FeatureServerForceDeriveFromAnyType default constructor.
FeatureServerForceDeriveFromAnyType(DataObjects dataObjects, DataObjectGroups dataObjectGroups, DomainInfo domainInfo)
          Deprecated. 
 
Method Summary
 DataObjectGroups getDataObjectGroups()
          Gets the value of the dataObjectGroups property.
 DataObjects getDataObjects()
          Gets the value of the dataObjects property.
 DomainInfo getDomainInfo()
          Gets the value of the domainInfo property.
 void setDataObjectGroups(DataObjectGroups value)
          Sets the value of the dataObjectGroups property.
 void setDataObjects(DataObjects value)
          Sets the value of the dataObjects property.
 void setDomainInfo(DomainInfo value)
          Sets the value of the domainInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureServerForceDeriveFromAnyType

@Deprecated
public FeatureServerForceDeriveFromAnyType(DataObjects dataObjects,
                                                      DataObjectGroups dataObjectGroups,
                                                      DomainInfo domainInfo)
Deprecated. 

FeatureServerForceDeriveFromAnyType constructor.


FeatureServerForceDeriveFromAnyType

public FeatureServerForceDeriveFromAnyType()
FeatureServerForceDeriveFromAnyType default constructor.

Method Detail

getDataObjects

public DataObjects getDataObjects()
Gets the value of the dataObjects property.

Returns:
possible object is DataObjects

setDataObjects

public void setDataObjects(DataObjects value)
Sets the value of the dataObjects property.

Parameters:
value - allowed object is DataObjects

getDataObjectGroups

public DataObjectGroups getDataObjectGroups()
Gets the value of the dataObjectGroups property.

Returns:
possible object is DataObjectGroups

setDataObjectGroups

public void setDataObjectGroups(DataObjectGroups value)
Sets the value of the dataObjectGroups property.

Parameters:
value - allowed object is DataObjectGroups

getDomainInfo

public DomainInfo getDomainInfo()
Gets the value of the domainInfo property.

Returns:
possible object is DomainInfo

setDomainInfo

public void setDomainInfo(DomainInfo value)
Sets the value of the domainInfo property.

Parameters:
value - allowed object is DomainInfo