|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.types.ResourcePropertyProviderConfig
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.
| 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 |
public ResourcePropertyProviderConfig()
public ResourcePropertyProviderConfig(QName resourcePropertyName,
String resourcePropertyImpl,
ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
| Method Detail |
public QName getResourcePropertyName()
public void setResourcePropertyName(QName resourcePropertyName)
resourcePropertyName - * The QName of the resource property which this provider will
generate data for.public String getResourcePropertyImpl()
public void setResourcePropertyImpl(String resourcePropertyImpl)
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.public ResourcePropertyElementProducerConfig[] getResourcePropertyElementProducers()
public void setResourcePropertyElementProducers(ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
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.public ResourcePropertyElementProducerConfig getResourcePropertyElementProducers(int i)
public void setResourcePropertyElementProducers(int i,
ResourcePropertyElementProducerConfig _value)
public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||