gov.nih.nci.cagrid.data.extension
Class CadsrInformation

java.lang.Object
  extended by gov.nih.nci.cagrid.data.extension.CadsrInformation
All Implemented Interfaces:
java.io.Serializable

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

Information regarding the caDSR configured by the user

See Also:
Serialized Form

Constructor Summary
CadsrInformation()
           
CadsrInformation(boolean noDomainModel, CadsrPackage[] packages, java.lang.String projectLongName, java.lang.String projectVersion, java.lang.String serviceUrl, boolean useSuppliedModel)
           
 
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
 CadsrPackage[] getPackages()
          Gets the packages value for this CadsrInformation.
 CadsrPackage getPackages(int i)
           
 java.lang.String getProjectLongName()
          Gets the projectLongName value for this CadsrInformation.
 java.lang.String getProjectVersion()
          Gets the projectVersion value for this CadsrInformation.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServiceUrl()
          Gets the serviceUrl value for this CadsrInformation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isNoDomainModel()
          Gets the noDomainModel value for this CadsrInformation.
 boolean isUseSuppliedModel()
          Gets the useSuppliedModel value for this CadsrInformation.
 void setNoDomainModel(boolean noDomainModel)
          Sets the noDomainModel value for this CadsrInformation.
 void setPackages(CadsrPackage[] packages)
          Sets the packages value for this CadsrInformation.
 void setPackages(int i, CadsrPackage _value)
           
 void setProjectLongName(java.lang.String projectLongName)
          Sets the projectLongName value for this CadsrInformation.
 void setProjectVersion(java.lang.String projectVersion)
          Sets the projectVersion value for this CadsrInformation.
 void setServiceUrl(java.lang.String serviceUrl)
          Sets the serviceUrl value for this CadsrInformation.
 void setUseSuppliedModel(boolean useSuppliedModel)
          Sets the useSuppliedModel value for this CadsrInformation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CadsrInformation

public CadsrInformation()

CadsrInformation

public CadsrInformation(boolean noDomainModel,
                        CadsrPackage[] packages,
                        java.lang.String projectLongName,
                        java.lang.String projectVersion,
                        java.lang.String serviceUrl,
                        boolean useSuppliedModel)
Method Detail

getPackages

public CadsrPackage[] getPackages()
Gets the packages value for this CadsrInformation.

Returns:
packages

setPackages

public void setPackages(CadsrPackage[] packages)
Sets the packages value for this CadsrInformation.

Parameters:
packages -

getPackages

public CadsrPackage getPackages(int i)

setPackages

public void setPackages(int i,
                        CadsrPackage _value)

getProjectLongName

public java.lang.String getProjectLongName()
Gets the projectLongName value for this CadsrInformation.

Returns:
projectLongName

setProjectLongName

public void setProjectLongName(java.lang.String projectLongName)
Sets the projectLongName value for this CadsrInformation.

Parameters:
projectLongName -

getProjectVersion

public java.lang.String getProjectVersion()
Gets the projectVersion value for this CadsrInformation.

Returns:
projectVersion

setProjectVersion

public void setProjectVersion(java.lang.String projectVersion)
Sets the projectVersion value for this CadsrInformation.

Parameters:
projectVersion -

getServiceUrl

public java.lang.String getServiceUrl()
Gets the serviceUrl value for this CadsrInformation.

Returns:
serviceUrl

setServiceUrl

public void setServiceUrl(java.lang.String serviceUrl)
Sets the serviceUrl value for this CadsrInformation.

Parameters:
serviceUrl -

isNoDomainModel

public boolean isNoDomainModel()
Gets the noDomainModel value for this CadsrInformation.

Returns:
noDomainModel

setNoDomainModel

public void setNoDomainModel(boolean noDomainModel)
Sets the noDomainModel value for this CadsrInformation.

Parameters:
noDomainModel -

isUseSuppliedModel

public boolean isUseSuppliedModel()
Gets the useSuppliedModel value for this CadsrInformation.

Returns:
useSuppliedModel

setUseSuppliedModel

public void setUseSuppliedModel(boolean useSuppliedModel)
Sets the useSuppliedModel value for this CadsrInformation.

Parameters:
useSuppliedModel -

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