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

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

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

isInstalled is only used internally on the introduce side and not on the update site. This attribute indicates that this main version of introduce is already installed but that there may be a patch that is yet to be installed.

See Also:
Serialized Form

Constructor Summary
IntroduceType()
           
IntroduceType(IntroduceRevType[] introduceRev, java.lang.Boolean isInstalled, java.lang.String version, 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
 IntroduceRevType[] getIntroduceRev()
          Gets the introduceRev value for this IntroduceType.
 IntroduceRevType getIntroduceRev(int i)
           
 java.lang.Boolean getIsInstalled()
          Gets the isInstalled value for this IntroduceType.
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 IntroduceType.
 org.apache.axis.types.URI getZipFileURL()
          Gets the zipFileURL value for this IntroduceType.
 int hashCode()
           
 void setIntroduceRev(int i, IntroduceRevType _value)
           
 void setIntroduceRev(IntroduceRevType[] introduceRev)
          Sets the introduceRev value for this IntroduceType.
 void setIsInstalled(java.lang.Boolean isInstalled)
          Sets the isInstalled value for this IntroduceType.
 void setVersion(java.lang.String version)
          Sets the version value for this IntroduceType.
 void setZipFileURL(org.apache.axis.types.URI zipFileURL)
          Sets the zipFileURL value for this IntroduceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntroduceType

public IntroduceType()

IntroduceType

public IntroduceType(IntroduceRevType[] introduceRev,
                     java.lang.Boolean isInstalled,
                     java.lang.String version,
                     org.apache.axis.types.URI zipFileURL)
Method Detail

getIntroduceRev

public IntroduceRevType[] getIntroduceRev()
Gets the introduceRev value for this IntroduceType.

Returns:
introduceRev

setIntroduceRev

public void setIntroduceRev(IntroduceRevType[] introduceRev)
Sets the introduceRev value for this IntroduceType.

Parameters:
introduceRev -

getIntroduceRev

public IntroduceRevType getIntroduceRev(int i)

setIntroduceRev

public void setIntroduceRev(int i,
                            IntroduceRevType _value)

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getZipFileURL

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

Returns:
zipFileURL

setZipFileURL

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

Parameters:
zipFileURL -

getIsInstalled

public java.lang.Boolean getIsInstalled()
Gets the isInstalled value for this IntroduceType.

Returns:
isInstalled

setIsInstalled

public void setIsInstalled(java.lang.Boolean isInstalled)
Sets the isInstalled value for this IntroduceType.

Parameters:
isInstalled -

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