public class ImageDimensionInfo extends Object
Java class for ImageDimensionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageDimensionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="imageHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="imageWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="imageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
imageHeight |
protected String |
imageUrl |
protected Integer |
imageWidth |
| Constructor and Description |
|---|
ImageDimensionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getImageHeight()
Gets the value of the imageHeight property.
|
String |
getImageUrl()
Gets the value of the imageUrl property.
|
Integer |
getImageWidth()
Gets the value of the imageWidth property.
|
void |
setImageHeight(Integer value)
Sets the value of the imageHeight property.
|
void |
setImageUrl(String value)
Sets the value of the imageUrl property.
|
void |
setImageWidth(Integer value)
Sets the value of the imageWidth property.
|
protected Integer imageHeight
protected Integer imageWidth
protected String imageUrl
public Integer getImageHeight()
Integerpublic void setImageHeight(Integer value)
value - allowed object is
Integerpublic Integer getImageWidth()
Integerpublic void setImageWidth(Integer value)
value - allowed object is
Integerpublic String getImageUrl()
StringCopyright © 2023. All rights reserved.