com.quartzdesk.service.types.v1_0.connection
Class ClusterConnection

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.connection.Connection
      extended by com.quartzdesk.service.types.v1_0.connection.ClusterConnection

public class ClusterConnection
extends Connection

Java class for ClusterConnection complex type.

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

 <complexType name="ClusterConnection">
   <complexContent>
     <extension base="{http://service.quartzdesk.com/types/v1_0/connection}Connection">
       <sequence>
         <element name="member" type="{http://service.quartzdesk.com/types/v1_0/connection}SchedulerConnection" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<SchedulerConnection> member
           
 
Fields inherited from class com.quartzdesk.service.types.v1_0.connection.Connection
id, name
 
Constructor Summary
ClusterConnection()
           
 
Method Summary
 List<SchedulerConnection> getMember()
          Gets the value of the member property.
 void setMember(List<SchedulerConnection> member)
          Sets the value of the member property.
 ClusterConnection withId(Long value)
           
 ClusterConnection withMember(Collection<SchedulerConnection> values)
           
 ClusterConnection withMember(SchedulerConnection... values)
           
 ClusterConnection withName(String value)
           
 
Methods inherited from class com.quartzdesk.service.types.v1_0.connection.Connection
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

member

protected List<SchedulerConnection> member
Constructor Detail

ClusterConnection

public ClusterConnection()
Method Detail

getMember

public List<SchedulerConnection> getMember()
Gets the value of the member 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 member property.

For example, to add a new item, do as follows:

    getMember().add(newItem);
 

Objects of the following type(s) are allowed in the list SchedulerConnection


withMember

public ClusterConnection withMember(SchedulerConnection... values)

withMember

public ClusterConnection withMember(Collection<SchedulerConnection> values)

withId

public ClusterConnection withId(Long value)
Overrides:
withId in class Connection

withName

public ClusterConnection withName(String value)
Overrides:
withName in class Connection

setMember

public void setMember(List<SchedulerConnection> member)
Sets the value of the member property.

Parameters:
member - allowed object is SchedulerConnection


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