|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.mail.Mail
public class Mail
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">
<sequence>
<element name="example">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element ref="{http://ahtutils.aht-group.com/mail}template" maxOccurs="unbounded"/>
<element ref="{http://ahtutils.aht-group.com/mail}attachment" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="msgId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="test" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Attachment> |
attachment
|
protected String |
dir
|
protected String |
example
|
protected String |
id
|
protected String |
msgId
|
protected List<Template> |
template
|
protected Boolean |
test
|
| Constructor Summary | |
|---|---|
Mail()
|
|
| Method Summary | |
|---|---|
List<Attachment> |
getAttachment()
Gets the value of the attachment property. |
String |
getDir()
Gets the value of the dir property. |
String |
getExample()
Gets the value of the example property. |
String |
getId()
Gets the value of the id property. |
String |
getMsgId()
Gets the value of the msgId property. |
List<Template> |
getTemplate()
Gets the value of the template property. |
boolean |
isSetAttachment()
|
boolean |
isSetDir()
|
boolean |
isSetExample()
|
boolean |
isSetId()
|
boolean |
isSetMsgId()
|
boolean |
isSetTemplate()
|
boolean |
isSetTest()
|
boolean |
isTest()
Gets the value of the test property. |
void |
setDir(String value)
Sets the value of the dir property. |
void |
setExample(String value)
Sets the value of the example property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMsgId(String value)
Sets the value of the msgId property. |
void |
setTest(boolean value)
Sets the value of the test property. |
void |
unsetAttachment()
|
void |
unsetTemplate()
|
void |
unsetTest()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String example
protected List<Template> template
protected List<Attachment> attachment
protected String id
protected String msgId
protected String dir
protected Boolean test
| Constructor Detail |
|---|
public Mail()
| Method Detail |
|---|
public String getExample()
Stringpublic void setExample(String value)
value - allowed object is
Stringpublic boolean isSetExample()
public List<Template> getTemplate()
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 is not a set method for the template property.
For example, to add a new item, do as follows:
getTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
Template
public boolean isSetTemplate()
public void unsetTemplate()
public List<Attachment> getAttachment()
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 is not a set method for the attachment property.
For example, to add a new item, do as follows:
getAttachment().add(newItem);
Objects of the following type(s) are allowed in the list
Attachment
public boolean isSetAttachment()
public void unsetAttachment()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getMsgId()
Stringpublic void setMsgId(String value)
value - allowed object is
Stringpublic boolean isSetMsgId()
public String getDir()
Stringpublic void setDir(String value)
value - allowed object is
Stringpublic boolean isSetDir()
public boolean isTest()
Booleanpublic void setTest(boolean value)
value - allowed object is
Booleanpublic boolean isSetTest()
public void unsetTest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||