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