public class Externalreference
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"> <sequence> <element ref="{http://www.highqsoft.de/schema}attribute"/> </sequence> <attribute name="create" type="{http://www.w3.org/2001/XMLSchema}string" default="true" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" default="." /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="overwrite" type="{http://www.w3.org/2001/XMLSchema}string" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Attribute |
attribute |
protected java.lang.String |
create |
protected java.lang.String |
description |
protected java.lang.String |
dir |
protected java.lang.String |
location |
protected java.lang.String |
mimetype |
protected java.lang.String |
overwrite |
Constructor and Description |
---|
Externalreference() |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getCreate()
Gets the value of the create property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDir()
Gets the value of the dir property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getMimetype()
Gets the value of the mimetype property.
|
java.lang.String |
getOverwrite()
Gets the value of the overwrite property.
|
void |
setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
setCreate(java.lang.String value)
Sets the value of the create property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDir(java.lang.String value)
Sets the value of the dir property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setMimetype(java.lang.String value)
Sets the value of the mimetype property.
|
void |
setOverwrite(java.lang.String value)
Sets the value of the overwrite property.
|
protected Attribute attribute
protected java.lang.String create
protected java.lang.String description
protected java.lang.String dir
protected java.lang.String location
protected java.lang.String mimetype
protected java.lang.String overwrite
public Attribute getAttribute()
Attribute
public void setAttribute(Attribute value)
value
- allowed object is
Attribute
public java.lang.String getCreate()
String
public void setCreate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDir()
String
public void setDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMimetype()
String
public void setMimetype(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOverwrite()
String
public void setOverwrite(java.lang.String value)
value
- allowed object is
String