com.admc.jamama.dtd
Interface ConfigType.InstancesType.ProxyServerType
- All Known Subinterfaces:
- ConfigType.InstancesType.ProxyServer
- All Known Implementing Classes:
- ConfigTypeImpl.InstancesTypeImpl.ProxyServerImpl, ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl
- Enclosing interface:
- ConfigType.InstancesType
- public static interface ConfigType.InstancesType.ProxyServerType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<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>
getListenHost
public java.lang.String getListenHost()
- Returns:
- possible object is
String
setListenHost
public void setListenHost(java.lang.String value)
- Parameters:
value - allowed object is
String
isRun
public boolean isRun()
setRun
public void setRun(boolean value)
getTargetPort
public int getTargetPort()
setTargetPort
public void setTargetPort(int value)
getListenPort
public int getListenPort()
setListenPort
public void setListenPort(int value)
getMypwd
public java.lang.String getMypwd()
- Returns:
- possible object is
String
setMypwd
public void setMypwd(java.lang.String value)
- Parameters:
value - allowed object is
String
getCacert
public java.lang.String getCacert()
- Returns:
- possible object is
String
setCacert
public void setCacert(java.lang.String value)
- Parameters:
value - allowed object is
String
getMycert
public java.lang.String getMycert()
- Returns:
- possible object is
String
setMycert
public void setMycert(java.lang.String value)
- Parameters:
value - allowed object is
String
getTargetHost
public java.lang.String getTargetHost()
- Returns:
- possible object is
String
setTargetHost
public void setTargetHost(java.lang.String value)
- Parameters:
value - allowed object is
String
getName
public java.lang.String getName()
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Parameters:
value - allowed object is
String