|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.mail.Attachment
public class Attachment
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="data">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}hexBinary">
</restriction>
</simpleType>
</element>
<element ref="{http://exlp.sf.net/io}file"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
data
|
protected net.sf.exlp.xml.io.File |
file
|
| Constructor Summary | |
|---|---|
Attachment()
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
Gets the value of the data property. |
net.sf.exlp.xml.io.File |
getFile()
Gets the value of the file property. |
boolean |
isSetData()
|
boolean |
isSetFile()
|
void |
setData(byte[] value)
Sets the value of the data property. |
void |
setFile(net.sf.exlp.xml.io.File value)
Sets the value of the file property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] data
protected net.sf.exlp.xml.io.File file
| Constructor Detail |
|---|
public Attachment()
| Method Detail |
|---|
public byte[] getData()
Stringpublic void setData(byte[] value)
value - allowed object is
Stringpublic boolean isSetData()
public net.sf.exlp.xml.io.File getFile()
Filepublic void setFile(net.sf.exlp.xml.io.File value)
value - allowed object is
Filepublic boolean isSetFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||