com.admc.jamama.dtd
Interface ConfigType

All Known Subinterfaces:
Config
All Known Implementing Classes:
ConfigImpl, ConfigTypeImpl

public interface ConfigType

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="instances">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice maxOccurs="unbounded" minOccurs="0">
                   <element name="mailFolderFileRepository">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </all>
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="jamamaDirector">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <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>
                   <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>
                   <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>
                   <element name="smtpRouter">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="mitFileRepository">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </all>
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="proxyServer">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="listenHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                             <element name="listenPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
                             <element name="targetHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="targetPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
                             <element name="cacert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                             <element name="mycert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                             <element name="mypwd" type="{http://www.w3.org/2001/XMLSchema}string" 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>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="pipeline" minOccurs="0">
           <list itemType="{http://www.w3.org/2001/XMLSchema}string" />
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ConfigType.InstancesType
          Java content class for anonymous complex type.
 
Method Summary
 ConfigType.InstancesType getInstances()
           
 java.util.List getPipeline()
          Gets the value of the Pipeline property.
 void setInstances(ConfigType.InstancesType value)
           
 

Method Detail

getPipeline

public java.util.List getPipeline()
Gets the value of the Pipeline property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Pipeline property. For example, to add a new item, do as follows:
    getPipeline().add(newItem);
 
Objects of the following type(s) are allowed in the list String


getInstances

public ConfigType.InstancesType getInstances()
Returns:
possible object is ConfigType.InstancesType

setInstances

public void setInstances(ConfigType.InstancesType value)
Parameters:
value - allowed object is ConfigType.InstancesType