public class Width extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="unit" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="flex" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
<attribute name="narrow">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
flex |
protected Boolean |
narrow |
protected String |
unit |
protected double |
value |
| Constructor and Description |
|---|
Width() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnit()
Gets the value of the unit property.
|
double |
getValue()
Gets the value of the value property.
|
boolean |
isFlex()
Gets the value of the flex property.
|
boolean |
isNarrow()
Gets the value of the narrow property.
|
boolean |
isSetFlex() |
boolean |
isSetNarrow() |
boolean |
isSetUnit() |
boolean |
isSetValue() |
void |
setFlex(boolean value)
Sets the value of the flex property.
|
void |
setNarrow(boolean value)
Sets the value of the narrow property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
void |
unsetNarrow() |
protected double value
protected String unit
protected boolean flex
protected Boolean narrow
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isSetUnit()
public boolean isFlex()
public void setFlex(boolean value)
public boolean isSetFlex()
public boolean isNarrow()
Booleanpublic void setNarrow(boolean value)
value - allowed object is
Booleanpublic boolean isSetNarrow()
public void unsetNarrow()
Copyright © 2023. All rights reserved.