public class File extends 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="{}name"/>
<element ref="{}path"/>
<element ref="{}dataType"/>
<element ref="{}lastAccess"/>
</sequence>
<attribute name="fileId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType |
protected int |
fileId |
protected XMLGregorianCalendar |
lastAccess |
protected String |
name |
protected String |
path |
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Gets the value of the dataType property.
|
int |
getFileId()
Gets the value of the fileId property.
|
XMLGregorianCalendar |
getLastAccess()
Gets the value of the lastAccess property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPath()
Gets the value of the path property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setFileId(int value)
Sets the value of the fileId property.
|
void |
setLastAccess(XMLGregorianCalendar value)
Sets the value of the lastAccess property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String name
protected String path
protected String dataType
protected XMLGregorianCalendar lastAccess
protected int fileId
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastAccess()
XMLGregorianCalendarpublic void setLastAccess(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getFileId()
public void setFileId(int value)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.