public class MapElementObject
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MapElementObject.AREA_TYPE |
static class |
MapElementObject.ELEMENT_SUB_TYPE |
static class |
MapElementObject.ELEMENT_TYPE |
static class |
MapElementObject.LABEL_LOCATION |
static class |
MapElementObject.USE_ICONMAP |
| 构造器和说明 |
|---|
MapElementObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
getAreatype()
Gets areatype.
|
java.lang.Integer |
getElementid()
Gets elementid.
|
java.lang.Integer |
getElementsubtype()
Gets elementsubtype.
|
java.lang.Integer |
getElementtype()
Gets elementtype.
|
java.lang.Integer |
getHeight()
Gets height.
|
java.lang.Integer |
getIconid_disabled()
Gets iconid_disabled.
|
java.lang.Integer |
getIconid_maintenance()
Gets iconid_maintenance.
|
java.lang.Integer |
getIconid_off()
Gets iconid_off.
|
java.lang.Integer |
getIconid_on()
Gets iconid_on.
|
java.lang.Integer |
getLabel_location()
Gets label_location.
|
java.lang.String |
getLabel()
Gets label.
|
java.lang.Integer |
getSelementid()
Gets selementid.
|
java.lang.Integer |
getSysmapid()
Gets sysmapid.
|
java.util.List<MapElementURLObject> |
getUrls()
Gets urls.
|
java.lang.Integer |
getUse_iconmap()
Gets use_iconmap.
|
java.lang.Integer |
getViewtype()
Gets Possible values: 0 - default grid.
|
java.lang.Integer |
getWidth()
Gets width.
|
java.lang.Integer |
getX()
Gets x.
|
java.lang.Integer |
getY()
Gets y.
|
void |
setAreatype(java.lang.Integer areatype)
Sets new areatype.
|
void |
setElementid(java.lang.Integer elementid)
Sets new elementid.
|
void |
setElementsubtype(java.lang.Integer elementsubtype)
Sets new elementsubtype.
|
void |
setElementtype(java.lang.Integer elementtype)
Sets new elementtype.
|
void |
setHeight(java.lang.Integer height)
Sets new height.
|
void |
setIconid_disabled(java.lang.Integer iconid_disabled)
Sets new iconid_disabled.
|
void |
setIconid_maintenance(java.lang.Integer iconid_maintenance)
Sets new iconid_maintenance.
|
void |
setIconid_off(java.lang.Integer iconid_off)
Sets new iconid_off.
|
void |
setIconid_on(java.lang.Integer iconid_on)
Sets new iconid_on.
|
void |
setLabel_location(java.lang.Integer label_location)
Sets new label_location.
|
void |
setLabel(java.lang.String label)
Sets new label.
|
void |
setSelementid(java.lang.Integer selementid)
Sets new selementid.
|
void |
setSysmapid(java.lang.Integer sysmapid)
Sets new sysmapid.
|
void |
setUrls(java.util.List<MapElementURLObject> urls)
Sets new urls.
|
void |
setUse_iconmap(java.lang.Integer use_iconmap)
Sets new use_iconmap.
|
void |
setViewtype(java.lang.Integer viewtype)
Sets new Possible values: 0 - default grid.
|
void |
setWidth(java.lang.Integer width)
Sets new width.
|
void |
setX(java.lang.Integer x)
Sets new x.
|
void |
setY(java.lang.Integer y)
Sets new y.
|
public java.lang.Integer getIconid_disabled()
public void setIconid_disabled(java.lang.Integer iconid_disabled)
iconid_disabled - New value of iconid_disabled.public java.lang.Integer getElementsubtype()
public void setElementsubtype(java.lang.Integer elementsubtype)
elementsubtype - New value of elementsubtype.public java.lang.Integer getElementid()
public void setElementid(java.lang.Integer elementid)
elementid - New value of elementid.public java.lang.Integer getSelementid()
public void setSelementid(java.lang.Integer selementid)
selementid - New value of selementid.public java.lang.Integer getElementtype()
public void setElementtype(java.lang.Integer elementtype)
elementtype - New value of elementtype.public java.lang.Integer getIconid_off()
public void setIconid_off(java.lang.Integer iconid_off)
iconid_off - New value of iconid_off.public java.lang.Integer getIconid_on()
public void setIconid_on(java.lang.Integer iconid_on)
iconid_on - New value of iconid_on.public java.util.List<MapElementURLObject> getUrls()
public void setUrls(java.util.List<MapElementURLObject> urls)
urls - New value of urls.public java.lang.Integer getIconid_maintenance()
public void setIconid_maintenance(java.lang.Integer iconid_maintenance)
iconid_maintenance - New value of iconid_maintenance.public java.lang.Integer getY()
public void setY(java.lang.Integer y)
y - New value of y.public java.lang.Integer getSysmapid()
public void setSysmapid(java.lang.Integer sysmapid)
sysmapid - New value of sysmapid.public java.lang.Integer getUse_iconmap()
public void setUse_iconmap(java.lang.Integer use_iconmap)
use_iconmap - New value of use_iconmap.public java.lang.Integer getLabel_location()
public void setLabel_location(java.lang.Integer label_location)
label_location - New value of label_location.public java.lang.Integer getViewtype()
public void setViewtype(java.lang.Integer viewtype)
viewtype - New value of Possible values: 0 - default grid.public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width - New value of width.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - New value of label.public java.lang.Integer getAreatype()
public void setAreatype(java.lang.Integer areatype)
areatype - New value of areatype.public java.lang.Integer getX()
public void setX(java.lang.Integer x)
x - New value of x.public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height - New value of height.