org.cagrid.www._1.gridftpauthz
Class GridFTPGrouperConfig

java.lang.Object
  extended by org.cagrid.www._1.gridftpauthz.GridFTPGrouperConfig
All Implemented Interfaces:
java.io.Serializable

public class GridFTPGrouperConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GridFTPGrouperConfig()
           
GridFTPGrouperConfig(GrouperConfigRule[] rule)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GrouperConfigRule[] getRule()
          Gets the rule value for this GridFTPGrouperConfig.
 GrouperConfigRule getRule(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRule(GrouperConfigRule[] rule)
          Sets the rule value for this GridFTPGrouperConfig.
 void setRule(int i, GrouperConfigRule _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPGrouperConfig

public GridFTPGrouperConfig()

GridFTPGrouperConfig

public GridFTPGrouperConfig(GrouperConfigRule[] rule)
Method Detail

getRule

public GrouperConfigRule[] getRule()
Gets the rule value for this GridFTPGrouperConfig.

Returns:
rule

setRule

public void setRule(GrouperConfigRule[] rule)
Sets the rule value for this GridFTPGrouperConfig.

Parameters:
rule -

getRule

public GrouperConfigRule getRule(int i)

setRule

public void setRule(int i,
                    GrouperConfigRule _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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