Package ietf.params.xml.ns.caldav
Class UTCTimeRangeType
java.lang.Object
ietf.params.xml.ns.caldav.UTCTimeRangeType
- Direct Known Subclasses:
ExpandType,LimitFreebusySetType,LimitRecurrenceSetType
A type used by a number of filter elements.
Java class for UTCTimeRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTCTimeRangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
-
end
-
-
Constructor Details
-
UTCTimeRangeType
public UTCTimeRangeType()
-
-
Method Details
-
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isString
-