com.quartzdesk.service.types.v5_0.agent
Class AgentConfiguration

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.agent.AgentConfiguration

public class AgentConfiguration
extends Object

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/v5_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

property

protected List<AgentConfigurationProperty> property
Constructor Detail

AgentConfiguration

public AgentConfiguration()
Method Detail

getProperty

public List<AgentConfigurationProperty> getProperty()
Gets the value of the property 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 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


withProperty

public AgentConfiguration withProperty(AgentConfigurationProperty... values)

withProperty

public AgentConfiguration withProperty(Collection<AgentConfigurationProperty> values)

setProperty

public void setProperty(List<AgentConfigurationProperty> property)
Sets the value of the property property.

Parameters:
property - allowed object is AgentConfigurationProperty


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