public class Property
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">
<all>
<element ref="{http://www.highqsoft.de/schema}text" minOccurs="0"/>
</all>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fileattr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="function" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="script" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="textfile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="texturl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="trim" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
file |
protected java.lang.String |
fileattr |
protected java.lang.String |
function |
protected java.lang.String |
location |
protected java.lang.String |
name |
protected java.lang.String |
script |
protected java.lang.String |
text |
protected java.lang.String |
textfile |
protected java.lang.String |
texturl |
protected java.lang.Boolean |
trim |
protected java.lang.String |
url |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile()
Gets the value of the file property.
|
java.lang.String |
getFileattr()
Gets the value of the fileattr property.
|
java.lang.String |
getFunction()
Gets the value of the function property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getScript()
Gets the value of the script property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
java.lang.String |
getTextfile()
Gets the value of the textfile property.
|
java.lang.String |
getTexturl()
Gets the value of the texturl property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isTrim()
Gets the value of the trim property.
|
void |
setFile(java.lang.String value)
Sets the value of the file property.
|
void |
setFileattr(java.lang.String value)
Sets the value of the fileattr property.
|
void |
setFunction(java.lang.String value)
Sets the value of the function property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setScript(java.lang.String value)
Sets the value of the script property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
void |
setTextfile(java.lang.String value)
Sets the value of the textfile property.
|
void |
setTexturl(java.lang.String value)
Sets the value of the texturl property.
|
void |
setTrim(java.lang.Boolean value)
Sets the value of the trim property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String text
protected java.lang.String file
protected java.lang.String fileattr
protected java.lang.String function
protected java.lang.String location
protected java.lang.String name
protected java.lang.String script
protected java.lang.String textfile
protected java.lang.String texturl
protected java.lang.Boolean trim
protected java.lang.String url
protected java.lang.String value
public java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFile()
Stringpublic void setFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFileattr()
Stringpublic void setFileattr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFunction()
Stringpublic void setFunction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScript()
Stringpublic void setScript(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTextfile()
Stringpublic void setTextfile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTexturl()
Stringpublic void setTexturl(java.lang.String value)
value - allowed object is
Stringpublic boolean isTrim()
Booleanpublic void setTrim(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String