public class Header extends Object
Java class for Header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Header.File
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Header.File> |
file |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
List<Header.File> |
getFile()
Gets the value of the file property.
|
protected List<Header.File> file
public List<Header.File> getFile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
Header.File
Copyright © 2016 OpenSource BIM. All rights reserved.