public class TimeSeriesItem extends Object implements Serializable
| Constructor and Description |
|---|
TimeSeriesItem() |
TimeSeriesItem(String creator,
String date,
String description,
String id,
String isVersionOf,
long lenght,
boolean published,
String publisher,
String rights,
String sourceId,
String sourceName,
String title,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreator()
Gets the creator value for this TimeSeriesItem.
|
String |
getDate()
Gets the date value for this TimeSeriesItem.
|
String |
getDescription()
Gets the description value for this TimeSeriesItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this TimeSeriesItem.
|
String |
getIsVersionOf()
Gets the isVersionOf value for this TimeSeriesItem.
|
long |
getLenght()
Gets the lenght value for this TimeSeriesItem.
|
String |
getPublisher()
Gets the publisher value for this TimeSeriesItem.
|
String |
getRights()
Gets the rights value for this TimeSeriesItem.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSourceId()
Gets the sourceId value for this TimeSeriesItem.
|
String |
getSourceName()
Gets the sourceName value for this TimeSeriesItem.
|
String |
getTitle()
Gets the title value for this TimeSeriesItem.
|
String |
getType()
Gets the type value for this TimeSeriesItem.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isPublished()
Gets the published value for this TimeSeriesItem.
|
void |
setCreator(String creator)
Sets the creator value for this TimeSeriesItem.
|
void |
setDate(String date)
Sets the date value for this TimeSeriesItem.
|
void |
setDescription(String description)
Sets the description value for this TimeSeriesItem.
|
void |
setId(String id)
Sets the id value for this TimeSeriesItem.
|
void |
setIsVersionOf(String isVersionOf)
Sets the isVersionOf value for this TimeSeriesItem.
|
void |
setLenght(long lenght)
Sets the lenght value for this TimeSeriesItem.
|
void |
setPublished(boolean published)
Sets the published value for this TimeSeriesItem.
|
void |
setPublisher(String publisher)
Sets the publisher value for this TimeSeriesItem.
|
void |
setRights(String rights)
Sets the rights value for this TimeSeriesItem.
|
void |
setSourceId(String sourceId)
Sets the sourceId value for this TimeSeriesItem.
|
void |
setSourceName(String sourceName)
Sets the sourceName value for this TimeSeriesItem.
|
void |
setTitle(String title)
Sets the title value for this TimeSeriesItem.
|
void |
setType(String type)
Sets the type value for this TimeSeriesItem.
|
public String getId()
public void setId(String id)
id - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public String getCreator()
public void setCreator(String creator)
creator - public String getDate()
public void setDate(String date)
date - public String getType()
public void setType(String type)
type - public String getPublisher()
public void setPublisher(String publisher)
publisher - public String getSourceId()
public void setSourceId(String sourceId)
sourceId - public String getSourceName()
public void setSourceName(String sourceName)
sourceName - public String getRights()
public void setRights(String rights)
rights - public String getIsVersionOf()
public void setIsVersionOf(String isVersionOf)
isVersionOf - public long getLenght()
public void setLenght(long lenght)
lenght - public boolean isPublished()
public void setPublished(boolean published)
published - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.