org.gcube.datatransformation.datatransformationservice.stubs
Class EvaluateContentTypeByDataElementID

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationservice.stubs.EvaluateContentTypeByDataElementID
All Implemented Interfaces:
Serializable

public class EvaluateContentTypeByDataElementID
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EvaluateContentTypeByDataElementID()
           
EvaluateContentTypeByDataElementID(String[] dataElementIDs, String evaluatorType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getDataElementIDs()
          Gets the dataElementIDs value for this EvaluateContentTypeByDataElementID.
 String getDataElementIDs(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEvaluatorType()
          Gets the evaluatorType value for this EvaluateContentTypeByDataElementID.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDataElementIDs(int i, String _value)
           
 void setDataElementIDs(String[] dataElementIDs)
          Sets the dataElementIDs value for this EvaluateContentTypeByDataElementID.
 void setEvaluatorType(String evaluatorType)
          Sets the evaluatorType value for this EvaluateContentTypeByDataElementID.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluateContentTypeByDataElementID

public EvaluateContentTypeByDataElementID()

EvaluateContentTypeByDataElementID

public EvaluateContentTypeByDataElementID(String[] dataElementIDs,
                                          String evaluatorType)
Method Detail

getEvaluatorType

public String getEvaluatorType()
Gets the evaluatorType value for this EvaluateContentTypeByDataElementID.

Returns:
evaluatorType

setEvaluatorType

public void setEvaluatorType(String evaluatorType)
Sets the evaluatorType value for this EvaluateContentTypeByDataElementID.

Parameters:
evaluatorType -

getDataElementIDs

public String[] getDataElementIDs()
Gets the dataElementIDs value for this EvaluateContentTypeByDataElementID.

Returns:
dataElementIDs

setDataElementIDs

public void setDataElementIDs(String[] dataElementIDs)
Sets the dataElementIDs value for this EvaluateContentTypeByDataElementID.

Parameters:
dataElementIDs -

getDataElementIDs

public String getDataElementIDs(int i)

setDataElementIDs

public void setDataElementIDs(int i,
                              String _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.