public class LifeHistoryType 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 LifeHistoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifeHistoryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="dateOfBirthColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="locationOfBirthColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="dateOfDeathColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="locationOfDeathColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="speciesColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
dateOfBirthColumn |
protected int |
dateOfDeathColumn |
protected int |
idColumn |
protected int |
locationOfBirthColumn |
protected Integer |
locationOfDeathColumn |
protected Integer |
speciesColumn |
Constructor and Description |
---|
LifeHistoryType() |
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) |
int |
getDateOfBirthColumn()
Gets the value of the dateOfBirthColumn property.
|
int |
getDateOfDeathColumn()
Gets the value of the dateOfDeathColumn property.
|
int |
getIdColumn()
Gets the value of the idColumn property.
|
int |
getLocationOfBirthColumn()
Gets the value of the locationOfBirthColumn property.
|
Integer |
getLocationOfDeathColumn()
Gets the value of the locationOfDeathColumn property.
|
Integer |
getSpeciesColumn()
Gets the value of the speciesColumn property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setDateOfBirthColumn(int value)
Sets the value of the dateOfBirthColumn property.
|
void |
setDateOfDeathColumn(int value)
Sets the value of the dateOfDeathColumn property.
|
void |
setIdColumn(int value)
Sets the value of the idColumn property.
|
void |
setLocationOfBirthColumn(int value)
Sets the value of the locationOfBirthColumn property.
|
void |
setLocationOfDeathColumn(Integer value)
Sets the value of the locationOfDeathColumn property.
|
void |
setSpeciesColumn(Integer value)
Sets the value of the speciesColumn property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected int idColumn
protected int dateOfBirthColumn
protected int locationOfBirthColumn
protected int dateOfDeathColumn
protected Integer locationOfDeathColumn
protected Integer speciesColumn
public int getIdColumn()
public void setIdColumn(int value)
public int getDateOfBirthColumn()
public void setDateOfBirthColumn(int value)
public int getLocationOfBirthColumn()
public void setLocationOfBirthColumn(int value)
public int getDateOfDeathColumn()
public void setDateOfDeathColumn(int value)
public Integer getLocationOfDeathColumn()
Integer
public void setLocationOfDeathColumn(Integer value)
value
- allowed object is
Integer
public Integer getSpeciesColumn()
Integer
public void setSpeciesColumn(Integer value)
value
- allowed object is
Integer
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
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.