public class DescribeIcon extends java.lang.Object implements XMLizable, IDescribeIcon
| Constructor and Description |
|---|
DescribeIcon()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
element : contentType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.Integer |
getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
java.lang.String |
getTheme()
element : theme of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.Integer |
getWidth()
element : width of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setContentType(java.lang.String contentType) |
protected void |
setContentType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setHeight(java.lang.Integer height) |
protected void |
setHeight(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTheme(java.lang.String theme) |
protected void |
setTheme(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUrl(java.lang.String url) |
protected void |
setUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWidth(java.lang.Integer width) |
protected void |
setWidth(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public java.lang.String getContentType()
IDescribeIcongetContentType in interface IDescribeIconpublic void setContentType(java.lang.String contentType)
setContentType in interface IDescribeIconprotected void setContentType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Integer getHeight()
IDescribeIcongetHeight in interface IDescribeIconpublic void setHeight(java.lang.Integer height)
setHeight in interface IDescribeIconprotected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getTheme()
IDescribeIcongetTheme in interface IDescribeIconpublic void setTheme(java.lang.String theme)
setTheme in interface IDescribeIconprotected void setTheme(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getUrl()
IDescribeIcongetUrl in interface IDescribeIconpublic void setUrl(java.lang.String url)
setUrl in interface IDescribeIconprotected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Integer getWidth()
IDescribeIcongetWidth in interface IDescribeIconpublic void setWidth(java.lang.Integer width)
setWidth in interface IDescribeIconprotected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.