org.LexGrid.LexBIG.cagrid.LexEVSGridService.service.globus.resource
Class LexEVSGridServiceResourceConfiguration

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.service.globus.resource.LexEVSGridServiceResourceConfiguration

public class LexEVSGridServiceResourceConfiguration
extends java.lang.Object

DO NOT EDIT: This class is autogenerated! This class is used by the resource to get configuration information about the resource.


Constructor Summary
LexEVSGridServiceResourceConfiguration()
           
 
Method Summary
 java.lang.String getRegistrationTemplateFile()
           
 java.lang.String getServiceMetadataFile()
           
 void setPerformRegistration(boolean performRegistration)
           
 void setRegistrationTemplateFile(java.lang.String registrationTemplateFile)
           
 void setServiceMetadataFile(java.lang.String serviceMetadataFile)
           
 boolean shouldPerformRegistration()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexEVSGridServiceResourceConfiguration

public LexEVSGridServiceResourceConfiguration()
Method Detail

shouldPerformRegistration

public boolean shouldPerformRegistration()

setPerformRegistration

public void setPerformRegistration(boolean performRegistration)

getRegistrationTemplateFile

public java.lang.String getRegistrationTemplateFile()

setRegistrationTemplateFile

public void setRegistrationTemplateFile(java.lang.String registrationTemplateFile)

getServiceMetadataFile

public java.lang.String getServiceMetadataFile()

setServiceMetadataFile

public void setServiceMetadataFile(java.lang.String serviceMetadataFile)