|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.generated.Target
public class Target
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 |
|---|
protected String id
protected String url
protected String user
protected String password
| Constructor Detail |
|---|
public Target()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||