Class HttpProxyType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpProxyType
-
public class HttpProxyType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the proxy and the access information if the resource must be fetched through a proxy.</p>
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>
-
-
Constructor Summary
Constructors Constructor Description HttpProxyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()<?StringgetPassword()<?intgetPort()<?StringgetUserName()<?booleanisSetAddress()booleanisSetPassword()booleanisSetPort()booleanisSetUserName()voidsetAddress(String value)Sets the value of the address property.voidsetPassword(String value)Sets the value of the password property.voidsetPort(int value)Sets the value of the port property.voidsetUserName(String value)Sets the value of the userName property.voidunsetPort()
-
-
-
Field Detail
-
userName
protected String userName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Username if access to the proxy service requires authentication.</p>
-
password
protected String password
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Password if access to the proxy service requires authentication.</p>
-
address
protected String address
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The address at which the proxy server can be reached.</p>
-
port
protected Integer port
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The port that should be used to access the proxy server.</p>
-
-
Method Detail
-
getUserName
public String getUserName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Username if access to the proxy service requires authentication.</p>
- Returns:
- possible object is
String
-
setUserName
public void setUserName(String value)
Sets the value of the userName property.- Parameters:
value- allowed object isString- See Also:
getUserName()
-
isSetUserName
public boolean isSetUserName()
-
getPassword
public String getPassword()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Password if access to the proxy service requires authentication.</p>
- Returns:
- possible object is
String
-
setPassword
public void setPassword(String value)
Sets the value of the password property.- Parameters:
value- allowed object isString- See Also:
getPassword()
-
isSetPassword
public boolean isSetPassword()
-
getAddress
public String getAddress()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The address at which the proxy server can be reached.</p>
- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString- See Also:
getAddress()
-
isSetAddress
public boolean isSetAddress()
-
getPort
public int getPort()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p36306_="https://jakarta.ee/xml/ns/jaxb" xmlns:p454990_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The port that should be used to access the proxy server.</p>
- Returns:
- possible object is
Integer
-
setPort
public void setPort(int value)
Sets the value of the port property.
-
isSetPort
public boolean isSetPort()
-
unsetPort
public void unsetPort()
-
-