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

All Known Subinterfaces:
ConfigType.InstancesType.SmtpServerRouter
All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl.SmtpServerRouterImpl, ConfigTypeImpl.InstancesTypeImpl.SmtpServerRouterTypeImpl
Enclosing interface:
ConfigType.InstancesType

public static interface ConfigType.InstancesType.SmtpServerRouterType

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="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>
 


Method Summary
 java.lang.String getHostname()
           
 java.lang.String getName()
           
 int getPort()
           
 boolean isRun()
           
 void setHostname(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setPort(int value)
           
 void setRun(boolean value)
           
 

Method Detail

isRun

public boolean isRun()

setRun

public void setRun(boolean value)

getHostname

public java.lang.String getHostname()
Returns:
possible object is String

setHostname

public void setHostname(java.lang.String value)
Parameters:
value - allowed object is String

getPort

public int getPort()

setPort

public void setPort(int value)

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