public class PopulationType 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 PopulationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PopulationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locationIdColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="populationSizeColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="populationDateColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <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 |
locationIdColumn |
protected int |
populationDateColumn |
protected int |
populationSizeColumn |
protected Integer |
speciesColumn |
Constructor and Description |
---|
PopulationType() |
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 |
getLocationIdColumn()
Gets the value of the locationIdColumn property.
|
int |
getPopulationDateColumn()
Gets the value of the populationDateColumn property.
|
int |
getPopulationSizeColumn()
Gets the value of the populationSizeColumn property.
|
Integer |
getSpeciesColumn()
Gets the value of the speciesColumn property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setLocationIdColumn(int value)
Sets the value of the locationIdColumn property.
|
void |
setPopulationDateColumn(int value)
Sets the value of the populationDateColumn property.
|
void |
setPopulationSizeColumn(int value)
Sets the value of the populationSizeColumn 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 locationIdColumn
protected int populationSizeColumn
protected int populationDateColumn
protected Integer speciesColumn
public int getLocationIdColumn()
public void setLocationIdColumn(int value)
public int getPopulationSizeColumn()
public void setPopulationSizeColumn(int value)
public int getPopulationDateColumn()
public void setPopulationDateColumn(int value)
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.