Class TimezoneServerType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
-
- org.oasis_open.docs.ws_calendar.ns.soap.StringPropertyType
-
- org.oasis_open.docs.ws_calendar.ns.soap.TimezoneServerType
-
public class TimezoneServerType extends StringPropertyType
Type which may be returned in GetPropertiesResponse. It provides the url of the timezone server used by the system.Java class for TimezoneServerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezoneServerType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}StringPropertyType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.StringPropertyType
string
-
-
Constructor Summary
Constructors Constructor Description TimezoneServerType()
-