public class RelativeSettings extends Object implements Serializable
Java class for relativeSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relativeSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="units">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="seconds"/>
<enumeration value="minutes"/>
<enumeration value="hours"/>
<enumeration value="days"/>
<enumeration value="months"/>
<enumeration value="cycles"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
offset |
protected String |
units |
| Constructor and Description |
|---|
RelativeSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset()
Gets the value of the offset property.
|
String |
getUnits()
Gets the value of the units property.
|
void |
setOffset(int value)
Sets the value of the offset property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
protected int offset
protected String units