
public static class Models.Model 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="classname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter" type="{}Parameter" maxOccurs="unbounded"/>
<element name="priors" minOccurs="0">
<complexType>
<complexContent>
<extension base="{}Prior">
<sequence maxOccurs="unbounded">
<element name="gaussianPrior" type="{}GaussianPrior" maxOccurs="unbounded" minOccurs="0"/>
<element name="uniformPrior" type="{}UniformPrior" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Models.Model.Priors
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
classname |
protected String |
id |
protected List<Parameter> |
parameter |
protected Models.Model.Priors |
priors |
| Constructor and Description |
|---|
Model() |
| 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) |
String |
getClassname()
Gets the value of the classname property.
|
String |
getId()
Gets the value of the id property.
|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
Models.Model.Priors |
getPriors()
Gets the value of the priors property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setClassname(String value)
Sets the value of the classname property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPriors(Models.Model.Priors value)
Sets the value of the priors property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected String classname
protected Models.Model.Priors priors
protected String id
public String getClassname()
Stringpublic void setClassname(String value)
value - allowed object is
Stringpublic List<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public Models.Model.Priors getPriors()
Models.Model.Priorspublic void setPriors(Models.Model.Priors value)
value - allowed object is
Models.Model.Priorspublic void setId(String value)
value - allowed object is
Stringpublic 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.