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