Package com.sforce.soap.metadata
Class EclairMap
- java.lang.Object
-
- com.sforce.soap.metadata.EclairMap
-
-
Constructor Summary
Constructors Constructor Description EclairMap()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBoundingBoxBottom()doublegetBoundingBoxLeft()doublegetBoundingBoxRight()doublegetBoundingBoxTop()StringgetMapLabel()StringgetMapName()StringgetProjection()voidload(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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
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
public String getMapLabel()
-
setMapLabel
public void setMapLabel(String mapLabel)
-
setMapLabel
protected void setMapLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMapName
public String getMapName()
-
setMapName
public void setMapName(String mapName)
-
setMapName
protected void setMapName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProjection
public String getProjection()
-
setProjection
public void setProjection(String projection)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-