org.ow2.jasmine.deployme.generated
Class Configuration.Mail

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.Mail
Enclosing class:
Configuration

public static class Configuration.Mail
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="factory_type" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="factory_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String factoryName
           
protected  java.lang.String factoryType
           
 
Constructor Summary
Configuration.Mail()
           
 
Method Summary
 java.lang.String getFactoryName()
          Gets the value of the factoryName property.
 java.lang.String getFactoryType()
          Gets the value of the factoryType property.
 void setFactoryName(java.lang.String value)
          Sets the value of the factoryName property.
 void setFactoryType(java.lang.String value)
          Sets the value of the factoryType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factoryType

protected java.lang.String factoryType

factoryName

protected java.lang.String factoryName
Constructor Detail

Configuration.Mail

public Configuration.Mail()
Method Detail

getFactoryType

public java.lang.String getFactoryType()
Gets the value of the factoryType property.

Returns:
possible object is String

setFactoryType

public void setFactoryType(java.lang.String value)
Sets the value of the factoryType property.

Parameters:
value - allowed object is String

getFactoryName

public java.lang.String getFactoryName()
Gets the value of the factoryName property.

Returns:
possible object is String

setFactoryName

public void setFactoryName(java.lang.String value)
Sets the value of the factoryName property.

Parameters:
value - allowed object is String


Copyright © 2010 OW2 Consortium. All Rights Reserved.