org.ow2.jasmine.probe.probemanager.generated
Class Target

java.lang.Object
  extended by org.ow2.jasmine.probe.probemanager.generated.Target

public class Target
extends Object

Java class for target complex type.

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

 <complexType name="target">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="param" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}paramvalue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<Paramvalue> param
           
protected  String url
           
 
Constructor Summary
Target()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 List<Paramvalue> getParam()
          Gets the value of the param property.
 String getUrl()
          Gets the value of the url property.
 void setId(String value)
          Sets the value of the id property.
 void setParam(List<Paramvalue> param)
          Sets the value of the param property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

protected List<Paramvalue> param

id

protected String id

url

protected String url
Constructor Detail

Target

public Target()
Method Detail

getParam

public List<Paramvalue> getParam()
Gets the value of the param 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 param property.

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

    getParam().add(newItem);
 

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

setParam

public void setParam(List<Paramvalue> param)
Sets the value of the param property.

Parameters:
param - allowed object is Paramvalue


Copyright © 2011 OW2 Consortium. All Rights Reserved.