public static class Header.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 name="Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attGroup ref="{}FileAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
date |
protected String |
filename |
protected String |
ifcProject |
protected String |
ifcSpatialStructureElement |
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getIfcProject()
Gets the value of the ifcProject property.
|
String |
getIfcSpatialStructureElement()
Gets the value of the ifcSpatialStructureElement property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setIfcProject(String value)
Sets the value of the ifcProject property.
|
void |
setIfcSpatialStructureElement(String value)
Sets the value of the ifcSpatialStructureElement property.
|
protected String filename
protected XMLGregorianCalendar date
protected String ifcProject
protected String ifcSpatialStructureElement
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getIfcProject()
Stringpublic void setIfcProject(String value)
value - allowed object is
Stringpublic String getIfcSpatialStructureElement()
StringCopyright © 2016 OpenSource BIM. All rights reserved.