public class Source extends Object implements Serializable
| Constructor and Description |
|---|
Source() |
Source(int source_id,
String use,
String reference,
String page,
String url,
String link,
String fulltext,
String doi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDoi() |
String |
getFulltext()
Gets the fulltext value for this Source.
|
String |
getLink()
Gets the link value for this Source.
|
String |
getPage()
Gets the page value for this Source.
|
String |
getReference()
Gets the reference value for this Source.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSource_id()
Gets the source_id value for this Source.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this Source.
|
String |
getUse()
Gets the use value for this Source.
|
int |
hashCode() |
void |
setDoi(String doi) |
void |
setFulltext(String fulltext)
Sets the fulltext value for this Source.
|
void |
setLink(String link)
Sets the link value for this Source.
|
void |
setPage(String page)
Sets the page value for this Source.
|
void |
setReference(String reference)
Sets the reference value for this Source.
|
void |
setSource_id(int source_id)
Sets the source_id value for this Source.
|
void |
setUrl(String url)
Sets the url value for this Source.
|
void |
setUse(String use)
Sets the use value for this Source.
|
public int getSource_id()
public void setSource_id(int source_id)
source_id - public String getUse()
public void setUse(String use)
use - public String getReference()
public void setReference(String reference)
reference - public String getPage()
public void setPage(String page)
page - public String getUrl()
public void setUrl(String url)
url - public String getLink()
public void setLink(String link)
link - public String getFulltext()
public String getDoi()
public void setDoi(String doi)
public void setFulltext(String fulltext)
fulltext - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.