Class GetUIMaxSizeResponse
java.lang.Object
com.emc.d2fs.services.creation_service.GetUIMaxSizeResponse
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetUIMaxSizeResponse
public GetUIMaxSizeResponse()
-
-
Method Details
-
getWidth
public int getWidth()Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
public int getHeight()Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-