public static class DataFiles.BatchMovementFile 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="separator" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="batchSizeColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="departureDateColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="departureLocationIdColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="destinationDateColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="destinationLocationIdColumn" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="marketIdColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="marketDateColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="speciesColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="customTags" type="{}CustomTags" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected int |
batchSizeColumn |
protected CustomTags |
customTags |
protected String |
dateFormat |
protected int |
departureDateColumn |
protected int |
departureLocationIdColumn |
protected int |
destinationDateColumn |
protected int |
destinationLocationIdColumn |
protected Integer |
marketDateColumn |
protected Integer |
marketIdColumn |
protected String |
name |
protected String |
separator |
protected Integer |
speciesColumn |
Constructor and Description |
---|
BatchMovementFile() |
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 |
getAlias()
Gets the value of the alias property.
|
int |
getBatchSizeColumn()
Gets the value of the batchSizeColumn property.
|
CustomTags |
getCustomTags()
Gets the value of the customTags property.
|
String |
getDateFormat()
Gets the value of the dateFormat property.
|
int |
getDepartureDateColumn()
Gets the value of the departureDateColumn property.
|
int |
getDepartureLocationIdColumn()
Gets the value of the departureLocationIdColumn property.
|
int |
getDestinationDateColumn()
Gets the value of the destinationDateColumn property.
|
int |
getDestinationLocationIdColumn()
Gets the value of the destinationLocationIdColumn property.
|
Integer |
getMarketDateColumn()
Gets the value of the marketDateColumn property.
|
Integer |
getMarketIdColumn()
Gets the value of the marketIdColumn property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSeparator()
Gets the value of the separator property.
|
Integer |
getSpeciesColumn()
Gets the value of the speciesColumn property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setBatchSizeColumn(int value)
Sets the value of the batchSizeColumn property.
|
void |
setCustomTags(CustomTags value)
Sets the value of the customTags property.
|
void |
setDateFormat(String value)
Sets the value of the dateFormat property.
|
void |
setDepartureDateColumn(int value)
Sets the value of the departureDateColumn property.
|
void |
setDepartureLocationIdColumn(int value)
Sets the value of the departureLocationIdColumn property.
|
void |
setDestinationDateColumn(int value)
Sets the value of the destinationDateColumn property.
|
void |
setDestinationLocationIdColumn(int value)
Sets the value of the destinationLocationIdColumn property.
|
void |
setMarketDateColumn(Integer value)
Sets the value of the marketDateColumn property.
|
void |
setMarketIdColumn(Integer value)
Sets the value of the marketIdColumn property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSeparator(String value)
Sets the value of the separator property.
|
void |
setSpeciesColumn(Integer value)
Sets the value of the speciesColumn property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected String name
protected String alias
protected String separator
protected int batchSizeColumn
protected int departureDateColumn
protected int departureLocationIdColumn
protected int destinationDateColumn
protected int destinationLocationIdColumn
protected Integer marketIdColumn
protected Integer marketDateColumn
protected Integer speciesColumn
protected String dateFormat
protected CustomTags customTags
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getSeparator()
String
public void setSeparator(String value)
value
- allowed object is
String
public int getBatchSizeColumn()
public void setBatchSizeColumn(int value)
public int getDepartureDateColumn()
public void setDepartureDateColumn(int value)
public int getDepartureLocationIdColumn()
public void setDepartureLocationIdColumn(int value)
public int getDestinationDateColumn()
public void setDestinationDateColumn(int value)
public int getDestinationLocationIdColumn()
public void setDestinationLocationIdColumn(int value)
public Integer getMarketIdColumn()
Integer
public void setMarketIdColumn(Integer value)
value
- allowed object is
Integer
public Integer getMarketDateColumn()
Integer
public void setMarketDateColumn(Integer value)
value
- allowed object is
Integer
public Integer getSpeciesColumn()
Integer
public void setSpeciesColumn(Integer value)
value
- allowed object is
Integer
public String getDateFormat()
String
public void setDateFormat(String value)
value
- allowed object is
String
public CustomTags getCustomTags()
CustomTags
public void setCustomTags(CustomTags value)
value
- allowed object is
CustomTags
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.