Class GetUIMaxSizeResponse

java.lang.Object
com.emc.d2fs.services.creation_service.GetUIMaxSizeResponse
All Implemented Interfaces:
Serializable

public class GetUIMaxSizeResponse extends Object implements 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 Details

    • GetUIMaxSizeResponse

      public GetUIMaxSizeResponse()
  • Method Details

    • getWidth

      public int getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Integer
    • setWidth

      public void setWidth(Integer value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is Integer
    • getHeight

      public int getHeight()
      Gets the value of the height property.
      Returns:
      possible object is Integer
    • setHeight

      public void setHeight(Integer value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is Integer