public class SingleLine extends Object
Java class for singleLine complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="singleLine">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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 | width | 
| Constructor and Description | 
|---|
| SingleLine() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | getWidth()Gets the value of the width property. | 
| void | setWidth(BigDecimal value)Sets the value of the width property. | 
protected BigDecimal width
public BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
     BigDecimalCopyright © 2018. All rights reserved.