public class ActiveAreaType extends Object implements Child
Java class for activeArea.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activeArea.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="units" type="{http://www.w3.org/2003/InkML}units.type" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
height |
protected String |
size |
protected String |
units |
protected BigDecimal |
width |
| Constructor and Description |
|---|
ActiveAreaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BigDecimal |
getHeight()
Gets the value of the height property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSize()
Gets the value of the size property.
|
String |
getUnits()
Gets the value of the units property.
|
BigDecimal |
getWidth()
Gets the value of the width property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setParent(Object parent) |
void |
setSize(String value)
Sets the value of the size property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width property.
|
protected String size
protected BigDecimal height
protected BigDecimal width
protected String units
public String getSize()
Stringpublic void setSize(String value)
value - allowed object is
Stringpublic BigDecimal getHeight()
BigDecimalpublic void setHeight(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalpublic String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.