public class JMXConfigType extends Object implements Serializable
Java class for JMXConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMXConfigType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
password |
protected String |
url |
protected String |
userName |
| Constructor and Description |
|---|
JMXConfigType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetName() |
boolean |
isSetPassword() |
boolean |
isSetUrl() |
boolean |
isSetUserName() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String name
protected String url
protected String userName
protected String password
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
Copyright © 2016. All rights reserved.