org.jets3t.service.impl.soap.axis._2006_03_01
Class Group

java.lang.Object
  extended by org.jets3t.service.impl.soap.axis._2006_03_01.Grantee
      extended by org.jets3t.service.impl.soap.axis._2006_03_01.Group
All Implemented Interfaces:
Serializable

public class Group
extends Grantee
implements Serializable

See Also:
Serialized Form

Constructor Summary
Group()
           
Group(String URI)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getURI()
          Gets the URI value for this Group.
 int hashCode()
           
 void setURI(String URI)
          Sets the URI value for this Group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String URI)
Method Detail

getURI

public String getURI()
Gets the URI value for this Group.

Returns:
URI

setURI

public void setURI(String URI)
Sets the URI value for this Group.

Parameters:
URI -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Grantee

getTypeDesc

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


getSerializer

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


getDeserializer

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