org.gcube.data.analysis.statisticalmanager.stubs
Class ComputationsRPD

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.ComputationsRPD
All Implemented Interfaces:
Serializable

public class ComputationsRPD
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ComputationsRPD()
           
ComputationsRPD(String GHN, String RI, String VO, String[] computation, Calendar currentTime, String[] scope, String serviceClass, String serviceID, String serviceName, Calendar terminationTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getComputation()
          Gets the computation value for this ComputationsRPD.
 String getComputation(int i)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this ComputationsRPD.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this ComputationsRPD.
 String getRI()
          Gets the RI value for this ComputationsRPD.
 String[] getScope()
          Gets the scope value for this ComputationsRPD.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this ComputationsRPD.
 String getServiceID()
          Gets the serviceID value for this ComputationsRPD.
 String getServiceName()
          Gets the serviceName value for this ComputationsRPD.
 Calendar getTerminationTime()
          Gets the terminationTime value for this ComputationsRPD.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this ComputationsRPD.
 int hashCode()
           
 void setComputation(int i, String _value)
           
 void setComputation(String[] computation)
          Sets the computation value for this ComputationsRPD.
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this ComputationsRPD.
 void setGHN(String GHN)
          Sets the GHN value for this ComputationsRPD.
 void setRI(String RI)
          Sets the RI value for this ComputationsRPD.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this ComputationsRPD.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this ComputationsRPD.
 void setServiceID(String serviceID)
          Sets the serviceID value for this ComputationsRPD.
 void setServiceName(String serviceName)
          Sets the serviceName value for this ComputationsRPD.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this ComputationsRPD.
 void setVO(String VO)
          Sets the VO value for this ComputationsRPD.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputationsRPD

public ComputationsRPD()

ComputationsRPD

public ComputationsRPD(String GHN,
                       String RI,
                       String VO,
                       String[] computation,
                       Calendar currentTime,
                       String[] scope,
                       String serviceClass,
                       String serviceID,
                       String serviceName,
                       Calendar terminationTime)
Method Detail

getComputation

public String[] getComputation()
Gets the computation value for this ComputationsRPD.

Returns:
computation

setComputation

public void setComputation(String[] computation)
Sets the computation value for this ComputationsRPD.

Parameters:
computation -

getComputation

public String getComputation(int i)

setComputation

public void setComputation(int i,
                           String _value)

getServiceID

public String getServiceID()
Gets the serviceID value for this ComputationsRPD.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this ComputationsRPD.

Parameters:
serviceID -

getServiceName

public String getServiceName()
Gets the serviceName value for this ComputationsRPD.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this ComputationsRPD.

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this ComputationsRPD.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this ComputationsRPD.

Parameters:
VO -

getRI

public String getRI()
Gets the RI value for this ComputationsRPD.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this ComputationsRPD.

Parameters:
RI -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this ComputationsRPD.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this ComputationsRPD.

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this ComputationsRPD.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this ComputationsRPD.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this ComputationsRPD.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this ComputationsRPD.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this ComputationsRPD.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this ComputationsRPD.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this ComputationsRPD.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this ComputationsRPD.

Parameters:
currentTime -

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.