public class Size extends Object implements Serializable
| Constructor and Description |
|---|
Size() |
Size(Integer width,
Integer height,
Boolean isAspectRatio) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getHeight()
Gets the height value for this Size.
|
Boolean |
getIsAspectRatio()
Gets the isAspectRatio value for this Size.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Integer |
getWidth()
Gets the width value for this Size.
|
int |
hashCode() |
void |
setHeight(Integer height)
Sets the height value for this Size.
|
void |
setIsAspectRatio(Boolean isAspectRatio)
Sets the isAspectRatio value for this Size.
|
void |
setWidth(Integer width)
Sets the width value for this Size.
|
String |
toString() |
public Integer getWidth()
public void setWidth(Integer width)
width - public Integer getHeight()
public void setHeight(Integer height)
height - public Boolean getIsAspectRatio()
public void setIsAspectRatio(Boolean isAspectRatio)
isAspectRatio - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.