public class DoubleLine extends Object
Java class for doubleLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="doubleLine"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="innerWidth" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.0"/> </restriction> </simpleType> </attribute> <attribute name="outerWidth" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.0"/> </restriction> </simpleType> </attribute> <attribute name="thickness" 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 |
innerWidth |
protected BigDecimal |
outerWidth |
protected BigDecimal |
thickness |
Constructor and Description |
---|
DoubleLine() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getInnerWidth()
Gets the value of the innerWidth property.
|
BigDecimal |
getOuterWidth()
Gets the value of the outerWidth property.
|
BigDecimal |
getThickness()
Gets the value of the thickness property.
|
void |
setInnerWidth(BigDecimal value)
Sets the value of the innerWidth property.
|
void |
setOuterWidth(BigDecimal value)
Sets the value of the outerWidth property.
|
void |
setThickness(BigDecimal value)
Sets the value of the thickness property.
|
protected BigDecimal innerWidth
protected BigDecimal outerWidth
protected BigDecimal thickness
public BigDecimal getInnerWidth()
BigDecimal
public void setInnerWidth(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getOuterWidth()
BigDecimal
public void setOuterWidth(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getThickness()
BigDecimal
public void setThickness(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.