|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.connection.v3_0.StopAllConnectionsResponse
public class StopAllConnectionsResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://service.quartzdesk.com/types/v4_0/connection}ConnectionOperationResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ConnectionOperationResult> |
result
|
| Constructor Summary | |
|---|---|
StopAllConnectionsResponse()
|
|
| Method Summary | |
|---|---|
List<ConnectionOperationResult> |
getResult()
Gets the value of the result property. |
void |
setResult(List<ConnectionOperationResult> result)
Sets the value of the result property. |
StopAllConnectionsResponse |
withResult(Collection<ConnectionOperationResult> values)
|
StopAllConnectionsResponse |
withResult(ConnectionOperationResult... values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ConnectionOperationResult> result
| Constructor Detail |
|---|
public StopAllConnectionsResponse()
| Method Detail |
|---|
public List<ConnectionOperationResult> getResult()
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 result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
ConnectionOperationResult
public StopAllConnectionsResponse withResult(ConnectionOperationResult... values)
public StopAllConnectionsResponse withResult(Collection<ConnectionOperationResult> values)
public void setResult(List<ConnectionOperationResult> result)
result - allowed object is
ConnectionOperationResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||