|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.introduce.beans.extension.ServiceExtensionDescriptionType
public class ServiceExtensionDescriptionType
| Constructor Summary | |
|---|---|
ServiceExtensionDescriptionType()
|
|
ServiceExtensionDescriptionType(java.lang.String codegenPostProcessor,
java.lang.String codegenPreProcessor,
java.lang.String creationPostProcessor,
java.lang.String creationUIDialog,
java.lang.String displayName,
java.lang.String name,
Properties properties,
java.lang.String serviceDeploymentUIPanel,
java.lang.String serviceExtensionRemover,
java.lang.String serviceModificationUIPanel)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCodegenPostProcessor()
Gets the codegenPostProcessor value for this ServiceExtensionDescriptionType. |
java.lang.String |
getCodegenPreProcessor()
Gets the codegenPreProcessor value for this ServiceExtensionDescriptionType. |
java.lang.String |
getCreationPostProcessor()
Gets the creationPostProcessor value for this ServiceExtensionDescriptionType. |
java.lang.String |
getCreationUIDialog()
Gets the creationUIDialog value for this ServiceExtensionDescriptionType. |
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 ServiceExtensionDescriptionType. |
java.lang.String |
getName()
Gets the name value for this ServiceExtensionDescriptionType. |
Properties |
getProperties()
Gets the properties value for this ServiceExtensionDescriptionType. |
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 |
getServiceDeploymentUIPanel()
Gets the serviceDeploymentUIPanel value for this ServiceExtensionDescriptionType. |
java.lang.String |
getServiceExtensionRemover()
Gets the serviceExtensionRemover value for this ServiceExtensionDescriptionType. |
java.lang.String |
getServiceModificationUIPanel()
Gets the serviceModificationUIPanel value for this ServiceExtensionDescriptionType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCodegenPostProcessor(java.lang.String codegenPostProcessor)
Sets the codegenPostProcessor value for this ServiceExtensionDescriptionType. |
void |
setCodegenPreProcessor(java.lang.String codegenPreProcessor)
Sets the codegenPreProcessor value for this ServiceExtensionDescriptionType. |
void |
setCreationPostProcessor(java.lang.String creationPostProcessor)
Sets the creationPostProcessor value for this ServiceExtensionDescriptionType. |
void |
setCreationUIDialog(java.lang.String creationUIDialog)
Sets the creationUIDialog value for this ServiceExtensionDescriptionType. |
void |
setDisplayName(java.lang.String displayName)
Sets the displayName value for this ServiceExtensionDescriptionType. |
void |
setName(java.lang.String name)
Sets the name value for this ServiceExtensionDescriptionType. |
void |
setProperties(Properties properties)
Sets the properties value for this ServiceExtensionDescriptionType. |
void |
setServiceDeploymentUIPanel(java.lang.String serviceDeploymentUIPanel)
Sets the serviceDeploymentUIPanel value for this ServiceExtensionDescriptionType. |
void |
setServiceExtensionRemover(java.lang.String serviceExtensionRemover)
Sets the serviceExtensionRemover value for this ServiceExtensionDescriptionType. |
void |
setServiceModificationUIPanel(java.lang.String serviceModificationUIPanel)
Sets the serviceModificationUIPanel value for this ServiceExtensionDescriptionType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceExtensionDescriptionType()
public ServiceExtensionDescriptionType(java.lang.String codegenPostProcessor,
java.lang.String codegenPreProcessor,
java.lang.String creationPostProcessor,
java.lang.String creationUIDialog,
java.lang.String displayName,
java.lang.String name,
Properties properties,
java.lang.String serviceDeploymentUIPanel,
java.lang.String serviceExtensionRemover,
java.lang.String serviceModificationUIPanel)
| Method Detail |
|---|
public java.lang.String getCreationPostProcessor()
public void setCreationPostProcessor(java.lang.String creationPostProcessor)
creationPostProcessor - Must implement the
CreationExtensionPostProcessorpublic java.lang.String getCreationUIDialog()
public void setCreationUIDialog(java.lang.String creationUIDialog)
creationUIDialog - GUI component that must extend a
CreationExtensionUIDialogpublic java.lang.String getCodegenPreProcessor()
public void setCodegenPreProcessor(java.lang.String codegenPreProcessor)
codegenPreProcessor - implement the CodegenExtensionPreProcessorpublic java.lang.String getCodegenPostProcessor()
public void setCodegenPostProcessor(java.lang.String codegenPostProcessor)
codegenPostProcessor - implement the CodegenExtensionPostProcessorpublic java.lang.String getServiceModificationUIPanel()
public void setServiceModificationUIPanel(java.lang.String serviceModificationUIPanel)
serviceModificationUIPanel - ModificationViewer GUI component that must extend a
ServiceModificatoinUIPanelpublic java.lang.String getServiceDeploymentUIPanel()
public void setServiceDeploymentUIPanel(java.lang.String serviceDeploymentUIPanel)
serviceDeploymentUIPanel - Deployment GUI component that must extend a
ServiceDeploymentUIPanel. This must not edit anything introduce
managed such as the model. Only to be used for configuration
etc.public java.lang.String getServiceExtensionRemover()
public void setServiceExtensionRemover(java.lang.String serviceExtensionRemover)
serviceExtensionRemover - Class to implement for removing the extension from a service. Must
extend the ServiceExtensionRemover interface.public Properties getProperties()
public void setProperties(Properties properties)
properties - public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - public java.lang.String getName()
public void setName(java.lang.String name)
name - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||