magoffin.matt.ma2.domain
Interface MediaSizeDefinition


public interface MediaSizeDefinition

Java content class for media-size-definition complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 62)

 <complexType name="media-size-definition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="size" use="required" type="{http://msqr.us/xsd/matte}media-size-type" />
       <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getHeight()
          Gets the value of the height property.
 java.lang.String getSize()
          Gets the value of the size property.
 int getWidth()
          Gets the value of the width property.
 void setHeight(int value)
          Sets the value of the height property.
 void setSize(java.lang.String value)
          Sets the value of the size property.
 void setWidth(int value)
          Sets the value of the width property.
 

Method Detail

getWidth

int getWidth()
Gets the value of the width property.


setWidth

void setWidth(int value)
Sets the value of the width property.


getSize

java.lang.String getSize()
Gets the value of the size property.

Returns:
possible object is String

setSize

void setSize(java.lang.String value)
Sets the value of the size property.

Parameters:
value - allowed object is String

getHeight

int getHeight()
Gets the value of the height property.


setHeight

void setHeight(int value)
Sets the value of the height property.