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

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

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

patchVersion must be a positive integer. The system default is that no patch yet installed to the current main version is patch version 0. That is if any patch is to be installed on top of a main version, for example 1.1, then the patch must be greater than 0, 1 for example. After the 1 patch was installed onto the 1.1 version the full version would now be 1.1 patch 1 or 1.1.1.

See Also:
Serialized Form

Constructor Summary
IntroduceRevType()
           
IntroduceRevType(int patchVersion, org.apache.axis.types.URI zipFileURL)
           
 
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
 int getPatchVersion()
          Gets the patchVersion value for this IntroduceRevType.
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
 org.apache.axis.types.URI getZipFileURL()
          Gets the zipFileURL value for this IntroduceRevType.
 int hashCode()
           
 void setPatchVersion(int patchVersion)
          Sets the patchVersion value for this IntroduceRevType.
 void setZipFileURL(org.apache.axis.types.URI zipFileURL)
          Sets the zipFileURL value for this IntroduceRevType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntroduceRevType

public IntroduceRevType()

IntroduceRevType

public IntroduceRevType(int patchVersion,
                        org.apache.axis.types.URI zipFileURL)
Method Detail

getPatchVersion

public int getPatchVersion()
Gets the patchVersion value for this IntroduceRevType.

Returns:
patchVersion

setPatchVersion

public void setPatchVersion(int patchVersion)
Sets the patchVersion value for this IntroduceRevType.

Parameters:
patchVersion -

getZipFileURL

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

Returns:
zipFileURL

setZipFileURL

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

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