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

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

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

See Also:
Serialized Form

Constructor Summary
DeploymentExtensionDescriptionType()
           
DeploymentExtensionDescriptionType(java.lang.String deploymentUIPanel, java.lang.String displayName, java.lang.String name, Properties properties, javax.xml.namespace.QName qname)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDeploymentUIPanel()
          Gets the deploymentUIPanel value for this DeploymentExtensionDescriptionType.
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 getDisplayName()
          Gets the displayName value for this DeploymentExtensionDescriptionType.
 java.lang.String getName()
          Gets the name value for this DeploymentExtensionDescriptionType.
 Properties getProperties()
          Gets the properties value for this DeploymentExtensionDescriptionType.
 javax.xml.namespace.QName getQname()
          Gets the qname value for this DeploymentExtensionDescriptionType.
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 setDeploymentUIPanel(java.lang.String deploymentUIPanel)
          Sets the deploymentUIPanel value for this DeploymentExtensionDescriptionType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this DeploymentExtensionDescriptionType.
 void setName(java.lang.String name)
          Sets the name value for this DeploymentExtensionDescriptionType.
 void setProperties(Properties properties)
          Sets the properties value for this DeploymentExtensionDescriptionType.
 void setQname(javax.xml.namespace.QName qname)
          Sets the qname value for this DeploymentExtensionDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentExtensionDescriptionType

public DeploymentExtensionDescriptionType()

DeploymentExtensionDescriptionType

public DeploymentExtensionDescriptionType(java.lang.String deploymentUIPanel,
                                          java.lang.String displayName,
                                          java.lang.String name,
                                          Properties properties,
                                          javax.xml.namespace.QName qname)
Method Detail

getDeploymentUIPanel

public java.lang.String getDeploymentUIPanel()
Gets the deploymentUIPanel value for this DeploymentExtensionDescriptionType.

Returns:
deploymentUIPanel Must extend the DeploymentUIPanel

setDeploymentUIPanel

public void setDeploymentUIPanel(java.lang.String deploymentUIPanel)
Sets the deploymentUIPanel value for this DeploymentExtensionDescriptionType.

Parameters:
deploymentUIPanel - Must extend the DeploymentUIPanel

getProperties

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

Returns:
properties

setProperties

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

Parameters:
properties -

getQname

public javax.xml.namespace.QName getQname()
Gets the qname value for this DeploymentExtensionDescriptionType.

Returns:
qname

setQname

public void setQname(javax.xml.namespace.QName qname)
Sets the qname value for this DeploymentExtensionDescriptionType.

Parameters:
qname -

getDisplayName

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

Returns:
displayName

setDisplayName

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

Parameters:
displayName -

getName

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

Returns:
name

setName

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

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