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

All Known Subinterfaces:
ConfigType.InstancesType.MX4JHttpAdaptor
All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl.MX4JHttpAdaptorImpl, ConfigTypeImpl.InstancesTypeImpl.MX4JHttpAdaptorTypeImpl
Enclosing interface:
ConfigType.InstancesType

public static interface ConfigType.InstancesType.MX4JHttpAdaptorType

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="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 getName()
           
 int getPort()
           
 boolean isRun()
           
 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)

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