gov.nih.nci.cagrid.data.style
Class DataServiceStyle

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

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

See Also:
Serialized Form

Constructor Summary
DataServiceStyle()
           
DataServiceStyle(CodegenHelpers codegenHelpers, CompatibleCaGridVersions compatibleCaGridVersions, CreationHelper creationHelper, DataServiceStyleCreationWizardPanels creationWizardPanels, ModificationUiPanel modificationUiPanel, java.lang.String name, java.lang.String styleDescription, java.lang.String version, VersionUpgrade[] versionUpgrade)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CodegenHelpers getCodegenHelpers()
          Gets the codegenHelpers value for this DataServiceStyle.
 CompatibleCaGridVersions getCompatibleCaGridVersions()
          Gets the compatibleCaGridVersions value for this DataServiceStyle.
 CreationHelper getCreationHelper()
          Gets the creationHelper value for this DataServiceStyle.
 DataServiceStyleCreationWizardPanels getCreationWizardPanels()
          Gets the creationWizardPanels value for this DataServiceStyle.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ModificationUiPanel getModificationUiPanel()
          Gets the modificationUiPanel value for this DataServiceStyle.
 java.lang.String getName()
          Gets the name value for this DataServiceStyle.
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 getStyleDescription()
          Gets the styleDescription value for this DataServiceStyle.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this DataServiceStyle.
 VersionUpgrade[] getVersionUpgrade()
          Gets the versionUpgrade value for this DataServiceStyle.
 VersionUpgrade getVersionUpgrade(int i)
           
 int hashCode()
           
 void setCodegenHelpers(CodegenHelpers codegenHelpers)
          Sets the codegenHelpers value for this DataServiceStyle.
 void setCompatibleCaGridVersions(CompatibleCaGridVersions compatibleCaGridVersions)
          Sets the compatibleCaGridVersions value for this DataServiceStyle.
 void setCreationHelper(CreationHelper creationHelper)
          Sets the creationHelper value for this DataServiceStyle.
 void setCreationWizardPanels(DataServiceStyleCreationWizardPanels creationWizardPanels)
          Sets the creationWizardPanels value for this DataServiceStyle.
 void setModificationUiPanel(ModificationUiPanel modificationUiPanel)
          Sets the modificationUiPanel value for this DataServiceStyle.
 void setName(java.lang.String name)
          Sets the name value for this DataServiceStyle.
 void setStyleDescription(java.lang.String styleDescription)
          Sets the styleDescription value for this DataServiceStyle.
 void setVersion(java.lang.String version)
          Sets the version value for this DataServiceStyle.
 void setVersionUpgrade(int i, VersionUpgrade _value)
           
 void setVersionUpgrade(VersionUpgrade[] versionUpgrade)
          Sets the versionUpgrade value for this DataServiceStyle.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataServiceStyle

public DataServiceStyle()

DataServiceStyle

public DataServiceStyle(CodegenHelpers codegenHelpers,
                        CompatibleCaGridVersions compatibleCaGridVersions,
                        CreationHelper creationHelper,
                        DataServiceStyleCreationWizardPanels creationWizardPanels,
                        ModificationUiPanel modificationUiPanel,
                        java.lang.String name,
                        java.lang.String styleDescription,
                        java.lang.String version,
                        VersionUpgrade[] versionUpgrade)
Method Detail

getCompatibleCaGridVersions

public CompatibleCaGridVersions getCompatibleCaGridVersions()
Gets the compatibleCaGridVersions value for this DataServiceStyle.

Returns:
compatibleCaGridVersions

setCompatibleCaGridVersions

public void setCompatibleCaGridVersions(CompatibleCaGridVersions compatibleCaGridVersions)
Sets the compatibleCaGridVersions value for this DataServiceStyle.

Parameters:
compatibleCaGridVersions -

getStyleDescription

public java.lang.String getStyleDescription()
Gets the styleDescription value for this DataServiceStyle.

Returns:
styleDescription

setStyleDescription

public void setStyleDescription(java.lang.String styleDescription)
Sets the styleDescription value for this DataServiceStyle.

Parameters:
styleDescription -

getCreationWizardPanels

public DataServiceStyleCreationWizardPanels getCreationWizardPanels()
Gets the creationWizardPanels value for this DataServiceStyle.

Returns:
creationWizardPanels

setCreationWizardPanels

public void setCreationWizardPanels(DataServiceStyleCreationWizardPanels creationWizardPanels)
Sets the creationWizardPanels value for this DataServiceStyle.

Parameters:
creationWizardPanels -

getModificationUiPanel

public ModificationUiPanel getModificationUiPanel()
Gets the modificationUiPanel value for this DataServiceStyle.

Returns:
modificationUiPanel

setModificationUiPanel

public void setModificationUiPanel(ModificationUiPanel modificationUiPanel)
Sets the modificationUiPanel value for this DataServiceStyle.

Parameters:
modificationUiPanel -

getCodegenHelpers

public CodegenHelpers getCodegenHelpers()
Gets the codegenHelpers value for this DataServiceStyle.

Returns:
codegenHelpers

setCodegenHelpers

public void setCodegenHelpers(CodegenHelpers codegenHelpers)
Sets the codegenHelpers value for this DataServiceStyle.

Parameters:
codegenHelpers -

getCreationHelper

public CreationHelper getCreationHelper()
Gets the creationHelper value for this DataServiceStyle.

Returns:
creationHelper

setCreationHelper

public void setCreationHelper(CreationHelper creationHelper)
Sets the creationHelper value for this DataServiceStyle.

Parameters:
creationHelper -

getVersionUpgrade

public VersionUpgrade[] getVersionUpgrade()
Gets the versionUpgrade value for this DataServiceStyle.

Returns:
versionUpgrade

setVersionUpgrade

public void setVersionUpgrade(VersionUpgrade[] versionUpgrade)
Sets the versionUpgrade value for this DataServiceStyle.

Parameters:
versionUpgrade -

getVersionUpgrade

public VersionUpgrade getVersionUpgrade(int i)

setVersionUpgrade

public void setVersionUpgrade(int i,
                              VersionUpgrade _value)

getName

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

Returns:
name

setName

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

Parameters:
name -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

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