org.globus.mds.index
Class SimpleRegConfig

java.lang.Object
  extended byorg.globus.mds.index.SimpleRegConfig
All Implemented Interfaces:
Serializable

public class SimpleRegConfig
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String[] downstream
           
private static TypeDesc typeDesc
           
private  String[] upstream
           
 
Constructor Summary
SimpleRegConfig()
           
SimpleRegConfig(String[] downstream, String[] upstream)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getDownstream()
          Gets the downstream value for this SimpleRegConfig.
 String getDownstream(int i)
           
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String[] getUpstream()
          Gets the upstream value for this SimpleRegConfig.
 String getUpstream(int i)
           
 int hashCode()
           
 void setDownstream(int i, String _value)
           
 void setDownstream(String[] downstream)
          Sets the downstream value for this SimpleRegConfig.
 void setUpstream(int i, String _value)
           
 void setUpstream(String[] upstream)
          Sets the upstream value for this SimpleRegConfig.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upstream

private String[] upstream

downstream

private String[] downstream

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

SimpleRegConfig

public SimpleRegConfig()

SimpleRegConfig

public SimpleRegConfig(String[] downstream,
                       String[] upstream)
Method Detail

getUpstream

public String[] getUpstream()
Gets the upstream value for this SimpleRegConfig.

Returns:
upstream

setUpstream

public void setUpstream(String[] upstream)
Sets the upstream value for this SimpleRegConfig.

Parameters:
upstream -

getUpstream

public String getUpstream(int i)

setUpstream

public void setUpstream(int i,
                        String _value)

getDownstream

public String[] getDownstream()
Gets the downstream value for this SimpleRegConfig.

Returns:
downstream

setDownstream

public void setDownstream(String[] downstream)
Sets the downstream value for this SimpleRegConfig.

Parameters:
downstream -

getDownstream

public String getDownstream(int i)

setDownstream

public void setDownstream(int i,
                          String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

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