public class ToleranceValueType extends Object
Java class for ToleranceValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToleranceValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startbefore" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="startafter" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="endbefore" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="endafter" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="durationlong" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="durationshort" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
<element name="precision" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
durationlong |
protected String |
durationshort |
protected String |
endafter |
protected String |
endbefore |
protected String |
precision |
protected String |
startafter |
protected String |
startbefore |
| Constructor and Description |
|---|
ToleranceValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDurationlong()
Gets the value of the durationlong property.
|
String |
getDurationshort()
Gets the value of the durationshort property.
|
String |
getEndafter()
Gets the value of the endafter property.
|
String |
getEndbefore()
Gets the value of the endbefore property.
|
String |
getPrecision()
Gets the value of the precision property.
|
String |
getStartafter()
Gets the value of the startafter property.
|
String |
getStartbefore()
Gets the value of the startbefore property.
|
void |
setDurationlong(String value)
Sets the value of the durationlong property.
|
void |
setDurationshort(String value)
Sets the value of the durationshort property.
|
void |
setEndafter(String value)
Sets the value of the endafter property.
|
void |
setEndbefore(String value)
Sets the value of the endbefore property.
|
void |
setPrecision(String value)
Sets the value of the precision property.
|
void |
setStartafter(String value)
Sets the value of the startafter property.
|
void |
setStartbefore(String value)
Sets the value of the startbefore property.
|
protected String startbefore
protected String startafter
protected String endbefore
protected String endafter
protected String durationlong
protected String durationshort
protected String precision
public String getStartbefore()
Stringpublic void setStartbefore(String value)
value - allowed object is
Stringpublic String getStartafter()
Stringpublic void setStartafter(String value)
value - allowed object is
Stringpublic String getEndbefore()
Stringpublic void setEndbefore(String value)
value - allowed object is
Stringpublic String getEndafter()
Stringpublic void setEndafter(String value)
value - allowed object is
Stringpublic String getDurationlong()
Stringpublic void setDurationlong(String value)
value - allowed object is
Stringpublic String getDurationshort()
Stringpublic void setDurationshort(String value)
value - allowed object is
Stringpublic String getPrecision()
StringCopyright © 2015 Bedework. All rights reserved.