|
||||||||||
| 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 java.lang.String |
id
|
protected java.lang.String |
password
|
protected java.lang.String |
url
|
protected java.lang.String |
user
|
| Constructor Summary | |
|---|---|
Target()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
java.lang.String |
getUser()
Gets the value of the user property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setUrl(java.lang.String value)
Sets the value of the url property. |
void |
setUser(java.lang.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 java.lang.String id
protected java.lang.String url
protected java.lang.String user
protected java.lang.String password
| Constructor Detail |
|---|
public Target()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||