public static class Hosts.Group.Host extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
status |
protected String |
time |
protected String |
url |
protected String |
value |
| Constructor and Description |
|---|
Host() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getTime()
Gets the value of the time property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String name
protected String url
protected String status
protected String time
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getTime()
StringCopyright © 2016. All Rights Reserved.