com.quartzdesk.service.types.v5_0.scheduler
Class PublicApiInfo

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.PublicApiInfo

public class PublicApiInfo
extends Object

Java class for PublicApiInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PublicApiInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="detected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="loadedCorrectly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="compatibleVersion" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ready" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="version" type="{http://service.quartzdesk.com/types/v5_0/common}Version" minOccurs="0"/>
         <element name="classLoaderInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String classLoaderInfo
           
protected  Boolean compatibleVersion
           
protected  Boolean detected
           
protected  Boolean loadedCorrectly
           
protected  Boolean ready
           
protected  Version version
           
 
Constructor Summary
PublicApiInfo()
           
 
Method Summary
 String getClassLoaderInfo()
          Gets the value of the classLoaderInfo property.
 Boolean getCompatibleVersion()
           
 Boolean getDetected()
           
 Boolean getLoadedCorrectly()
           
 Boolean getReady()
           
 Version getVersion()
          Gets the value of the version property.
 Boolean isCompatibleVersion()
          Gets the value of the compatibleVersion property.
 Boolean isDetected()
          Gets the value of the detected property.
 Boolean isLoadedCorrectly()
          Gets the value of the loadedCorrectly property.
 Boolean isReady()
          Gets the value of the ready property.
 void setClassLoaderInfo(String value)
          Sets the value of the classLoaderInfo property.
 void setCompatibleVersion(Boolean value)
          Sets the value of the compatibleVersion property.
 void setDetected(Boolean value)
          Sets the value of the detected property.
 void setLoadedCorrectly(Boolean value)
          Sets the value of the loadedCorrectly property.
 void setReady(Boolean value)
          Sets the value of the ready property.
 void setVersion(Version value)
          Sets the value of the version property.
 PublicApiInfo withClassLoaderInfo(String value)
           
 PublicApiInfo withCompatibleVersion(Boolean value)
           
 PublicApiInfo withDetected(Boolean value)
           
 PublicApiInfo withLoadedCorrectly(Boolean value)
           
 PublicApiInfo withReady(Boolean value)
           
 PublicApiInfo withVersion(Version value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detected

protected Boolean detected

loadedCorrectly

protected Boolean loadedCorrectly

compatibleVersion

protected Boolean compatibleVersion

ready

protected Boolean ready

version

protected Version version

classLoaderInfo

protected String classLoaderInfo
Constructor Detail

PublicApiInfo

public PublicApiInfo()
Method Detail

isDetected

public Boolean isDetected()
Gets the value of the detected property.

Returns:
possible object is String

setDetected

public void setDetected(Boolean value)
Sets the value of the detected property.

Parameters:
value - allowed object is String

isLoadedCorrectly

public Boolean isLoadedCorrectly()
Gets the value of the loadedCorrectly property.

Returns:
possible object is String

setLoadedCorrectly

public void setLoadedCorrectly(Boolean value)
Sets the value of the loadedCorrectly property.

Parameters:
value - allowed object is String

isCompatibleVersion

public Boolean isCompatibleVersion()
Gets the value of the compatibleVersion property.

Returns:
possible object is String

setCompatibleVersion

public void setCompatibleVersion(Boolean value)
Sets the value of the compatibleVersion property.

Parameters:
value - allowed object is String

isReady

public Boolean isReady()
Gets the value of the ready property.

Returns:
possible object is String

setReady

public void setReady(Boolean value)
Sets the value of the ready 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

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

getDetected

public Boolean getDetected()

getLoadedCorrectly

public Boolean getLoadedCorrectly()

getCompatibleVersion

public Boolean getCompatibleVersion()

getReady

public Boolean getReady()

withDetected

public PublicApiInfo withDetected(Boolean value)

withLoadedCorrectly

public PublicApiInfo withLoadedCorrectly(Boolean value)

withCompatibleVersion

public PublicApiInfo withCompatibleVersion(Boolean value)

withReady

public PublicApiInfo withReady(Boolean value)

withVersion

public PublicApiInfo withVersion(Version value)

withClassLoaderInfo

public PublicApiInfo withClassLoaderInfo(String value)


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