org.globus.mds.aggregator.types
Class AggregatorContent

java.lang.Object
  extended byorg.globus.mds.aggregator.types.AggregatorContent
All Implemented Interfaces:
java.io.Serializable

public class AggregatorContent
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

aggregatorConfig

private AggregatorConfig aggregatorConfig

aggregatorData

private AggregatorData aggregatorData

aggregatorError

private AggregatorError aggregatorError

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AggregatorContent

public AggregatorContent()

AggregatorContent

public AggregatorContent(AggregatorConfig aggregatorConfig,
                         AggregatorData aggregatorData,
                         AggregatorError aggregatorError)
Method Detail

getAggregatorConfig

public AggregatorConfig getAggregatorConfig()
Gets the aggregatorConfig value for this AggregatorContent.

Returns:
aggregatorConfig

setAggregatorConfig

public void setAggregatorConfig(AggregatorConfig aggregatorConfig)
Sets the aggregatorConfig value for this AggregatorContent.

Parameters:
aggregatorConfig -

getAggregatorData

public AggregatorData getAggregatorData()
Gets the aggregatorData value for this AggregatorContent.

Returns:
aggregatorData

setAggregatorData

public void setAggregatorData(AggregatorData aggregatorData)
Sets the aggregatorData value for this AggregatorContent.

Parameters:
aggregatorData -

getAggregatorError

public AggregatorError getAggregatorError()
Gets the aggregatorError value for this AggregatorContent.

Returns:
aggregatorError

setAggregatorError

public void setAggregatorError(AggregatorError aggregatorError)
Sets the aggregatorError value for this AggregatorContent.

Parameters:
aggregatorError -

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