org.ow2.jasmine.deployme.v2.generated
Class MailMimeType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.MailMimeType

public class MailMimeType
extends Object

Describe mails MIMME configuration. Example:

Java class for mailMimeType complex type.

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

 <complexType name="mailMimeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
       <attribute name="mailTo" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
       <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}token" default="required" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String host
           
protected  String mailTo
           
protected  String name
           
protected  String subject
           
 
Constructor Summary
MailMimeType()
           
 
Method Summary
 String getHost()
          Gets the value of the host property.
 String getMailTo()
          Gets the value of the mailTo property.
 String getName()
          Gets the value of the name property.
 String getSubject()
          Gets the value of the subject property.
 void setHost(String value)
          Sets the value of the host property.
 void setMailTo(String value)
          Sets the value of the mailTo property.
 void setName(String value)
          Sets the value of the name property.
 void setSubject(String value)
          Sets the value of the subject property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

mailTo

protected String mailTo

subject

protected String subject

host

protected String host
Constructor Detail

MailMimeType

public MailMimeType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getMailTo

public String getMailTo()
Gets the value of the mailTo property.

Returns:
possible object is String

setMailTo

public void setMailTo(String value)
Sets the value of the mailTo property.

Parameters:
value - allowed object is String

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.