public class Scale 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>int">
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="zoom" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
unit |
protected int |
value |
protected Integer |
zoom |
| Constructor and Description |
|---|
Scale() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnit()
Gets the value of the unit property.
|
int |
getValue()
Gets the value of the value property.
|
int |
getZoom()
Gets the value of the zoom property.
|
boolean |
isSetUnit() |
boolean |
isSetValue() |
boolean |
isSetZoom() |
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setValue(int value)
Sets the value of the value property.
|
void |
setZoom(int value)
Sets the value of the zoom property.
|
void |
unsetZoom() |
public int getValue()
public void setValue(int value)
public boolean isSetValue()
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isSetUnit()
public int getZoom()
Integerpublic void setZoom(int value)
value - allowed object is
Integerpublic boolean isSetZoom()
public void unsetZoom()
Copyright © 2016. All rights reserved.