public class Agent extends Object
Java class for Agent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Agent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
<element ref="{}options" minOccurs="0"/>
<element name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Boolean |
getConcurrent()
Gets the value of the concurrent property.
|
Options |
getOptions()
Gets the value of the options property.
|
Integer |
getOrder()
Gets the value of the order property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetAddress() |
boolean |
isSetConcurrent() |
boolean |
isSetOptions() |
boolean |
isSetOrder() |
boolean |
isSetPassword() |
boolean |
isSetType() |
boolean |
isSetUsername() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setConcurrent(Boolean value)
Sets the value of the concurrent property.
|
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setOrder(Integer value)
Sets the value of the order property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
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()
public Options getOptions()
Optionspublic void setOptions(Options value)
value - allowed object is
Optionspublic boolean isSetOptions()
public Boolean getConcurrent()
Booleanpublic void setConcurrent(Boolean value)
value - allowed object is
Booleanpublic boolean isSetConcurrent()
public Integer getOrder()
Integerpublic void setOrder(Integer value)
value - allowed object is
Integerpublic boolean isSetOrder()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0