public class AspectRatioType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AspectRatioType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AspectRatioType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="horizontal" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="vertical" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
horizontal |
protected long |
vertical |
| Constructor and Description |
|---|
AspectRatioType() |
| 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 |
getHorizontal()
Gets the value of the horizontal property.
|
long |
getVertical()
Gets the value of the vertical property.
|
boolean |
isSetHorizontal() |
boolean |
isSetVertical() |
void |
setHorizontal(long value)
Sets the value of the horizontal property.
|
void |
setVertical(long value)
Sets the value of the vertical property.
|
AspectRatioType |
withHorizontal(long value) |
AspectRatioType |
withVertical(long value) |
public long getHorizontal()
public void setHorizontal(long value)
public boolean isSetHorizontal()
public long getVertical()
public void setVertical(long value)
public boolean isSetVertical()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AspectRatioType withHorizontal(long value)
public AspectRatioType withVertical(long value)
Copyright © 2015. All rights reserved.