public class GetApplicationServerHost
extends java.lang.Object
Java class for getApplicationServerHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getApplicationServerHost">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
source |
protected java.lang.String |
username |
| Constructor and Description |
|---|
GetApplicationServerHost() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setSource(java.lang.String value)
Sets the value of the source property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
String