public class Sendmail
extends java.lang.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"> <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
filename |
protected java.lang.String |
message |
protected java.lang.String |
property |
protected java.lang.String |
reference |
protected java.lang.String |
subject |
Constructor and Description |
---|
Sendmail() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getProperty()
Gets the value of the property property.
|
java.lang.String |
getReference()
Gets the value of the reference property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setProperty(java.lang.String value)
Sets the value of the property property.
|
void |
setReference(java.lang.String value)
Sets the value of the reference property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
protected java.lang.String filename
protected java.lang.String message
protected java.lang.String property
protected java.lang.String reference
protected java.lang.String subject
public java.lang.String getFilename()
String
public void setFilename(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProperty()
String
public void setProperty(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReference()
String
public void setReference(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String