com.esri.arcgisws
Class UnregisterReplica

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

public class UnregisterReplica
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
UnregisterReplica()
          UnregisterReplica default constructor.
UnregisterReplica(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

UnregisterReplica

@Deprecated
public UnregisterReplica(String replicaName)
Deprecated. 

UnregisterReplica constructor.


UnregisterReplica

public UnregisterReplica()
UnregisterReplica 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