SigPath

org.sigpath.axis.generator.ws
Class SpidRange

java.lang.Object
  extended by org.sigpath.axis.generator.ws.SpidRange
All Implemented Interfaces:
Serializable

public class SpidRange
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SpidRange()
           
SpidRange(int begin, String description, int end, int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getBegin()
          Gets the begin value for this SpidRange.
 String getDescription()
          Gets the description value for this SpidRange.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getEnd()
          Gets the end value for this SpidRange.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 int getType()
          Gets the type value for this SpidRange.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBegin(int begin)
          Sets the begin value for this SpidRange.
 void setDescription(String description)
          Sets the description value for this SpidRange.
 void setEnd(int end)
          Sets the end value for this SpidRange.
 void setType(int type)
          Sets the type value for this SpidRange.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpidRange

public SpidRange()

SpidRange

public SpidRange(int begin,
                 String description,
                 int end,
                 int type)
Method Detail

getBegin

public int getBegin()
Gets the begin value for this SpidRange.

Returns:
begin

setBegin

public void setBegin(int begin)
Sets the begin value for this SpidRange.

Parameters:
begin -

getDescription

public String getDescription()
Gets the description value for this SpidRange.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this SpidRange.

Parameters:
description -

getEnd

public int getEnd()
Gets the end value for this SpidRange.

Returns:
end

setEnd

public void setEnd(int end)
Sets the end value for this SpidRange.

Parameters:
end -

getType

public int getType()
Gets the type value for this SpidRange.

Returns:
type

setType

public void setType(int type)
Sets the type value for this SpidRange.

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.