gov.nih.nci.cagrid.introduce.beans.extension
Class DiscoveryExtensionDescriptionType

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

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

See Also:
Serialized Form

Constructor Summary
DiscoveryExtensionDescriptionType()
           
DiscoveryExtensionDescriptionType(java.lang.String discoveryPanelExtension, java.lang.String discoveryToolsPanelExtension, java.lang.String displayName, java.lang.String name, Properties properties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDiscoveryPanelExtension()
          Gets the discoveryPanelExtension value for this DiscoveryExtensionDescriptionType.
 java.lang.String getDiscoveryToolsPanelExtension()
          Gets the discoveryToolsPanelExtension value for this DiscoveryExtensionDescriptionType.
 java.lang.String getDisplayName()
          Gets the displayName value for this DiscoveryExtensionDescriptionType.
 java.lang.String getName()
          Gets the name value for this DiscoveryExtensionDescriptionType.
 Properties getProperties()
          Gets the properties value for this DiscoveryExtensionDescriptionType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDiscoveryPanelExtension(java.lang.String discoveryPanelExtension)
          Sets the discoveryPanelExtension value for this DiscoveryExtensionDescriptionType.
 void setDiscoveryToolsPanelExtension(java.lang.String discoveryToolsPanelExtension)
          Sets the discoveryToolsPanelExtension value for this DiscoveryExtensionDescriptionType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this DiscoveryExtensionDescriptionType.
 void setName(java.lang.String name)
          Sets the name value for this DiscoveryExtensionDescriptionType.
 void setProperties(Properties properties)
          Sets the properties value for this DiscoveryExtensionDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryExtensionDescriptionType

public DiscoveryExtensionDescriptionType()

DiscoveryExtensionDescriptionType

public DiscoveryExtensionDescriptionType(java.lang.String discoveryPanelExtension,
                                         java.lang.String discoveryToolsPanelExtension,
                                         java.lang.String displayName,
                                         java.lang.String name,
                                         Properties properties)
Method Detail

getDiscoveryToolsPanelExtension

public java.lang.String getDiscoveryToolsPanelExtension()
Gets the discoveryToolsPanelExtension value for this DiscoveryExtensionDescriptionType.

Returns:
discoveryToolsPanelExtension Must extend the NamespaceTypeToolsComponent

setDiscoveryToolsPanelExtension

public void setDiscoveryToolsPanelExtension(java.lang.String discoveryToolsPanelExtension)
Sets the discoveryToolsPanelExtension value for this DiscoveryExtensionDescriptionType.

Parameters:
discoveryToolsPanelExtension - Must extend the NamespaceTypeToolsComponent

getDiscoveryPanelExtension

public java.lang.String getDiscoveryPanelExtension()
Gets the discoveryPanelExtension value for this DiscoveryExtensionDescriptionType.

Returns:
discoveryPanelExtension Must extend the NamespaceTypeDiscoveryComponent

setDiscoveryPanelExtension

public void setDiscoveryPanelExtension(java.lang.String discoveryPanelExtension)
Sets the discoveryPanelExtension value for this DiscoveryExtensionDescriptionType.

Parameters:
discoveryPanelExtension - Must extend the NamespaceTypeDiscoveryComponent

getProperties

public Properties getProperties()
Gets the properties value for this DiscoveryExtensionDescriptionType.

Returns:
properties

setProperties

public void setProperties(Properties properties)
Sets the properties value for this DiscoveryExtensionDescriptionType.

Parameters:
properties -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this DiscoveryExtensionDescriptionType.

Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this DiscoveryExtensionDescriptionType.

Parameters:
displayName -

getName

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

Returns:
name

setName

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

Parameters:
name -

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