Class 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>
     
    • Constructor Detail

      • UrlConverterType

        public UrlConverterType()
    • Method Detail

      • isSetBasicAuth

        public boolean isSetBasicAuth()
      • isSetPage

        public boolean isSetPage()
      • setProxy

        public void setProxy​(HttpProxyType value)
        Sets the value of the proxy property.
        Parameters:
        value - allowed object is HttpProxyType
      • 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 is String
      • isSetUrl

        public boolean isSetUrl()