public class AgentConfiguration extends Object
Java class for AgentConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="network_mappings" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="broker_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getBrokerType()
Gets the value of the brokerType property.
|
String |
getNetworkMappings()
Gets the value of the networkMappings property.
|
String |
getPassword()
Gets the value of the password property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetAddress() |
boolean |
isSetBrokerType() |
boolean |
isSetNetworkMappings() |
boolean |
isSetPassword() |
boolean |
isSetPort() |
boolean |
isSetUsername() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setBrokerType(String value)
Sets the value of the brokerType property.
|
void |
setNetworkMappings(String value)
Sets the value of the networkMappings property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
public String getNetworkMappings()
Stringpublic void setNetworkMappings(String value)
value - allowed object is
Stringpublic boolean isSetNetworkMappings()
public String getBrokerType()
Stringpublic void setBrokerType(String value)
value - allowed object is
Stringpublic boolean isSetBrokerType()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
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 ? 2010 Red Hat, Inc - released under the Apache License Version 2.0