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