gov.nih.nci.cagrid.introduce.beans.service
Class ServiceType

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.service.ServiceType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceType()
           
ServiceType(java.lang.String description, MethodsType methods, java.lang.String name, java.lang.String namespace, java.lang.String packageName, ResourceFrameworkOptions resourceFrameworkOptions, ResourcePropertiesListType resourcePropertiesList, ServiceSecurity serviceSecurity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this ServiceType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 MethodsType getMethods()
          Gets the methods value for this ServiceType.
 java.lang.String getName()
          Gets the name value for this ServiceType.
 java.lang.String getNamespace()
          Gets the namespace value for this ServiceType.
 java.lang.String getPackageName()
          Gets the packageName value for this ServiceType.
 ResourceFrameworkOptions getResourceFrameworkOptions()
          Gets the resourceFrameworkOptions value for this ServiceType.
 ResourcePropertiesListType getResourcePropertiesList()
          Gets the resourcePropertiesList value for this ServiceType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ServiceSecurity getServiceSecurity()
          Gets the serviceSecurity value for this ServiceType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this ServiceType.
 void setMethods(MethodsType methods)
          Sets the methods value for this ServiceType.
 void setName(java.lang.String name)
          Sets the name value for this ServiceType.
 void setNamespace(java.lang.String namespace)
          Sets the namespace value for this ServiceType.
 void setPackageName(java.lang.String packageName)
          Sets the packageName value for this ServiceType.
 void setResourceFrameworkOptions(ResourceFrameworkOptions resourceFrameworkOptions)
          Sets the resourceFrameworkOptions value for this ServiceType.
 void setResourcePropertiesList(ResourcePropertiesListType resourcePropertiesList)
          Sets the resourcePropertiesList value for this ServiceType.
 void setServiceSecurity(ServiceSecurity serviceSecurity)
          Sets the serviceSecurity value for this ServiceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceType

public ServiceType()

ServiceType

public ServiceType(java.lang.String description,
                   MethodsType methods,
                   java.lang.String name,
                   java.lang.String namespace,
                   java.lang.String packageName,
                   ResourceFrameworkOptions resourceFrameworkOptions,
                   ResourcePropertiesListType resourcePropertiesList,
                   ServiceSecurity serviceSecurity)
Method Detail

getMethods

public MethodsType getMethods()
Gets the methods value for this ServiceType.

Returns:
methods

setMethods

public void setMethods(MethodsType methods)
Sets the methods value for this ServiceType.

Parameters:
methods -

getResourcePropertiesList

public ResourcePropertiesListType getResourcePropertiesList()
Gets the resourcePropertiesList value for this ServiceType.

Returns:
resourcePropertiesList

setResourcePropertiesList

public void setResourcePropertiesList(ResourcePropertiesListType resourcePropertiesList)
Sets the resourcePropertiesList value for this ServiceType.

Parameters:
resourcePropertiesList -

getServiceSecurity

public ServiceSecurity getServiceSecurity()
Gets the serviceSecurity value for this ServiceType.

Returns:
serviceSecurity

setServiceSecurity

public void setServiceSecurity(ServiceSecurity serviceSecurity)
Sets the serviceSecurity value for this ServiceType.

Parameters:
serviceSecurity -

getDescription

public java.lang.String getDescription()
Gets the description value for this ServiceType.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ServiceType.

Parameters:
description -

getResourceFrameworkOptions

public ResourceFrameworkOptions getResourceFrameworkOptions()
Gets the resourceFrameworkOptions value for this ServiceType.

Returns:
resourceFrameworkOptions

setResourceFrameworkOptions

public void setResourceFrameworkOptions(ResourceFrameworkOptions resourceFrameworkOptions)
Sets the resourceFrameworkOptions value for this ServiceType.

Parameters:
resourceFrameworkOptions -

getName

public java.lang.String getName()
Gets the name value for this ServiceType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ServiceType.

Parameters:
name -

getNamespace

public java.lang.String getNamespace()
Gets the namespace value for this ServiceType.

Returns:
namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace value for this ServiceType.

Parameters:
namespace -

getPackageName

public java.lang.String getPackageName()
Gets the packageName value for this ServiceType.

Returns:
packageName

setPackageName

public void setPackageName(java.lang.String packageName)
Sets the packageName value for this ServiceType.

Parameters:
packageName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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