|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.TableIdentity
public class TableIdentity
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>
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 |
---|
@Deprecated public TableIdentity(long id, java.lang.String name)
public TableIdentity()
Method Detail |
---|
public long getID()
public void setID(long value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |