Package ietf.params.xml.ns.icalendar_2
Class ToleranceValueType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.ToleranceValueType
-
public class ToleranceValueType extends Object
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 Modifier and Type Field Description protected Stringdurationlongprotected Stringdurationshortprotected Stringendafterprotected Stringendbeforeprotected Stringprecisionprotected Stringstartafterprotected Stringstartbefore
-
Constructor Summary
Constructors Constructor Description ToleranceValueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDurationlong()Gets the value of the durationlong property.StringgetDurationshort()Gets the value of the durationshort property.StringgetEndafter()Gets the value of the endafter property.StringgetEndbefore()Gets the value of the endbefore property.StringgetPrecision()Gets the value of the precision property.StringgetStartafter()Gets the value of the startafter property.StringgetStartbefore()Gets the value of the startbefore property.voidsetDurationlong(String value)Sets the value of the durationlong property.voidsetDurationshort(String value)Sets the value of the durationshort property.voidsetEndafter(String value)Sets the value of the endafter property.voidsetEndbefore(String value)Sets the value of the endbefore property.voidsetPrecision(String value)Sets the value of the precision property.voidsetStartafter(String value)Sets the value of the startafter property.voidsetStartbefore(String value)Sets the value of the startbefore property.
-
-
-
Method Detail
-
getStartbefore
public String getStartbefore()
Gets the value of the startbefore property.- Returns:
- possible object is
String
-
setStartbefore
public void setStartbefore(String value)
Sets the value of the startbefore property.- Parameters:
value- allowed object isString
-
getStartafter
public String getStartafter()
Gets the value of the startafter property.- Returns:
- possible object is
String
-
setStartafter
public void setStartafter(String value)
Sets the value of the startafter property.- Parameters:
value- allowed object isString
-
getEndbefore
public String getEndbefore()
Gets the value of the endbefore property.- Returns:
- possible object is
String
-
setEndbefore
public void setEndbefore(String value)
Sets the value of the endbefore property.- Parameters:
value- allowed object isString
-
getEndafter
public String getEndafter()
Gets the value of the endafter property.- Returns:
- possible object is
String
-
setEndafter
public void setEndafter(String value)
Sets the value of the endafter property.- Parameters:
value- allowed object isString
-
getDurationlong
public String getDurationlong()
Gets the value of the durationlong property.- Returns:
- possible object is
String
-
setDurationlong
public void setDurationlong(String value)
Sets the value of the durationlong property.- Parameters:
value- allowed object isString
-
getDurationshort
public String getDurationshort()
Gets the value of the durationshort property.- Returns:
- possible object is
String
-
setDurationshort
public void setDurationshort(String value)
Sets the value of the durationshort property.- Parameters:
value- allowed object isString
-
getPrecision
public String getPrecision()
Gets the value of the precision property.- Returns:
- possible object is
String
-
-