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

All Superinterfaces:
ConfigType.InstancesType.MX4JHttpAdaptorType
All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl.MX4JHttpAdaptorImpl
Enclosing interface:
ConfigType.InstancesType

public static interface ConfigType.InstancesType.MX4JHttpAdaptor
extends ConfigType.InstancesType.MX4JHttpAdaptorType

Java content class for MX4JHttpAdaptor element declaration.

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

 <element name="MX4JHttpAdaptor">
   <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>
 </element>
 


Methods inherited from interface com.admc.jamama.dtd.ConfigType.InstancesType.MX4JHttpAdaptorType
getName, getPort, isRun, setName, setPort, setRun