|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.PublicApiInfo
public class PublicApiInfo
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 |
|---|
protected Boolean detected
protected Boolean loadedCorrectly
protected Boolean compatibleVersion
protected Boolean ready
protected Version version
protected String classLoaderInfo
| Constructor Detail |
|---|
public PublicApiInfo()
| Method Detail |
|---|
public Boolean isDetected()
Stringpublic void setDetected(Boolean value)
value - allowed object is
Stringpublic Boolean isLoadedCorrectly()
Stringpublic void setLoadedCorrectly(Boolean value)
value - allowed object is
Stringpublic Boolean isCompatibleVersion()
Stringpublic void setCompatibleVersion(Boolean value)
value - allowed object is
Stringpublic Boolean isReady()
Stringpublic void setReady(Boolean value)
value - allowed object is
Stringpublic Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic String getClassLoaderInfo()
Stringpublic void setClassLoaderInfo(String value)
value - allowed object is
Stringpublic Boolean getDetected()
public Boolean getLoadedCorrectly()
public Boolean getCompatibleVersion()
public Boolean getReady()
public PublicApiInfo withDetected(Boolean value)
public PublicApiInfo withLoadedCorrectly(Boolean value)
public PublicApiInfo withCompatibleVersion(Boolean value)
public PublicApiInfo withReady(Boolean value)
public PublicApiInfo withVersion(Version value)
public PublicApiInfo withClassLoaderInfo(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||