org.globus.mds.usefulrp.types
Class ResourcePropertyProviderConfig

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

public class ResourcePropertyProviderConfig
extends Object
implements Serializable

A configuration element describing resource property provider paramters. This entry contains the necessary information required to create a dynamic resource property using the RP Provider component.

See Also:
Serialized Form

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

Constructor Detail

ResourcePropertyProviderConfig

public ResourcePropertyProviderConfig()

ResourcePropertyProviderConfig

public ResourcePropertyProviderConfig(QName resourcePropertyName,
                                      String resourcePropertyImpl,
                                      ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
Method Detail

getResourcePropertyName

public QName getResourcePropertyName()
Gets the resourcePropertyName value for this ResourcePropertyProviderConfig.

Returns:
resourcePropertyName * The QName of the resource property which this provider will generate data for.

setResourcePropertyName

public void setResourcePropertyName(QName resourcePropertyName)
Sets the resourcePropertyName value for this ResourcePropertyProviderConfig.

Parameters:
resourcePropertyName - * The QName of the resource property which this provider will generate data for.

getResourcePropertyImpl

public String getResourcePropertyImpl()
Gets the resourcePropertyImpl value for this ResourcePropertyProviderConfig.

Returns:
resourcePropertyImpl * A string value representing a fully qualified Java class name (implementing the ResourceProperty interface) which will serve as the runtime implementation for this resource property.

setResourcePropertyImpl

public void setResourcePropertyImpl(String resourcePropertyImpl)
Sets the resourcePropertyImpl value for this ResourcePropertyProviderConfig.

Parameters:
resourcePropertyImpl - * A string value representing a fully qualified Java class name (implementing the ResourceProperty interface) which will serve as the runtime implementation for this resource property.

getResourcePropertyElementProducers

public ResourcePropertyElementProducerConfig[] getResourcePropertyElementProducers()
Gets the resourcePropertyElementProducers value for this ResourcePropertyProviderConfig.

Returns:
resourcePropertyElementProducers * An optional array of resourcePropertyElementProducerConfig objects. These configuration entries are used to specify parameters for resourcePropertyElementProducers that can be used to generate independent XML elements for resource property values.

setResourcePropertyElementProducers

public void setResourcePropertyElementProducers(ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
Sets the resourcePropertyElementProducers value for this ResourcePropertyProviderConfig.

Parameters:
resourcePropertyElementProducers - * An optional array of resourcePropertyElementProducerConfig objects. These configuration entries are used to specify parameters for resourcePropertyElementProducers that can be used to generate independent XML elements for resource property values.

getResourcePropertyElementProducers

public ResourcePropertyElementProducerConfig getResourcePropertyElementProducers(int i)

setResourcePropertyElementProducers

public void setResourcePropertyElementProducers(int i,
                                                ResourcePropertyElementProducerConfig _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.