com.esri.arcgisws
Class ExpandReplicaDatasets

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

public class ExpandReplicaDatasets
extends Object
implements Serializable

Java class for anonymous complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ExpandReplicaDatasets()
          ExpandReplicaDatasets default constructor.
ExpandReplicaDatasets(GPReplicaDataset[] replicaDatasets)
          Deprecated. 
 
Method Summary
 GPReplicaDataset[] getReplicaDatasets()
          Gets the value of the replicaDatasets property.
 void setReplicaDatasets(GPReplicaDataset[] value)
          Sets the value of the replicaDatasets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandReplicaDatasets

@Deprecated
public ExpandReplicaDatasets(GPReplicaDataset[] replicaDatasets)
Deprecated. 

ExpandReplicaDatasets constructor.


ExpandReplicaDatasets

public ExpandReplicaDatasets()
ExpandReplicaDatasets default constructor.

Method Detail

getReplicaDatasets

public GPReplicaDataset[] getReplicaDatasets()
Gets the value of the replicaDatasets property.

Returns:
possible object is []

setReplicaDatasets

public void setReplicaDatasets(GPReplicaDataset[] value)
Sets the value of the replicaDatasets property.

Parameters:
value - allowed object is []