|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v1_0.agent.AgentInfo
public class AgentInfo
Java class for AgentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameAndVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://service.quartzdesk.com/types/v1_0/common}Version"/>
<element name="edition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locale" type="{http://service.quartzdesk.com/types/v1_0/common}Locale"/>
<element name="timeZone" type="{http://service.quartzdesk.com/types/v1_0/common}TimeZone"/>
<element name="availableTimeZone" type="{http://service.quartzdesk.com/types/v1_0/common}TimeZone" maxOccurs="unbounded"/>
<element name="classLoaderInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="currentThreadContextClassLoaderInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configuration" type="{http://service.quartzdesk.com/types/v1_0/agent}AgentConfiguration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<TimeZone> |
availableTimeZone
|
protected String |
classLoaderInfo
|
protected AgentConfiguration |
configuration
|
protected String |
currentThreadContextClassLoaderInfo
|
protected String |
edition
|
protected Locale |
locale
|
protected String |
nameAndVersion
|
protected TimeZone |
timeZone
|
protected Version |
version
|
| Constructor Summary | |
|---|---|
AgentInfo()
|
|
| Method Summary | |
|---|---|
List<TimeZone> |
getAvailableTimeZone()
Gets the value of the availableTimeZone property. |
String |
getClassLoaderInfo()
Gets the value of the classLoaderInfo property. |
AgentConfiguration |
getConfiguration()
Gets the value of the configuration property. |
String |
getCurrentThreadContextClassLoaderInfo()
Gets the value of the currentThreadContextClassLoaderInfo property. |
String |
getEdition()
Gets the value of the edition property. |
Locale |
getLocale()
Gets the value of the locale property. |
String |
getNameAndVersion()
Gets the value of the nameAndVersion property. |
TimeZone |
getTimeZone()
Gets the value of the timeZone property. |
Version |
getVersion()
Gets the value of the version property. |
void |
setAvailableTimeZone(List<TimeZone> availableTimeZone)
Sets the value of the availableTimeZone property. |
void |
setClassLoaderInfo(String value)
Sets the value of the classLoaderInfo property. |
void |
setConfiguration(AgentConfiguration value)
Sets the value of the configuration property. |
void |
setCurrentThreadContextClassLoaderInfo(String value)
Sets the value of the currentThreadContextClassLoaderInfo property. |
void |
setEdition(String value)
Sets the value of the edition property. |
void |
setLocale(Locale value)
Sets the value of the locale property. |
void |
setNameAndVersion(String value)
Sets the value of the nameAndVersion property. |
void |
setTimeZone(TimeZone value)
Sets the value of the timeZone property. |
void |
setVersion(Version value)
Sets the value of the version property. |
AgentInfo |
withAvailableTimeZone(Collection<TimeZone> values)
|
AgentInfo |
withAvailableTimeZone(TimeZone... values)
|
AgentInfo |
withClassLoaderInfo(String value)
|
AgentInfo |
withConfiguration(AgentConfiguration value)
|
AgentInfo |
withCurrentThreadContextClassLoaderInfo(String value)
|
AgentInfo |
withEdition(String value)
|
AgentInfo |
withLocale(Locale value)
|
AgentInfo |
withNameAndVersion(String value)
|
AgentInfo |
withTimeZone(TimeZone value)
|
AgentInfo |
withVersion(Version value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String nameAndVersion
protected Version version
protected String edition
protected Locale locale
protected TimeZone timeZone
protected List<TimeZone> availableTimeZone
protected String classLoaderInfo
protected String currentThreadContextClassLoaderInfo
protected AgentConfiguration configuration
| Constructor Detail |
|---|
public AgentInfo()
| Method Detail |
|---|
public String getNameAndVersion()
Stringpublic void setNameAndVersion(String value)
value - allowed object is
Stringpublic Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic String getEdition()
Stringpublic void setEdition(String value)
value - allowed object is
Stringpublic Locale getLocale()
Localepublic void setLocale(Locale value)
value - allowed object is
Localepublic TimeZone getTimeZone()
TimeZonepublic void setTimeZone(TimeZone value)
value - allowed object is
TimeZonepublic List<TimeZone> getAvailableTimeZone()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the availableTimeZone property.
For example, to add a new item, do as follows:
getAvailableTimeZone().add(newItem);
Objects of the following type(s) are allowed in the list
TimeZone
public String getClassLoaderInfo()
Stringpublic void setClassLoaderInfo(String value)
value - allowed object is
Stringpublic String getCurrentThreadContextClassLoaderInfo()
Stringpublic void setCurrentThreadContextClassLoaderInfo(String value)
value - allowed object is
Stringpublic AgentConfiguration getConfiguration()
AgentConfigurationpublic void setConfiguration(AgentConfiguration value)
value - allowed object is
AgentConfigurationpublic AgentInfo withNameAndVersion(String value)
public AgentInfo withVersion(Version value)
public AgentInfo withEdition(String value)
public AgentInfo withLocale(Locale value)
public AgentInfo withTimeZone(TimeZone value)
public AgentInfo withAvailableTimeZone(TimeZone... values)
public AgentInfo withAvailableTimeZone(Collection<TimeZone> values)
public AgentInfo withClassLoaderInfo(String value)
public AgentInfo withCurrentThreadContextClassLoaderInfo(String value)
public AgentInfo withConfiguration(AgentConfiguration value)
public void setAvailableTimeZone(List<TimeZone> availableTimeZone)
availableTimeZone - allowed object is
TimeZone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||