org.gcube.vremanagement.vremodeler.stubs
Class GHNsPerFunctionality

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.GHNsPerFunctionality
All Implemented Interfaces:
Serializable

public class GHNsPerFunctionality
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GHNsPerFunctionality()
           
GHNsPerFunctionality(String description, RunningInstanceMessage[] foundServices, GHNList ghns, int id, RunningInstanceMessage[] missingServices)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this GHNsPerFunctionality.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 RunningInstanceMessage[] getFoundServices()
          Gets the foundServices value for this GHNsPerFunctionality.
 RunningInstanceMessage getFoundServices(int i)
           
 GHNList getGhns()
          Gets the ghns value for this GHNsPerFunctionality.
 int getId()
          Gets the id value for this GHNsPerFunctionality.
 RunningInstanceMessage[] getMissingServices()
          Gets the missingServices value for this GHNsPerFunctionality.
 RunningInstanceMessage getMissingServices(int i)
           
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 setDescription(String description)
          Sets the description value for this GHNsPerFunctionality.
 void setFoundServices(int i, RunningInstanceMessage _value)
           
 void setFoundServices(RunningInstanceMessage[] foundServices)
          Sets the foundServices value for this GHNsPerFunctionality.
 void setGhns(GHNList ghns)
          Sets the ghns value for this GHNsPerFunctionality.
 void setId(int id)
          Sets the id value for this GHNsPerFunctionality.
 void setMissingServices(int i, RunningInstanceMessage _value)
           
 void setMissingServices(RunningInstanceMessage[] missingServices)
          Sets the missingServices value for this GHNsPerFunctionality.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNsPerFunctionality

public GHNsPerFunctionality()

GHNsPerFunctionality

public GHNsPerFunctionality(String description,
                            RunningInstanceMessage[] foundServices,
                            GHNList ghns,
                            int id,
                            RunningInstanceMessage[] missingServices)
Method Detail

getId

public int getId()
Gets the id value for this GHNsPerFunctionality.

Returns:
id

setId

public void setId(int id)
Sets the id value for this GHNsPerFunctionality.

Parameters:
id -

getDescription

public String getDescription()
Gets the description value for this GHNsPerFunctionality.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this GHNsPerFunctionality.

Parameters:
description -

getGhns

public GHNList getGhns()
Gets the ghns value for this GHNsPerFunctionality.

Returns:
ghns

setGhns

public void setGhns(GHNList ghns)
Sets the ghns value for this GHNsPerFunctionality.

Parameters:
ghns -

getMissingServices

public RunningInstanceMessage[] getMissingServices()
Gets the missingServices value for this GHNsPerFunctionality.

Returns:
missingServices

setMissingServices

public void setMissingServices(RunningInstanceMessage[] missingServices)
Sets the missingServices value for this GHNsPerFunctionality.

Parameters:
missingServices -

getMissingServices

public RunningInstanceMessage getMissingServices(int i)

setMissingServices

public void setMissingServices(int i,
                               RunningInstanceMessage _value)

getFoundServices

public RunningInstanceMessage[] getFoundServices()
Gets the foundServices value for this GHNsPerFunctionality.

Returns:
foundServices

setFoundServices

public void setFoundServices(RunningInstanceMessage[] foundServices)
Sets the foundServices value for this GHNsPerFunctionality.

Parameters:
foundServices -

getFoundServices

public RunningInstanceMessage getFoundServices(int i)

setFoundServices

public void setFoundServices(int i,
                             RunningInstanceMessage _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 © 2013. All Rights Reserved.