Package ietf.params.xml.ns.icalendar_2
Class UtcOffsetPropertyType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.UtcOffsetPropertyType
- Direct Known Subclasses:
TzoffsetfromPropType
,TzoffsettoPropType
Java class for UtcOffsetPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UtcOffsetPropertyType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}utc-offset"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the utcOffset property.void
setUtcOffset
(String value) Sets the value of the utcOffset property.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
utcOffset
-
-
Constructor Details
-
UtcOffsetPropertyType
public UtcOffsetPropertyType()
-
-
Method Details