public class Submitted extends Object implements Serializable
| Constructor and Description |
|---|
Submitted() |
Submitted(String author,
boolean customized,
long endTime,
String fileSetId,
boolean forceRegeneration,
boolean gisEnabled,
String gisReferences,
boolean isAquaMap,
int jobId,
String publishedIds,
boolean saved,
int searchId,
String selectionCriteria,
int sourceHCAF,
int sourceHSPEC,
int sourceHSPEN,
String speciesCoverage,
long startTime,
String status,
long submissionTime,
String title,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthor()
Gets the author value for this Submitted.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getEndTime()
Gets the endTime value for this Submitted.
|
String |
getFileSetId()
Gets the fileSetId value for this Submitted.
|
String |
getGisReferences()
Gets the gisReferences value for this Submitted.
|
int |
getJobId()
Gets the jobId value for this Submitted.
|
String |
getPublishedIds()
Gets the publishedIds value for this Submitted.
|
int |
getSearchId()
Gets the searchId value for this Submitted.
|
String |
getSelectionCriteria()
Gets the selectionCriteria value for this Submitted.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSourceHCAF()
Gets the sourceHCAF value for this Submitted.
|
int |
getSourceHSPEC()
Gets the sourceHSPEC value for this Submitted.
|
int |
getSourceHSPEN()
Gets the sourceHSPEN value for this Submitted.
|
String |
getSpeciesCoverage()
Gets the speciesCoverage value for this Submitted.
|
long |
getStartTime()
Gets the startTime value for this Submitted.
|
String |
getStatus()
Gets the status value for this Submitted.
|
long |
getSubmissionTime()
Gets the submissionTime value for this Submitted.
|
String |
getTitle()
Gets the title value for this Submitted.
|
String |
getType()
Gets the type value for this Submitted.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCustomized()
Gets the customized value for this Submitted.
|
boolean |
isForceRegeneration()
Gets the forceRegeneration value for this Submitted.
|
boolean |
isGisEnabled()
Gets the gisEnabled value for this Submitted.
|
boolean |
isIsAquaMap()
Gets the isAquaMap value for this Submitted.
|
boolean |
isSaved()
Gets the saved value for this Submitted.
|
void |
setAuthor(String author)
Sets the author value for this Submitted.
|
void |
setCustomized(boolean customized)
Sets the customized value for this Submitted.
|
void |
setEndTime(long endTime)
Sets the endTime value for this Submitted.
|
void |
setFileSetId(String fileSetId)
Sets the fileSetId value for this Submitted.
|
void |
setForceRegeneration(boolean forceRegeneration)
Sets the forceRegeneration value for this Submitted.
|
void |
setGisEnabled(boolean gisEnabled)
Sets the gisEnabled value for this Submitted.
|
void |
setGisReferences(String gisReferences)
Sets the gisReferences value for this Submitted.
|
void |
setIsAquaMap(boolean isAquaMap)
Sets the isAquaMap value for this Submitted.
|
void |
setJobId(int jobId)
Sets the jobId value for this Submitted.
|
void |
setPublishedIds(String publishedIds)
Sets the publishedIds value for this Submitted.
|
void |
setSaved(boolean saved)
Sets the saved value for this Submitted.
|
void |
setSearchId(int searchId)
Sets the searchId value for this Submitted.
|
void |
setSelectionCriteria(String selectionCriteria)
Sets the selectionCriteria value for this Submitted.
|
void |
setSourceHCAF(int sourceHCAF)
Sets the sourceHCAF value for this Submitted.
|
void |
setSourceHSPEC(int sourceHSPEC)
Sets the sourceHSPEC value for this Submitted.
|
void |
setSourceHSPEN(int sourceHSPEN)
Sets the sourceHSPEN value for this Submitted.
|
void |
setSpeciesCoverage(String speciesCoverage)
Sets the speciesCoverage value for this Submitted.
|
void |
setStartTime(long startTime)
Sets the startTime value for this Submitted.
|
void |
setStatus(String status)
Sets the status value for this Submitted.
|
void |
setSubmissionTime(long submissionTime)
Sets the submissionTime value for this Submitted.
|
void |
setTitle(String title)
Sets the title value for this Submitted.
|
void |
setType(String type)
Sets the type value for this Submitted.
|
public Submitted()
public Submitted(String author, boolean customized, long endTime, String fileSetId, boolean forceRegeneration, boolean gisEnabled, String gisReferences, boolean isAquaMap, int jobId, String publishedIds, boolean saved, int searchId, String selectionCriteria, int sourceHCAF, int sourceHSPEC, int sourceHSPEN, String speciesCoverage, long startTime, String status, long submissionTime, String title, String type)
public String getAuthor()
public void setAuthor(String author)
author - public long getStartTime()
public void setStartTime(long startTime)
startTime - public long getEndTime()
public void setEndTime(long endTime)
endTime - public long getSubmissionTime()
public void setSubmissionTime(long submissionTime)
submissionTime - public boolean isGisEnabled()
public void setGisEnabled(boolean gisEnabled)
gisEnabled - public String getPublishedIds()
public void setPublishedIds(String publishedIds)
publishedIds - public String getGisReferences()
public void setGisReferences(String gisReferences)
gisReferences - public boolean isIsAquaMap()
public void setIsAquaMap(boolean isAquaMap)
isAquaMap - public int getJobId()
public void setJobId(int jobId)
jobId - public boolean isSaved()
public void setSaved(boolean saved)
saved - public int getSearchId()
public void setSearchId(int searchId)
searchId - public String getSelectionCriteria()
public void setSelectionCriteria(String selectionCriteria)
selectionCriteria - public int getSourceHCAF()
public void setSourceHCAF(int sourceHCAF)
sourceHCAF - public int getSourceHSPEC()
public void setSourceHSPEC(int sourceHSPEC)
sourceHSPEC - public int getSourceHSPEN()
public void setSourceHSPEN(int sourceHSPEN)
sourceHSPEN - public String getStatus()
public void setStatus(String status)
status - public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - public String getSpeciesCoverage()
public void setSpeciesCoverage(String speciesCoverage)
speciesCoverage - public boolean isCustomized()
public void setCustomized(boolean customized)
customized - public String getFileSetId()
public void setFileSetId(String fileSetId)
fileSetId - public boolean isForceRegeneration()
public void setForceRegeneration(boolean forceRegeneration)
forceRegeneration - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.