
public class Project extends Object implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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="logs" type="{}Logs" minOccurs="0"/>
<element name="data">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="datafiles" type="{}DataFiles"/>
<element name="databases" type="{}Databases"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="models" type="{}Models"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Data
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Project.Data |
data |
protected Logs |
logs |
protected Models |
models |
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
Project.Data |
getData()
Gets the value of the data property.
|
Logs |
getLogs()
Gets the value of the logs property.
|
Models |
getModels()
Gets the value of the models property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setData(Project.Data value)
Sets the value of the data property.
|
void |
setLogs(Logs value)
Sets the value of the logs property.
|
void |
setModels(Models value)
Sets the value of the models property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected Logs logs
protected Project.Data data
protected Models models
public void setLogs(Logs value)
value - allowed object is
Logspublic Project.Data getData()
Project.Datapublic void setData(Project.Data value)
value - allowed object is
Project.Datapublic Models getModels()
Modelspublic void setModels(Models value)
value - allowed object is
Modelspublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyablepublic Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015 University of Glasgow. All rights reserved.