org.globus.mds.glue
Class AccessControlBaseType

java.lang.Object
  extended byorg.globus.mds.glue.AccessControlBaseType
All Implemented Interfaces:
AnyContentType, Serializable

public class AccessControlBaseType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

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

Field Detail

rule

private String[] rule

_any

private MessageElement[] _any

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

AccessControlBaseType

public AccessControlBaseType()

AccessControlBaseType

public AccessControlBaseType(String[] rule,
                             MessageElement[] _any)
Method Detail

getRule

public String[] getRule()
Gets the rule value for this AccessControlBaseType.

Returns:
rule

setRule

public void setRule(String[] rule)
Sets the rule value for this AccessControlBaseType.

Parameters:
rule -

getRule

public String getRule(int i)

setRule

public void setRule(int i,
                    String _value)

get_any

public MessageElement[] get_any()
Gets the _any value for this AccessControlBaseType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AccessControlBaseType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

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