public class DescribeIconResult extends Object
Java class for DescribeIconResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeIconResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="theme" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected Integer |
height |
protected String |
theme |
protected String |
url |
protected Integer |
width |
| Constructor and Description |
|---|
DescribeIconResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the value of the contentType property.
|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getTheme()
Gets the value of the theme property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setTheme(String value)
Sets the value of the theme property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected String contentType
protected Integer height
protected String theme
protected String url
protected Integer width
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic String getTheme()
Stringpublic void setTheme(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Integer getWidth()
IntegerCopyright © 2016. All rights reserved.