org.globus.mds.usefulrp.types
Class ResourcePropertyProviderConfigArray

java.lang.Object
  extended byorg.globus.mds.usefulrp.types.ResourcePropertyProviderConfigArray
All Implemented Interfaces:
Serializable

public class ResourcePropertyProviderConfigArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResourcePropertyProviderConfigArray()
           
ResourcePropertyProviderConfigArray(ResourcePropertyProviderConfig[] configArray)
           
 
Method Summary
 boolean equals(Object obj)
           
 ResourcePropertyProviderConfig[] getConfigArray()
          Gets the configArray value for this ResourcePropertyProviderConfigArray.
 ResourcePropertyProviderConfig getConfigArray(int i)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConfigArray(int i, ResourcePropertyProviderConfig _value)
           
 void setConfigArray(ResourcePropertyProviderConfig[] configArray)
          Sets the configArray value for this ResourcePropertyProviderConfigArray.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePropertyProviderConfigArray

public ResourcePropertyProviderConfigArray()

ResourcePropertyProviderConfigArray

public ResourcePropertyProviderConfigArray(ResourcePropertyProviderConfig[] configArray)
Method Detail

getConfigArray

public ResourcePropertyProviderConfig[] getConfigArray()
Gets the configArray value for this ResourcePropertyProviderConfigArray.

Returns:
configArray

setConfigArray

public void setConfigArray(ResourcePropertyProviderConfig[] configArray)
Sets the configArray value for this ResourcePropertyProviderConfigArray.

Parameters:
configArray -

getConfigArray

public ResourcePropertyProviderConfig getConfigArray(int i)

setConfigArray

public void setConfigArray(int i,
                           ResourcePropertyProviderConfig _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



Copyright © 1999-2006 University of Chicago. All rights reserved.