public class Download extends Object
Java class for Download complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Download"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="compression"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="gzip"/> <enumeration value="zip"/> </restriction> </simpleType> </element> <element name="dictionaryFile" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
compression |
protected String |
dictionaryFile |
protected String |
url |
Constructor and Description |
---|
Download() |
Modifier and Type | Method and Description |
---|---|
String |
getCompression()
Gets the value of the compression property.
|
String |
getDictionaryFile()
Gets the value of the dictionaryFile property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCompression(String value)
Sets the value of the compression property.
|
void |
setDictionaryFile(String value)
Sets the value of the dictionaryFile property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected String compression
protected String dictionaryFile
public void setUrl(String value)
value
- allowed object is
String
public String getCompression()
String
public void setCompression(String value)
value
- allowed object is
String
public String getDictionaryFile()
String
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.