SigPath

org.sigpath.axis.navigatorcastor.ws
Class BackwardReferences

java.lang.Object
  extended by org.sigpath.axis.navigatorcastor.ws.BackwardReferences
All Implemented Interfaces:
Serializable

public class BackwardReferences
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BackwardReferences()
           
BackwardReferences(String refDescription, String refSpid, String refType, String spid)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getRefDescription()
          Gets the refDescription value for this BackwardReferences.
 String getRefSpid()
          Gets the refSpid value for this BackwardReferences.
 String getRefType()
          Gets the refType value for this BackwardReferences.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpid()
          Gets the spid value for this BackwardReferences.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRefDescription(String refDescription)
          Sets the refDescription value for this BackwardReferences.
 void setRefSpid(String refSpid)
          Sets the refSpid value for this BackwardReferences.
 void setRefType(String refType)
          Sets the refType value for this BackwardReferences.
 void setSpid(String spid)
          Sets the spid value for this BackwardReferences.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackwardReferences

public BackwardReferences()

BackwardReferences

public BackwardReferences(String refDescription,
                          String refSpid,
                          String refType,
                          String spid)
Method Detail

getRefDescription

public String getRefDescription()
Gets the refDescription value for this BackwardReferences.

Returns:
refDescription

setRefDescription

public void setRefDescription(String refDescription)
Sets the refDescription value for this BackwardReferences.

Parameters:
refDescription -

getRefSpid

public String getRefSpid()
Gets the refSpid value for this BackwardReferences.

Returns:
refSpid

setRefSpid

public void setRefSpid(String refSpid)
Sets the refSpid value for this BackwardReferences.

Parameters:
refSpid -

getRefType

public String getRefType()
Gets the refType value for this BackwardReferences.

Returns:
refType

setRefType

public void setRefType(String refType)
Sets the refType value for this BackwardReferences.

Parameters:
refType -

getSpid

public String getSpid()
Gets the spid value for this BackwardReferences.

Returns:
spid

setSpid

public void setSpid(String spid)
Sets the spid value for this BackwardReferences.

Parameters:
spid -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer


SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.