com.esri.arcgisws
Class GetReplica

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

public class GetReplica
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="ReplicaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetReplica()
          GetReplica default constructor.
GetReplica(String replicaName)
          Deprecated. 
 
Method Summary
 String getReplicaName()
          Gets the value of the replicaName property.
 void setReplicaName(String value)
          Sets the value of the replicaName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetReplica

@Deprecated
public GetReplica(String replicaName)
Deprecated. 

GetReplica constructor.


GetReplica

public GetReplica()
GetReplica default constructor.

Method Detail

getReplicaName

public String getReplicaName()
Gets the value of the replicaName property.

Returns:
possible object is String

setReplicaName

public void setReplicaName(String value)
Sets the value of the replicaName property.

Parameters:
value - allowed object is String