magoffin.matt.ma2.domain
Interface MediaSpec


public interface MediaSpec

Java content class for media-spec 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 57)

 <complexType name="media-spec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="quality" type="{http://msqr.us/xsd/matte}media-quality-type" default="GOOD" />
       <attribute name="size" type="{http://msqr.us/xsd/matte}media-size-type" default="NORMAL" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getQuality()
          Gets the value of the quality property.
 java.lang.String getSize()
          Gets the value of the size property.
 void setQuality(java.lang.String value)
          Sets the value of the quality property.
 void setSize(java.lang.String value)
          Sets the value of the size property.
 

Method Detail

getQuality

java.lang.String getQuality()
Gets the value of the quality property.

Returns:
possible object is String

setQuality

void setQuality(java.lang.String value)
Sets the value of the quality property.

Parameters:
value - allowed object is String

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