|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.timecard1.DetailedGPSInfoBean
public class DetailedGPSInfoBean
Constructor Summary | |
---|---|
DetailedGPSInfoBean()
|
|
DetailedGPSInfoBean(java.lang.String deviceID,
java.lang.String latitude,
java.lang.String longitude,
java.lang.String speed,
java.lang.String direction,
java.util.Calendar whenFixTime,
java.lang.String event)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDeviceID()
Gets the deviceID value for this DetailedGPSInfoBean. |
java.lang.String |
getDirection()
Gets the direction value for this DetailedGPSInfoBean. |
java.lang.String |
getEvent()
Gets the event value for this DetailedGPSInfoBean. |
java.lang.String |
getLatitude()
Gets the latitude value for this DetailedGPSInfoBean. |
java.lang.String |
getLongitude()
Gets the longitude value for this DetailedGPSInfoBean. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSpeed()
Gets the speed value for this DetailedGPSInfoBean. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.util.Calendar |
getWhenFixTime()
Gets the whenFixTime value for this DetailedGPSInfoBean. |
int |
hashCode()
|
void |
setDeviceID(java.lang.String deviceID)
Sets the deviceID value for this DetailedGPSInfoBean. |
void |
setDirection(java.lang.String direction)
Sets the direction value for this DetailedGPSInfoBean. |
void |
setEvent(java.lang.String event)
Sets the event value for this DetailedGPSInfoBean. |
void |
setLatitude(java.lang.String latitude)
Sets the latitude value for this DetailedGPSInfoBean. |
void |
setLongitude(java.lang.String longitude)
Sets the longitude value for this DetailedGPSInfoBean. |
void |
setSpeed(java.lang.String speed)
Sets the speed value for this DetailedGPSInfoBean. |
void |
setWhenFixTime(java.util.Calendar whenFixTime)
Sets the whenFixTime value for this DetailedGPSInfoBean. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailedGPSInfoBean()
public DetailedGPSInfoBean(java.lang.String deviceID, java.lang.String latitude, java.lang.String longitude, java.lang.String speed, java.lang.String direction, java.util.Calendar whenFixTime, java.lang.String event)
Method Detail |
---|
public java.lang.String getDeviceID()
public void setDeviceID(java.lang.String deviceID)
deviceID
- public java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude
- public java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude
- public java.lang.String getSpeed()
public void setSpeed(java.lang.String speed)
speed
- public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction
- public java.util.Calendar getWhenFixTime()
public void setWhenFixTime(java.util.Calendar whenFixTime)
whenFixTime
- public java.lang.String getEvent()
public void setEvent(java.lang.String event)
event
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |