| Constructor and Description |
|---|
SummaryLayout()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMasterLabel() |
int |
getSizeX() |
int |
getSizeY() |
int |
getSizeZ() |
SummaryLayoutItem[] |
getSummaryLayoutItems() |
SummaryLayoutStyle |
getSummaryLayoutStyle() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMasterLabel(String masterLabel) |
void |
setSizeX(int sizeX) |
void |
setSizeY(int sizeY) |
void |
setSizeZ(int sizeZ) |
void |
setSummaryLayoutItems(SummaryLayoutItem[] summaryLayoutItems) |
void |
setSummaryLayoutStyle(SummaryLayoutStyle summaryLayoutStyle) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getMasterLabel()
public void setMasterLabel(String masterLabel)
public int getSizeX()
public void setSizeX(int sizeX)
public int getSizeY()
public void setSizeY(int sizeY)
public int getSizeZ()
public void setSizeZ(int sizeZ)
public SummaryLayoutItem[] getSummaryLayoutItems()
public void setSummaryLayoutItems(SummaryLayoutItem[] summaryLayoutItems)
public SummaryLayoutStyle getSummaryLayoutStyle()
public void setSummaryLayoutStyle(SummaryLayoutStyle summaryLayoutStyle)
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.