public class BoxSize extends Object
Java class for boxSize complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="boxSize">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="height" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="width" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
height |
protected BigDecimal |
width |
| Constructor and Description |
|---|
BoxSize() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getWidth()
Gets the value of the width property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width property.
|
protected BigDecimal height
protected BigDecimal width
public BigDecimal getHeight()
BigDecimalpublic void setHeight(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.