|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getQuality()
String
void setQuality(java.lang.String value)
value
- allowed object is
String
java.lang.String getSize()
String
void setSize(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |