com.quartzdesk.service.types.v3_0.agent
Class AgentInfo

java.lang.Object
  extended by com.quartzdesk.service.types.v3_0.agent.AgentInfo

public class AgentInfo
extends Object

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/v3_0/common}Version"/>
         <element name="edition" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="locale" type="{http://service.quartzdesk.com/types/v3_0/common}Locale"/>
         <element name="timeZone" type="{http://service.quartzdesk.com/types/v3_0/common}TimeZone"/>
         <element name="availableTimeZone" type="{http://service.quartzdesk.com/types/v3_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/v3_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

nameAndVersion

protected String nameAndVersion

version

protected Version version

edition

protected String edition

locale

protected Locale locale

timeZone

protected TimeZone timeZone

availableTimeZone

protected List<TimeZone> availableTimeZone

classLoaderInfo

protected String classLoaderInfo

currentThreadContextClassLoaderInfo

protected String currentThreadContextClassLoaderInfo

configuration

protected AgentConfiguration configuration
Constructor Detail

AgentInfo

public AgentInfo()
Method Detail

getNameAndVersion

public String getNameAndVersion()
Gets the value of the nameAndVersion property.

Returns:
possible object is String

setNameAndVersion

public void setNameAndVersion(String value)
Sets the value of the nameAndVersion property.

Parameters:
value - allowed object is String

getVersion

public Version getVersion()
Gets the value of the version property.

Returns:
possible object is Version

setVersion

public void setVersion(Version value)
Sets the value of the version property.

Parameters:
value - allowed object is Version

getEdition

public String getEdition()
Gets the value of the edition property.

Returns:
possible object is String

setEdition

public void setEdition(String value)
Sets the value of the edition property.

Parameters:
value - allowed object is String

getLocale

public Locale getLocale()
Gets the value of the locale property.

Returns:
possible object is Locale

setLocale

public void setLocale(Locale value)
Sets the value of the locale property.

Parameters:
value - allowed object is Locale

getTimeZone

public TimeZone getTimeZone()
Gets the value of the timeZone property.

Returns:
possible object is TimeZone

setTimeZone

public void setTimeZone(TimeZone value)
Sets the value of the timeZone property.

Parameters:
value - allowed object is TimeZone

getAvailableTimeZone

public List<TimeZone> getAvailableTimeZone()
Gets the value of the availableTimeZone property.

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


getClassLoaderInfo

public String getClassLoaderInfo()
Gets the value of the classLoaderInfo property.

Returns:
possible object is String

setClassLoaderInfo

public void setClassLoaderInfo(String value)
Sets the value of the classLoaderInfo property.

Parameters:
value - allowed object is String

getCurrentThreadContextClassLoaderInfo

public String getCurrentThreadContextClassLoaderInfo()
Gets the value of the currentThreadContextClassLoaderInfo property.

Returns:
possible object is String

setCurrentThreadContextClassLoaderInfo

public void setCurrentThreadContextClassLoaderInfo(String value)
Sets the value of the currentThreadContextClassLoaderInfo property.

Parameters:
value - allowed object is String

getConfiguration

public AgentConfiguration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is AgentConfiguration

setConfiguration

public void setConfiguration(AgentConfiguration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is AgentConfiguration

withNameAndVersion

public AgentInfo withNameAndVersion(String value)

withVersion

public AgentInfo withVersion(Version value)

withEdition

public AgentInfo withEdition(String value)

withLocale

public AgentInfo withLocale(Locale value)

withTimeZone

public AgentInfo withTimeZone(TimeZone value)

withAvailableTimeZone

public AgentInfo withAvailableTimeZone(TimeZone... values)

withAvailableTimeZone

public AgentInfo withAvailableTimeZone(Collection<TimeZone> values)

withClassLoaderInfo

public AgentInfo withClassLoaderInfo(String value)

withCurrentThreadContextClassLoaderInfo

public AgentInfo withCurrentThreadContextClassLoaderInfo(String value)

withConfiguration

public AgentInfo withConfiguration(AgentConfiguration value)

setAvailableTimeZone

public void setAvailableTimeZone(List<TimeZone> availableTimeZone)
Sets the value of the availableTimeZone property.

Parameters:
availableTimeZone - allowed object is TimeZone


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.