Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Interface representing a time zone alias.

Members

Name Type Description

alias

string

Returns the alias name of this time zone alias.

namespace

string

Returns the namespace of this time zone alias.

timeZone

timeZone

Returns TimeZone (with Projection.EMPTY) that is associated with this time zone alias.

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:timeZoneAlias xsi:type="obh:timeZoneAlias" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:alias>your_string_0</obh:alias>
        <obh:namespace>your_string_0</obh:namespace>
        <obh:timeZone>your_timeZone_0</obh:timeZone>
</obh:timeZoneAlias>

JSON Example

(show inherited members)

{
    "beeType":"timeZoneAlias",
        "alias":"your_{http://www.oracle.com/beehive}alias_as_string0",
        "namespace":"your_{http://www.oracle.com/beehive}namespace_as_string0",
        "timeZone":{ your_{http://www.oracle.com/beehive}timeZone_as_timeZone0 }
}

XML Schema


<xs:complexType name="timeZoneAlias">
    <xs:sequence>
        <xs:element minOccurs="0" name="alias" type="xs:string"/>
        <xs:element minOccurs="0" name="namespace" type="xs:string"/>
        <xs:element minOccurs="0" name="timeZone" type="tns:timeZone"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to timeZoneAlias

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions