com.esri.arcgisws
Class TableIdentity

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

public class TableIdentity
extends java.lang.Object
implements java.io.Serializable

Java class for TableIdentity complex type.

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

 <complexType name="TableIdentity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TableIdentity()
          TableIdentity default constructor.
TableIdentity(long id, java.lang.String name)
          Deprecated. 
 
Method Summary
 long getID()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 void setID(long value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableIdentity

@Deprecated
public TableIdentity(long id,
                                java.lang.String name)
Deprecated. 

TableIdentity constructor.


TableIdentity

public TableIdentity()
TableIdentity default constructor.

Method Detail

getID

public long getID()
Gets the value of the id property.


setID

public void setID(long value)
Sets the value of the id property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String