| Constructor and Description |
|---|
Location()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getLatitude()
element : latitude of type {http://www.w3.org/2001/XMLSchema}double
java type: java.lang.Double
|
Double |
getLongitude()
element : longitude of type {http://www.w3.org/2001/XMLSchema}double
java type: java.lang.Double
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public Double getLatitude()
ILocationgetLatitude in interface ILocationpublic void setLatitude(Double latitude)
setLatitude in interface ILocationpublic Double getLongitude()
ILocationgetLongitude in interface ILocationpublic void setLongitude(Double longitude)
setLongitude in interface ILocationpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.