public class ProjectType extends Object
Java class for ProjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{}preserveWhitespaceString" minOccurs="0"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="save-config" type="{}IOConfigurationType" minOccurs="0"/> <element name="resource" type="{}IOConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="export-config" type="{}IOConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="file" type="{}ProjectFileType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}AbstractProperty" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<?>> |
abstractProperty |
protected String |
author |
protected XMLGregorianCalendar |
created |
protected String |
description |
protected List<IOConfigurationType> |
exportConfig |
protected List<ProjectFileType> |
file |
protected XMLGregorianCalendar |
modified |
protected String |
name |
protected List<IOConfigurationType> |
resource |
protected IOConfigurationType |
saveConfig |
protected String |
version |
Constructor and Description |
---|
ProjectType() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
getAbstractProperty()
Gets the value of the abstractProperty property.
|
String |
getAuthor()
Gets the value of the author property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getDescription()
Gets the value of the description property.
|
List<IOConfigurationType> |
getExportConfig()
Gets the value of the exportConfig property.
|
List<ProjectFileType> |
getFile()
Gets the value of the file property.
|
XMLGregorianCalendar |
getModified()
Gets the value of the modified property.
|
String |
getName()
Gets the value of the name property.
|
List<IOConfigurationType> |
getResource()
Gets the value of the resource property.
|
IOConfigurationType |
getSaveConfig()
Gets the value of the saveConfig property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSaveConfig(IOConfigurationType value)
Sets the value of the saveConfig property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String author
protected String description
protected XMLGregorianCalendar created
protected XMLGregorianCalendar modified
protected IOConfigurationType saveConfig
protected List<IOConfigurationType> resource
protected List<IOConfigurationType> exportConfig
protected List<ProjectFileType> file
protected List<JAXBElement<?>> abstractProperty
protected String version
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getModified()
XMLGregorianCalendar
public void setModified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public IOConfigurationType getSaveConfig()
IOConfigurationType
public void setSaveConfig(IOConfigurationType value)
value
- allowed object is
IOConfigurationType
public List<IOConfigurationType> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
IOConfigurationType
public List<IOConfigurationType> getExportConfig()
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 exportConfig property.
For example, to add a new item, do as follows:
getExportConfig().add(newItem);
Objects of the following type(s) are allowed in the list
IOConfigurationType
public List<ProjectFileType> 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
ProjectFileType
public List<JAXBElement<?>> getAbstractProperty()
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 abstractProperty property.
For example, to add a new item, do as follows:
getAbstractProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
PropertyType
>
JAXBElement
<
ComplexPropertyType
>
public String getVersion()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a