Class UrlConverterType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.UrlConverterType
-
- All Implemented Interfaces:
ParameterInterface
public class UrlConverterType extends Object implements ParameterInterface
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p500062_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p700644_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The "URLConverter" web service van be used to convert URL resources (websites) to a PDF document. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p500062_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p700644_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> Please keep the limitations of HTML conversion in mind (see chapter "HTML conversion"). </p>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}UrlConverterPageType" 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected HttpBasicAuthTypebasicAuthprotected UrlConverterPageTypepageprotected HttpProxyTypeproxyprotected Stringurl
-
Constructor Summary
Constructors Constructor Description UrlConverterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpBasicAuthTypegetBasicAuth()Gets the value of the basicAuth property.UrlConverterPageTypegetPage()Gets the value of the page property.HttpProxyTypegetProxy()Gets the value of the proxy property.StringgetUrl()Gets the value of the url property.booleanisSetBasicAuth()booleanisSetPage()booleanisSetProxy()booleanisSetUrl()voidsetBasicAuth(HttpBasicAuthType value)Sets the value of the basicAuth property.voidsetPage(UrlConverterPageType value)Sets the value of the page property.voidsetProxy(HttpProxyType value)Sets the value of the proxy property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
basicAuth
protected HttpBasicAuthType basicAuth
-
page
protected UrlConverterPageType page
-
proxy
protected HttpProxyType proxy
-
url
protected String url
-
-
Method Detail
-
getBasicAuth
public HttpBasicAuthType getBasicAuth()
Gets the value of the basicAuth property.- Returns:
- possible object is
HttpBasicAuthType
-
setBasicAuth
public void setBasicAuth(HttpBasicAuthType value)
Sets the value of the basicAuth property.- Parameters:
value- allowed object isHttpBasicAuthType
-
isSetBasicAuth
public boolean isSetBasicAuth()
-
getPage
public UrlConverterPageType getPage()
Gets the value of the page property.- Returns:
- possible object is
UrlConverterPageType
-
setPage
public void setPage(UrlConverterPageType value)
Sets the value of the page property.- Parameters:
value- allowed object isUrlConverterPageType
-
isSetPage
public boolean isSetPage()
-
getProxy
public HttpProxyType getProxy()
Gets the value of the proxy property.- Returns:
- possible object is
HttpProxyType
-
setProxy
public void setProxy(HttpProxyType value)
Sets the value of the proxy property.- Parameters:
value- allowed object isHttpProxyType
-
isSetProxy
public boolean isSetProxy()
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
-