Package com.sforce.soap.metadata
Class EclairMap
java.lang.Object
com.sforce.soap.metadata.EclairMap
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoublevoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBoundingBoxBottom(double boundingBoxBottom) protected voidsetBoundingBoxBottom(XmlInputStream __in, TypeMapper __typeMapper) voidsetBoundingBoxLeft(double boundingBoxLeft) protected voidsetBoundingBoxLeft(XmlInputStream __in, TypeMapper __typeMapper) voidsetBoundingBoxRight(double boundingBoxRight) protected voidsetBoundingBoxRight(XmlInputStream __in, TypeMapper __typeMapper) voidsetBoundingBoxTop(double boundingBoxTop) protected voidsetBoundingBoxTop(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMapLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMapLabel(String mapLabel) protected voidsetMapName(XmlInputStream __in, TypeMapper __typeMapper) voidsetMapName(String mapName) protected voidsetProjection(XmlInputStream __in, TypeMapper __typeMapper) voidsetProjection(String projection) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EclairMap
public EclairMap()Constructor
-
-
Method Details
-
getBoundingBoxBottom
public double getBoundingBoxBottom() -
setBoundingBoxBottom
public void setBoundingBoxBottom(double boundingBoxBottom) -
setBoundingBoxBottom
protected void setBoundingBoxBottom(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBoundingBoxLeft
public double getBoundingBoxLeft() -
setBoundingBoxLeft
public void setBoundingBoxLeft(double boundingBoxLeft) -
setBoundingBoxLeft
protected void setBoundingBoxLeft(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBoundingBoxRight
public double getBoundingBoxRight() -
setBoundingBoxRight
public void setBoundingBoxRight(double boundingBoxRight) -
setBoundingBoxRight
protected void setBoundingBoxRight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBoundingBoxTop
public double getBoundingBoxTop() -
setBoundingBoxTop
public void setBoundingBoxTop(double boundingBoxTop) -
setBoundingBoxTop
protected void setBoundingBoxTop(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMapLabel
-
setMapLabel
-
setMapLabel
protected void setMapLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMapName
-
setMapName
-
setMapName
protected void setMapName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProjection
-
setProjection
-
setProjection
protected void setProjection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-