|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.MailMimeType
public class MailMimeType
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 |
|---|
protected String name
protected String mailTo
protected String subject
protected String host
| Constructor Detail |
|---|
public MailMimeType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMailTo()
Stringpublic void setMailTo(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||