org.ow2.jasmine.monitoring.mbeancmd.generated
Class Target

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.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">
       <attribute name="id" use="required" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}targetid" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  String password
           
protected  String url
           
protected  String user
           
 
Constructor Summary
Target()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getPassword()
          Gets the value of the password property.
 String getUrl()
          Gets the value of the url property.
 String getUser()
          Gets the value of the user property.
 void setId(String value)
          Sets the value of the id property.
 void setPassword(String value)
          Sets the value of the password property.
 void setUrl(String value)
          Sets the value of the url property.
 void setUser(String value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

url

protected String url

user

protected String user

password

protected String password
Constructor Detail

Target

public Target()
Method Detail

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

getUser

public String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(String value)
Sets the value of the user property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String


Copyright © 2011 OW2 Consortium. All Rights Reserved.