public class ResolutionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ResolutionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResolutionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="width" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
height |
protected long |
width |
Constructor and Description |
---|
ResolutionType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
long |
getHeight()
Gets the value of the height property.
|
long |
getWidth()
Gets the value of the width property.
|
boolean |
isSetHeight() |
boolean |
isSetWidth() |
void |
setHeight(long value)
Sets the value of the height property.
|
void |
setWidth(long value)
Sets the value of the width property.
|
public long getWidth()
public void setWidth(long value)
public boolean isSetWidth()
public long getHeight()
public void setHeight(long value)
public boolean isSetHeight()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.