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

All Superinterfaces:
ConfigType.InstancesType.SmtpServerRouterType
All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl.SmtpServerRouterImpl
Enclosing interface:
ConfigType.InstancesType

public static interface ConfigType.InstancesType.SmtpServerRouter
extends ConfigType.InstancesType.SmtpServerRouterType

Java content class for smtpServerRouter element declaration.

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

 <element name="smtpServerRouter">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <all>
           <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" 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.SmtpServerRouterType
getHostname, getName, getPort, isRun, setHostname, setName, setPort, setRun