com.admc.jamama.dtd.impl
Class ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl

java.lang.Object
  extended bycom.admc.jamama.dtd.impl.ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl
All Implemented Interfaces:
ConfigType.InstancesType.ProxyServerType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
ConfigTypeImpl.InstancesTypeImpl.ProxyServerImpl
Enclosing class:
ConfigTypeImpl.InstancesTypeImpl

public static class ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl
extends java.lang.Object
implements ConfigType.InstancesType.ProxyServerType, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Cacert
           
protected  java.lang.String _ListenHost
           
protected  int _ListenPort
           
protected  java.lang.String _Mycert
           
protected  java.lang.String _Mypwd
           
protected  java.lang.String _Name
           
protected  boolean _Run
           
protected  java.lang.String _TargetHost
           
protected  int _TargetPort
           
protected  boolean has_ListenPort
           
protected  boolean has_Run
           
protected  boolean has_TargetPort
           
static java.lang.Class version
           
 
Constructor Summary
ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 java.lang.String getCacert()
           
 java.lang.String getListenHost()
           
 int getListenPort()
           
 java.lang.String getMycert()
           
 java.lang.String getMypwd()
           
 java.lang.String getName()
           
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getTargetHost()
           
 int getTargetPort()
           
 boolean isRun()
           
 void serializeAttributeBody(XMLSerializer context)
          Serializes itself as an attribute body into the specified target.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeElementBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setCacert(java.lang.String value)
           
 void setListenHost(java.lang.String value)
           
 void setListenPort(int value)
           
 void setMycert(java.lang.String value)
           
 void setMypwd(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setRun(boolean value)
           
 void setTargetHost(java.lang.String value)
           
 void setTargetPort(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ListenHost

protected java.lang.String _ListenHost

has_Run

protected boolean has_Run

_Run

protected boolean _Run

has_TargetPort

protected boolean has_TargetPort

_TargetPort

protected int _TargetPort

has_ListenPort

protected boolean has_ListenPort

_ListenPort

protected int _ListenPort

_Mypwd

protected java.lang.String _Mypwd

_Cacert

protected java.lang.String _Cacert

_Mycert

protected java.lang.String _Mycert

_TargetHost

protected java.lang.String _TargetHost

_Name

protected java.lang.String _Name

version

public static final java.lang.Class version
Constructor Detail

ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl

public ConfigTypeImpl.InstancesTypeImpl.ProxyServerTypeImpl()
Method Detail

getListenHost

public java.lang.String getListenHost()
Specified by:
getListenHost in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setListenHost

public void setListenHost(java.lang.String value)
Specified by:
setListenHost in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

isRun

public boolean isRun()
Specified by:
isRun in interface ConfigType.InstancesType.ProxyServerType

setRun

public void setRun(boolean value)
Specified by:
setRun in interface ConfigType.InstancesType.ProxyServerType

getTargetPort

public int getTargetPort()
Specified by:
getTargetPort in interface ConfigType.InstancesType.ProxyServerType

setTargetPort

public void setTargetPort(int value)
Specified by:
setTargetPort in interface ConfigType.InstancesType.ProxyServerType

getListenPort

public int getListenPort()
Specified by:
getListenPort in interface ConfigType.InstancesType.ProxyServerType

setListenPort

public void setListenPort(int value)
Specified by:
setListenPort in interface ConfigType.InstancesType.ProxyServerType

getMypwd

public java.lang.String getMypwd()
Specified by:
getMypwd in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setMypwd

public void setMypwd(java.lang.String value)
Specified by:
setMypwd in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

getCacert

public java.lang.String getCacert()
Specified by:
getCacert in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setCacert

public void setCacert(java.lang.String value)
Specified by:
setCacert in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

getMycert

public java.lang.String getMycert()
Specified by:
getMycert in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setMycert

public void setMycert(java.lang.String value)
Specified by:
setMycert in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

getTargetHost

public java.lang.String getTargetHost()
Specified by:
getTargetHost in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setTargetHost

public void setTargetHost(java.lang.String value)
Specified by:
setTargetHost in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Specified by:
getName in interface ConfigType.InstancesType.ProxyServerType
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Specified by:
setName in interface ConfigType.InstancesType.ProxyServerType
Parameters:
value - allowed object is String

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeElementBody

public void serializeElementBody(XMLSerializer context)
                          throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeElementBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributeBody

public void serializeAttributeBody(XMLSerializer context)
                            throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes itself as an attribute body into the specified target.

Specified by:
serializeAttributeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject