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()
String
public void setSaved(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getCreated()
String
public void setCreated(LocalDateTime value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPhysical()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.