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()
String
public void setNetworkMappings(String value)
value
- allowed object is
String
public boolean isSetNetworkMappings()
public String getBrokerType()
String
public void setBrokerType(String value)
value
- allowed object is
String
public boolean isSetBrokerType()
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0