com.esri.arcgisws
Class GFSTableDescription

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

public class GFSTableDescription
extends Object
implements Serializable

Java class for GFSTableDescription complex type.

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

 <complexType name="GFSTableDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GFSTableDescription()
          GFSTableDescription default constructor.
GFSTableDescription(int id, String definitionExpression)
          Deprecated. 
 
Method Summary
 String getDefinitionExpression()
          Gets the value of the definitionExpression property.
 int getID()
          Gets the value of the id property.
 void setDefinitionExpression(String value)
          Sets the value of the definitionExpression property.
 void setID(int value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFSTableDescription

@Deprecated
public GFSTableDescription(int id,
                                      String definitionExpression)
Deprecated. 

GFSTableDescription constructor.


GFSTableDescription

public GFSTableDescription()
GFSTableDescription default constructor.

Method Detail

getID

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


setID

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


getDefinitionExpression

public String getDefinitionExpression()
Gets the value of the definitionExpression property.

Returns:
possible object is String

setDefinitionExpression

public void setDefinitionExpression(String value)
Sets the value of the definitionExpression property.

Parameters:
value - allowed object is String