com.quartzdesk.service.types.v5_0.connection
Class Connection

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.connection.Connection
Direct Known Subclasses:
ClusterConnection, SchedulerConnection

public abstract class Connection
extends Object

Java class for Connection complex type.

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

 <complexType name="Connection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long id
           
protected  String name
           
 
Constructor Summary
Connection()
           
 
Method Summary
 Long getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 void setId(Long value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 Connection withId(Long value)
           
 Connection withName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name
Constructor Detail

Connection

public Connection()
Method Detail

getId

public Long getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(Long value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

withId

public Connection withId(Long value)

withName

public Connection withName(String value)


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