com.admc.jamama.dtd
Interface ConfigType.InstancesType

All Known Implementing Classes:
ConfigTypeImpl.InstancesTypeImpl
Enclosing interface:
ConfigType

public static interface ConfigType.InstancesType

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


Nested Class Summary
static interface ConfigType.InstancesType.JamamaDirector
          Java content class for jamamaDirector element declaration.
static interface ConfigType.InstancesType.JamamaDirectorType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.MailFolderFileRepository
          Java content class for mailFolderFileRepository element declaration.
static interface ConfigType.InstancesType.MailFolderFileRepositoryType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.MitFileRepository
          Java content class for mitFileRepository element declaration.
static interface ConfigType.InstancesType.MitFileRepositoryType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.MX4JHttpAdaptor
          Java content class for MX4JHttpAdaptor element declaration.
static interface ConfigType.InstancesType.MX4JHttpAdaptorType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.ProxyServer
          Java content class for proxyServer element declaration.
static interface ConfigType.InstancesType.ProxyServerType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.SmtpRouter
          Java content class for smtpRouter element declaration.
static interface ConfigType.InstancesType.SmtpRouterType
          Java content class for anonymous complex type.
static interface ConfigType.InstancesType.SmtpServerRouter
          Java content class for smtpServerRouter element declaration.
static interface ConfigType.InstancesType.SmtpServerRouterType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getMailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter()
          Gets the value of the MailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter property.
 

Method Detail

getMailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter

public java.util.List getMailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter()
Gets the value of the MailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter 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 MailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter property. For example, to add a new item, do as follows:
    getMailFolderFileRepositoryOrJamamaDirectorOrSmtpServerRouter().add(newItem);
 
Objects of the following type(s) are allowed in the list ConfigType.InstancesType.MX4JHttpAdaptor ConfigType.InstancesType.JamamaDirector ConfigType.InstancesType.SmtpServerRouter ConfigType.InstancesType.SmtpRouter ConfigType.InstancesType.ProxyServer ConfigType.InstancesType.MitFileRepository ConfigType.InstancesType.MailFolderFileRepository