public class UrlConverterType extends Object implements ParameterInterface
Java class for UrlConverterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlConverterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="basicAuth" type="{http://schema.webpdf.de/1.0/operation}HttpBasicAuthType" minOccurs="0"/>
<element name="page" type="{http://schema.webpdf.de/1.0/operation}PageType" minOccurs="0"/>
<element name="proxy" type="{http://schema.webpdf.de/1.0/operation}HttpProxyType" minOccurs="0"/>
</all>
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HttpBasicAuthType |
basicAuth |
protected PageType |
page |
protected HttpProxyType |
proxy |
protected String |
url |
| Constructor and Description |
|---|
UrlConverterType() |
| Modifier and Type | Method and Description |
|---|---|
HttpBasicAuthType |
getBasicAuth()
Gets the value of the basicAuth property.
|
PageType |
getPage()
Gets the value of the page property.
|
HttpProxyType |
getProxy()
Gets the value of the proxy property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetBasicAuth() |
boolean |
isSetPage() |
boolean |
isSetProxy() |
boolean |
isSetUrl() |
void |
setBasicAuth(HttpBasicAuthType value)
Sets the value of the basicAuth property.
|
void |
setPage(PageType value)
Sets the value of the page property.
|
void |
setProxy(HttpProxyType value)
Sets the value of the proxy property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected HttpBasicAuthType basicAuth
protected PageType page
protected HttpProxyType proxy
protected String url
public HttpBasicAuthType getBasicAuth()
HttpBasicAuthTypepublic void setBasicAuth(HttpBasicAuthType value)
value - allowed object is
HttpBasicAuthTypepublic boolean isSetBasicAuth()
public PageType getPage()
PageTypepublic void setPage(PageType value)
value - allowed object is
PageTypepublic boolean isSetPage()
public HttpProxyType getProxy()
HttpProxyTypepublic void setProxy(HttpProxyType value)
value - allowed object is
HttpProxyTypepublic boolean isSetProxy()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.