|
|||||||||||
| 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.
| 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 |
private javax.xml.namespace.QName resourcePropertyName
private java.lang.String resourcePropertyImpl
private ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public ResourcePropertyProviderConfig()
public ResourcePropertyProviderConfig(javax.xml.namespace.QName resourcePropertyName,
java.lang.String resourcePropertyImpl,
ResourcePropertyElementProducerConfig[] resourcePropertyElementProducers)
| Method Detail |
public javax.xml.namespace.QName getResourcePropertyName()
public void setResourcePropertyName(javax.xml.namespace.QName resourcePropertyName)
resourcePropertyName - * The QName of the resource property which this provider will
generate data for.public java.lang.String getResourcePropertyImpl()
public void setResourcePropertyImpl(java.lang.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(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||