com.esri.tracking.connector
Class MessageField
java.lang.Object
com.esri.tracking.connector.MessageField
public class MessageField
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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