public class HttpProxyType extends Object
Java class for HttpProxyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpProxyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="port" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
password |
protected Integer |
port |
protected String |
userName |
| Constructor and Description |
|---|
HttpProxyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetAddress() |
boolean |
isSetPassword() |
boolean |
isSetPort() |
boolean |
isSetUserName() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
unsetPort() |
protected String userName
protected String password
protected String address
protected Integer port
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public int getPort()
Integerpublic void setPort(int value)
value - allowed object is
Integerpublic boolean isSetPort()
public void unsetPort()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.