gov.nih.nci.cagrid.introduce.beans.software
Class ExtensionType

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

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

See Also:
Serialized Form

Constructor Summary
ExtensionType()
           
ExtensionType(java.lang.String compatibleIntroduceVersions, java.lang.String displayName, java.lang.String name, java.lang.String version, org.apache.axis.types.URI zipFileURL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCompatibleIntroduceVersions()
          Gets the compatibleIntroduceVersions value for this ExtensionType.
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 ExtensionType.
 java.lang.String getName()
          Gets the name value for this ExtensionType.
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
 java.lang.String getVersion()
          Gets the version value for this ExtensionType.
 org.apache.axis.types.URI getZipFileURL()
          Gets the zipFileURL value for this ExtensionType.
 int hashCode()
           
 void setCompatibleIntroduceVersions(java.lang.String compatibleIntroduceVersions)
          Sets the compatibleIntroduceVersions value for this ExtensionType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this ExtensionType.
 void setName(java.lang.String name)
          Sets the name value for this ExtensionType.
 void setVersion(java.lang.String version)
          Sets the version value for this ExtensionType.
 void setZipFileURL(org.apache.axis.types.URI zipFileURL)
          Sets the zipFileURL value for this ExtensionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionType

public ExtensionType()

ExtensionType

public ExtensionType(java.lang.String compatibleIntroduceVersions,
                     java.lang.String displayName,
                     java.lang.String name,
                     java.lang.String version,
                     org.apache.axis.types.URI zipFileURL)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDisplayName

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

Returns:
displayName

setDisplayName

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

Parameters:
displayName -

getVersion

public java.lang.String getVersion()
Gets the version value for this ExtensionType.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this ExtensionType.

Parameters:
version -

getCompatibleIntroduceVersions

public java.lang.String getCompatibleIntroduceVersions()
Gets the compatibleIntroduceVersions value for this ExtensionType.

Returns:
compatibleIntroduceVersions

setCompatibleIntroduceVersions

public void setCompatibleIntroduceVersions(java.lang.String compatibleIntroduceVersions)
Sets the compatibleIntroduceVersions value for this ExtensionType.

Parameters:
compatibleIntroduceVersions -

getZipFileURL

public org.apache.axis.types.URI getZipFileURL()
Gets the zipFileURL value for this ExtensionType.

Returns:
zipFileURL

setZipFileURL

public void setZipFileURL(org.apache.axis.types.URI zipFileURL)
Sets the zipFileURL value for this ExtensionType.

Parameters:
zipFileURL -

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