com.quartzdesk.service.types.v4_0.connection
Class ClusterConnection
java.lang.Object
com.quartzdesk.service.types.v4_0.connection.Connection
com.quartzdesk.service.types.v4_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/v4_0/connection}Connection">
<sequence>
<element name="member" type="{http://service.quartzdesk.com/types/v4_0/connection}SchedulerConnection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class com.quartzdesk.service.types.v4_0.connection.Connection |
id, name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
member
protected List<SchedulerConnection> member
ClusterConnection
public ClusterConnection()
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.