public class AspectRatioType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
AspectRatioType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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.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
public AspectRatioType withHorizontal(long value)
public AspectRatioType withVertical(long value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AspectRatioType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.