@Exported public class TimezoneBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userDaylightTime" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
id |
protected boolean |
userDaylightTime |
| Constructor and Description |
|---|
TimezoneBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getId()
Gets the value of the id property.
|
boolean |
isUserDaylightTime()
Gets the value of the userDaylightTime property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUserDaylightTime(boolean value)
Sets the value of the userDaylightTime property.
|
protected String id
protected String displayName
protected boolean userDaylightTime
public void setId(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isUserDaylightTime()
public void setUserDaylightTime(boolean value)