| Constructor and Description |
|---|
ListPlacement()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getLocation() |
String |
getUnits() |
int |
getWidth() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setHeight(int height) |
protected void |
setHeight(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLocation(String location) |
protected void |
setLocation(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUnits(String units) |
protected void |
setUnits(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWidth(int width) |
protected void |
setWidth(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public int getHeight()
public void setHeight(int height)
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getLocation()
public void setLocation(String location)
protected void setLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getUnits()
public void setUnits(String units)
protected void setUnits(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic int getWidth()
public void setWidth(int width)
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic 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 © 2017. All Rights Reserved.