public static class Models.Model.Priors extends Prior 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> <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>
Modifier and Type | Field and Description |
---|---|
protected List<Prior> |
gaussianPriorAndUniformPrior |
hint, id, initialVal
Constructor and Description |
---|
Priors() |
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) |
List<Prior> |
getGaussianPriorAndUniformPrior()
Gets the value of the gaussianPriorAndUniformPrior property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
getHint, getId, getInitialVal, setHint, setId, setInitialVal
public List<Prior> getGaussianPriorAndUniformPrior()
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 gaussianPriorAndUniformPrior property.
For example, to add a new item, do as follows:
getGaussianPriorAndUniformPrior().add(newItem);
Objects of the following type(s) are allowed in the list
GaussianPrior
UniformPrior
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
public Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015 University of Glasgow. All rights reserved.