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

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

public static class Configuration.Mail
extends 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  String factoryName
           
protected  String factoryType
           
 
Constructor Summary
Configuration.Mail()
           
 
Method Summary
 String getFactoryName()
          Gets the value of the factoryName property.
 String getFactoryType()
          Gets the value of the factoryType property.
 void setFactoryName(String value)
          Sets the value of the factoryName property.
 void setFactoryType(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 String factoryType

factoryName

protected String factoryName
Constructor Detail

Configuration.Mail

public Configuration.Mail()
Method Detail

getFactoryType

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

Returns:
possible object is String

setFactoryType

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

Parameters:
value - allowed object is String

getFactoryName

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

Returns:
possible object is String

setFactoryName

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

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.