public class UtcOffsetPropertyType extends BasePropertyType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
utcOffset |
parameters| Constructor and Description |
|---|
UtcOffsetPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUtcOffset()
Gets the value of the utcOffset property.
|
void |
setUtcOffset(String value)
Sets the value of the utcOffset property.
|
getParameters, setParametersprotected String utcOffset
Copyright © 2015 Bedework. All rights reserved.