org.globus.mds.usefulrp.types
Class ResourcePropertyProviderConfig

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

public class ResourcePropertyProviderConfig
extends java.lang.Object
implements java.io.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

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers
           
private  java.lang.String resourcePropertyImpl
           
private  javax.xml.namespace.QName resourcePropertyName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ResourcePropertyProviderConfig()
           
ResourcePropertyProviderConfig(javax.xml.namespace.QName resourcePropertyName, java.lang.String resourcePropertyImpl, ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
           
 
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
 ResourcePropertyElementProducerConfig[] getResourcePropertyElementProducers()
          Gets the resourcePropertyElementProducers value for this ResourcePropertyProviderConfig.
 ResourcePropertyElementProducerConfig getResourcePropertyElementProducers(int i)
           
 java.lang.String getResourcePropertyImpl()
          Gets the resourcePropertyImpl value for this ResourcePropertyProviderConfig.
 javax.xml.namespace.QName getResourcePropertyName()
          Gets the resourcePropertyName value for this ResourcePropertyProviderConfig.
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 setResourcePropertyElementProducers(int i, ResourcePropertyElementProducerConfig _value)
           
 void setResourcePropertyElementProducers(ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
          Sets the resourcePropertyElementProducers value for this ResourcePropertyProviderConfig.
 void setResourcePropertyImpl(java.lang.String resourcePropertyImpl)
          Sets the resourcePropertyImpl value for this ResourcePropertyProviderConfig.
 void setResourcePropertyName(javax.xml.namespace.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
 

Field Detail

resourcePropertyName

private javax.xml.namespace.QName resourcePropertyName

resourcePropertyImpl

private java.lang.String resourcePropertyImpl

resourcePropertyElementProducers

private ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ResourcePropertyProviderConfig

public ResourcePropertyProviderConfig()

ResourcePropertyProviderConfig

public ResourcePropertyProviderConfig(javax.xml.namespace.QName resourcePropertyName,
                                      java.lang.String resourcePropertyImpl,
                                      ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
Method Detail

getResourcePropertyName

public javax.xml.namespace.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(javax.xml.namespace.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 java.lang.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(java.lang.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(java.lang.Object obj)

hashCode

public int hashCode()

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