public static class Gantt.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">
<attribute name="Saved" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Physical" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
created |
protected String |
name |
protected String |
physical |
protected LocalDateTime |
saved |
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreated()
Gets the value of the created property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhysical()
Gets the value of the physical property.
|
LocalDateTime |
getSaved()
Gets the value of the saved property.
|
void |
setCreated(LocalDateTime value)
Sets the value of the created property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhysical(String value)
Sets the value of the physical property.
|
void |
setSaved(LocalDateTime value)
Sets the value of the saved property.
|
protected LocalDateTime saved
protected LocalDateTime created
protected String name
protected String physical
public LocalDateTime getSaved()
Stringpublic void setSaved(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getCreated()
Stringpublic void setCreated(LocalDateTime value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPhysical()
StringCopyright © 2000–2025 MPXJ. All rights reserved.