public class HostIDType extends Object
Java class for HostIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}commonAttributes"/>
<attribute name="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="port" use="required" type="{}positiveInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
host |
protected int |
port |
| Constructor and Description |
|---|
HostIDType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getHost()
Gets the value of the host property.
|
int |
getPort()
Gets the value of the port property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPort(int value)
Sets the value of the port property.
|
protected String host
protected int port
protected String description
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public String getDescription()
String