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()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
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()
public Options getOptions()
Options
public void setOptions(Options value)
value
- allowed object is
Options
public boolean isSetOptions()
public Boolean getConcurrent()
Boolean
public void setConcurrent(Boolean value)
value
- allowed object is
Boolean
public boolean isSetConcurrent()
public Integer getOrder()
Integer
public void setOrder(Integer value)
value
- allowed object is
Integer
public boolean isSetOrder()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0