|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.aggregator.types.AggregatorContent
This type encapsulates the Aggregator's ServiceGroup content element, which is composed of three xsd:any arrays, the first storing the aggregator configuration, the second storing the aggregated data, and the third, optional element (set by the server only) representing any errors that might have occurred during aggregation.
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private AggregatorConfig |
aggregatorConfig
|
private AggregatorData |
aggregatorData
|
private AggregatorError |
aggregatorError
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
AggregatorContent()
|
|
AggregatorContent(AggregatorConfig aggregatorConfig,
AggregatorData aggregatorData,
AggregatorError aggregatorError)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
AggregatorConfig |
getAggregatorConfig()
Gets the aggregatorConfig value for this AggregatorContent. |
AggregatorData |
getAggregatorData()
Gets the aggregatorData value for this AggregatorContent. |
AggregatorError |
getAggregatorError()
Gets the aggregatorError value for this AggregatorContent. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
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 |
setAggregatorConfig(AggregatorConfig aggregatorConfig)
Sets the aggregatorConfig value for this AggregatorContent. |
void |
setAggregatorData(AggregatorData aggregatorData)
Sets the aggregatorData value for this AggregatorContent. |
void |
setAggregatorError(AggregatorError aggregatorError)
Sets the aggregatorError value for this AggregatorContent. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private AggregatorConfig aggregatorConfig
private AggregatorData aggregatorData
private AggregatorError aggregatorError
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public AggregatorContent()
public AggregatorContent(AggregatorConfig aggregatorConfig,
AggregatorData aggregatorData,
AggregatorError aggregatorError)
| Method Detail |
public AggregatorConfig getAggregatorConfig()
public void setAggregatorConfig(AggregatorConfig aggregatorConfig)
aggregatorConfig - public AggregatorData getAggregatorData()
public void setAggregatorData(AggregatorData aggregatorData)
aggregatorData - public AggregatorError getAggregatorError()
public void setAggregatorError(AggregatorError aggregatorError)
aggregatorError - 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 | ||||||||||