public class FileSpecificationType extends Object
Java class for FileSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSpecificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="volatileFile" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="resourceURL" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
resourceURL |
protected Boolean |
volatileFile |
| Constructor and Description |
|---|
FileSpecificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getResourceURL()
Gets the value of the resourceURL property.
|
boolean |
isSetDescription() |
boolean |
isSetResourceURL() |
boolean |
isSetVolatileFile() |
boolean |
isVolatileFile()
Gets the value of the volatileFile property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setResourceURL(String value)
Sets the value of the resourceURL property.
|
void |
setVolatileFile(boolean value)
Sets the value of the volatileFile property.
|
void |
unsetVolatileFile() |
protected Boolean volatileFile
protected String description
protected String resourceURL
public boolean isVolatileFile()
Booleanpublic void setVolatileFile(boolean value)
value - allowed object is
Booleanpublic boolean isSetVolatileFile()
public void unsetVolatileFile()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getResourceURL()
Stringpublic void setResourceURL(String value)
value - allowed object is
Stringpublic boolean isSetResourceURL()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.