com.admc.jamama.dtd
Interface ConfigType.InstancesType.ProxyServer

All Superinterfaces:
ConfigType.InstancesType.ProxyServerType
All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl.ProxyServerImpl
Enclosing interface:
ConfigType.InstancesType

public static interface ConfigType.InstancesType.ProxyServer
extends ConfigType.InstancesType.ProxyServerType

Java content class for proxyServer element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="proxyServer">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <all>
           <element name="listenHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="listenPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element name="targetHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="targetPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element name="cacert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="mycert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="mypwd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="run" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         </all>
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface com.admc.jamama.dtd.ConfigType.InstancesType.ProxyServerType
getCacert, getListenHost, getListenPort, getMycert, getMypwd, getName, getTargetHost, getTargetPort, isRun, setCacert, setListenHost, setListenPort, setMycert, setMypwd, setName, setRun, setTargetHost, setTargetPort