SigPath

org.sigpath.axis.navigator.ws
Class SigPathEntitySummary

java.lang.Object
  extended by org.sigpath.axis.navigator.ws.SigPathEntitySummary
All Implemented Interfaces:
Serializable

public class SigPathEntitySummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SigPathEntitySummary()
           
SigPathEntitySummary(String[] connectsTo, String name, String spid, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getConnectsTo()
          Gets the connectsTo value for this SigPathEntitySummary.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this SigPathEntitySummary.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpid()
          Gets the spid value for this SigPathEntitySummary.
 String getType()
          Gets the type value for this SigPathEntitySummary.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConnectsTo(String[] connectsTo)
          Sets the connectsTo value for this SigPathEntitySummary.
 void setName(String name)
          Sets the name value for this SigPathEntitySummary.
 void setSpid(String spid)
          Sets the spid value for this SigPathEntitySummary.
 void setType(String type)
          Sets the type value for this SigPathEntitySummary.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigPathEntitySummary

public SigPathEntitySummary()

SigPathEntitySummary

public SigPathEntitySummary(String[] connectsTo,
                            String name,
                            String spid,
                            String type)
Method Detail

getConnectsTo

public String[] getConnectsTo()
Gets the connectsTo value for this SigPathEntitySummary.

Returns:
connectsTo

setConnectsTo

public void setConnectsTo(String[] connectsTo)
Sets the connectsTo value for this SigPathEntitySummary.

Parameters:
connectsTo -

getName

public String getName()
Gets the name value for this SigPathEntitySummary.

Returns:
name

setName

public void setName(String name)
Sets the name value for this SigPathEntitySummary.

Parameters:
name -

getSpid

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

Returns:
spid

setSpid

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

Parameters:
spid -

getType

public String getType()
Gets the type value for this SigPathEntitySummary.

Returns:
type

setType

public void setType(String type)
Sets the type value for this SigPathEntitySummary.

Parameters:
type -

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.