aphia.v1_0
Class Source

java.lang.Object
  extended by aphia.v1_0.Source
All Implemented Interfaces:
Serializable

public class Source
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Source()
           
Source(int source_id, String use, String reference, String page, String url, String link, String fulltext)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 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 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Source

public Source()

Source

public Source(int source_id,
              String use,
              String reference,
              String page,
              String url,
              String link,
              String fulltext)
Method Detail

getSource_id

public int getSource_id()
Gets the source_id value for this Source.

Returns:
source_id

setSource_id

public void setSource_id(int source_id)
Sets the source_id value for this Source.

Parameters:
source_id -

getUse

public String getUse()
Gets the use value for this Source.

Returns:
use

setUse

public void setUse(String use)
Sets the use value for this Source.

Parameters:
use -

getReference

public String getReference()
Gets the reference value for this Source.

Returns:
reference

setReference

public void setReference(String reference)
Sets the reference value for this Source.

Parameters:
reference -

getPage

public String getPage()
Gets the page value for this Source.

Returns:
page

setPage

public void setPage(String page)
Sets the page value for this Source.

Parameters:
page -

getUrl

public String getUrl()
Gets the url value for this Source.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this Source.

Parameters:
url -

getLink

public String getLink()
Gets the link value for this Source.

Returns:
link

setLink

public void setLink(String link)
Sets the link value for this Source.

Parameters:
link -

getFulltext

public String getFulltext()
Gets the fulltext value for this Source.

Returns:
fulltext

setFulltext

public void setFulltext(String fulltext)
Sets the fulltext value for this Source.

Parameters:
fulltext -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.