Package ietf.params.xml.ns.icalendar_2
Class ToleranceValueType
java.lang.Object
ietf.params.xml.ns.icalendar_2.ToleranceValueType
A tolerance value is a set of durations which indicate the allowed
tolerance for the indicated value, e.g. startafter=PT5M indicates that
5 minutes late is acceptable.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the durationlong property.Gets the value of the durationshort property.Gets the value of the endafter property.Gets the value of the endbefore property.Gets the value of the precision property.Gets the value of the startafter property.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.
-
Field Details
-
startbefore
-
startafter
-
endbefore
-
endafter
-
durationlong
-
durationshort
-
precision
-
-
Constructor Details
-
ToleranceValueType
public ToleranceValueType()
-
-
Method Details
-
getStartbefore
Gets the value of the startbefore property.- Returns:
- possible object is
String
-
setStartbefore
Sets the value of the startbefore property.- Parameters:
value
- allowed object isString
-
getStartafter
Gets the value of the startafter property.- Returns:
- possible object is
String
-
setStartafter
Sets the value of the startafter property.- Parameters:
value
- allowed object isString
-
getEndbefore
Gets the value of the endbefore property.- Returns:
- possible object is
String
-
setEndbefore
Sets the value of the endbefore property.- Parameters:
value
- allowed object isString
-
getEndafter
Gets the value of the endafter property.- Returns:
- possible object is
String
-
setEndafter
Sets the value of the endafter property.- Parameters:
value
- allowed object isString
-
getDurationlong
Gets the value of the durationlong property.- Returns:
- possible object is
String
-
setDurationlong
Sets the value of the durationlong property.- Parameters:
value
- allowed object isString
-
getDurationshort
Gets the value of the durationshort property.- Returns:
- possible object is
String
-
setDurationshort
Sets the value of the durationshort property.- Parameters:
value
- allowed object isString
-
getPrecision
Gets the value of the precision property.- Returns:
- possible object is
String
-
setPrecision
Sets the value of the precision property.- Parameters:
value
- allowed object isString
-