| Constructor and Description |
|---|
SummaryLayoutItem()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomLink() |
String |
getField() |
int |
getPosX() |
int |
getPosY() |
int |
getPosZ() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCustomLink(String customLink) |
void |
setField(String field) |
void |
setPosX(int posX) |
void |
setPosY(int posY) |
void |
setPosZ(int posZ) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getCustomLink()
public void setCustomLink(String customLink)
public String getField()
public void setField(String field)
public int getPosX()
public void setPosX(int posX)
public int getPosY()
public void setPosY(int posY)
public int getPosZ()
public void setPosZ(int posZ)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.