public class GHNsPerFunctionality extends Object implements Serializable
| Constructor and Description |
|---|
GHNsPerFunctionality() |
GHNsPerFunctionality(String description,
RunningInstanceMessage[] foundServices,
GHNList ghns,
int id,
RunningInstanceMessage[] missingServices) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public GHNsPerFunctionality()
public GHNsPerFunctionality(String description, RunningInstanceMessage[] foundServices, GHNList ghns, int id, RunningInstanceMessage[] missingServices)
public int getId()
public void setId(int id)
id - public String getDescription()
public void setDescription(String description)
description - public GHNList getGhns()
public void setGhns(GHNList ghns)
ghns - public RunningInstanceMessage[] getMissingServices()
public void setMissingServices(RunningInstanceMessage[] missingServices)
missingServices - public RunningInstanceMessage getMissingServices(int i)
public void setMissingServices(int i,
RunningInstanceMessage _value)
public RunningInstanceMessage[] getFoundServices()
public void setFoundServices(RunningInstanceMessage[] foundServices)
foundServices - public RunningInstanceMessage getFoundServices(int i)
public void setFoundServices(int i,
RunningInstanceMessage _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.