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()
String
public void setUsername(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSource()
String
public void setSource(java.lang.String value)
value
- allowed object is
String