com.esri.tracking.connector
Class MessageField

java.lang.Object
  extended by com.esri.tracking.connector.MessageField

public class MessageField
extends java.lang.Object


Method Summary
 GeometryType getGeometryType()
           
 java.lang.String getName()
           
 MessageFieldType getType()
           
 void setGeometryType(GeometryType geometryType)
           
 void setName(java.lang.String name)
           
 void setType(MessageFieldType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGeometryType

public GeometryType getGeometryType()
Returns:
the _geometryType

getName

public java.lang.String getName()
Returns:
the name

getType

public MessageFieldType getType()
Returns:
the type

setGeometryType

public void setGeometryType(GeometryType geometryType)
Parameters:
geometryType - the Geometry Type to set

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

setType

public void setType(MessageFieldType type)
Parameters:
type - the type to set