org.globus.exec.generated
Class ManagedJobFactoryResourceProperties

java.lang.Object
  extended byorg.globus.exec.generated.ManagedJobFactoryResourceProperties
All Implemented Interfaces:
Serializable

public class ManagedJobFactoryResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String condorArchitecture
           
private  String condorOS
           
private  EndpointReferenceType delegationFactoryEndpoint
           
private  String globusLocation
           
private  org.globus.mds.glue.GLUECERPType GLUECE
           
private  org.globus.mds.glue.GLUECERPType GLUECESummary
           
private  String hostCPUType
           
private  String hostManufacturer
           
private  String hostOSName
           
private  String hostOSVersion
           
private  String localResourceManager
           
private  String scratchBaseDirectory
           
private  org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo
           
private  EndpointReferenceType stagingDelegationFactoryEndpoint
           
private static TypeDesc typeDesc
           
 
Constructor Summary
ManagedJobFactoryResourceProperties()
           
ManagedJobFactoryResourceProperties(org.globus.mds.glue.GLUECERPType GLUECE, org.globus.mds.glue.GLUECERPType GLUECESummary, String condorArchitecture, String condorOS, EndpointReferenceType delegationFactoryEndpoint, String globusLocation, String hostCPUType, String hostManufacturer, String hostOSName, String hostOSVersion, String localResourceManager, String scratchBaseDirectory, org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo, EndpointReferenceType stagingDelegationFactoryEndpoint)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCondorArchitecture()
          Gets the condorArchitecture value for this ManagedJobFactoryResourceProperties.
 String getCondorOS()
          Gets the condorOS value for this ManagedJobFactoryResourceProperties.
 EndpointReferenceType getDelegationFactoryEndpoint()
          Gets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGlobusLocation()
          Gets the globusLocation value for this ManagedJobFactoryResourceProperties.
 org.globus.mds.glue.GLUECERPType getGLUECE()
          Gets the GLUECE value for this ManagedJobFactoryResourceProperties.
 org.globus.mds.glue.GLUECERPType getGLUECESummary()
          Gets the GLUECESummary value for this ManagedJobFactoryResourceProperties.
 String getHostCPUType()
          Gets the hostCPUType value for this ManagedJobFactoryResourceProperties.
 String getHostManufacturer()
          Gets the hostManufacturer value for this ManagedJobFactoryResourceProperties.
 String getHostOSName()
          Gets the hostOSName value for this ManagedJobFactoryResourceProperties.
 String getHostOSVersion()
          Gets the hostOSVersion value for this ManagedJobFactoryResourceProperties.
 String getLocalResourceManager()
          Gets the localResourceManager value for this ManagedJobFactoryResourceProperties.
 String getScratchBaseDirectory()
          Gets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 org.globus.mds.usefulrp.types.ServiceMetaData getServiceMetaDataInfo()
          Gets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties.
 EndpointReferenceType getStagingDelegationFactoryEndpoint()
          Gets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCondorArchitecture(String condorArchitecture)
          Sets the condorArchitecture value for this ManagedJobFactoryResourceProperties.
 void setCondorOS(String condorOS)
          Sets the condorOS value for this ManagedJobFactoryResourceProperties.
 void setDelegationFactoryEndpoint(EndpointReferenceType delegationFactoryEndpoint)
          Sets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
 void setGlobusLocation(String globusLocation)
          Sets the globusLocation value for this ManagedJobFactoryResourceProperties.
 void setGLUECE(org.globus.mds.glue.GLUECERPType GLUECE)
          Sets the GLUECE value for this ManagedJobFactoryResourceProperties.
 void setGLUECESummary(org.globus.mds.glue.GLUECERPType GLUECESummary)
          Sets the GLUECESummary value for this ManagedJobFactoryResourceProperties.
 void setHostCPUType(String hostCPUType)
          Sets the hostCPUType value for this ManagedJobFactoryResourceProperties.
 void setHostManufacturer(String hostManufacturer)
          Sets the hostManufacturer value for this ManagedJobFactoryResourceProperties.
 void setHostOSName(String hostOSName)
          Sets the hostOSName value for this ManagedJobFactoryResourceProperties.
 void setHostOSVersion(String hostOSVersion)
          Sets the hostOSVersion value for this ManagedJobFactoryResourceProperties.
 void setLocalResourceManager(String localResourceManager)
          Sets the localResourceManager value for this ManagedJobFactoryResourceProperties.
 void setScratchBaseDirectory(String scratchBaseDirectory)
          Sets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties.
 void setServiceMetaDataInfo(org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo)
          Sets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties.
 void setStagingDelegationFactoryEndpoint(EndpointReferenceType stagingDelegationFactoryEndpoint)
          Sets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localResourceManager

private String localResourceManager

globusLocation

private String globusLocation

hostCPUType

private String hostCPUType

hostManufacturer

private String hostManufacturer

hostOSName

private String hostOSName

hostOSVersion

private String hostOSVersion

scratchBaseDirectory

private String scratchBaseDirectory

delegationFactoryEndpoint

private EndpointReferenceType delegationFactoryEndpoint

stagingDelegationFactoryEndpoint

private EndpointReferenceType stagingDelegationFactoryEndpoint

condorArchitecture

private String condorArchitecture

condorOS

private String condorOS

GLUECE

private org.globus.mds.glue.GLUECERPType GLUECE

GLUECESummary

private org.globus.mds.glue.GLUECERPType GLUECESummary

serviceMetaDataInfo

private org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

ManagedJobFactoryResourceProperties

public ManagedJobFactoryResourceProperties()

ManagedJobFactoryResourceProperties

public ManagedJobFactoryResourceProperties(org.globus.mds.glue.GLUECERPType GLUECE,
                                           org.globus.mds.glue.GLUECERPType GLUECESummary,
                                           String condorArchitecture,
                                           String condorOS,
                                           EndpointReferenceType delegationFactoryEndpoint,
                                           String globusLocation,
                                           String hostCPUType,
                                           String hostManufacturer,
                                           String hostOSName,
                                           String hostOSVersion,
                                           String localResourceManager,
                                           String scratchBaseDirectory,
                                           org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo,
                                           EndpointReferenceType stagingDelegationFactoryEndpoint)
Method Detail

getLocalResourceManager

public String getLocalResourceManager()
Gets the localResourceManager value for this ManagedJobFactoryResourceProperties.

Returns:
localResourceManager

setLocalResourceManager

public void setLocalResourceManager(String localResourceManager)
Sets the localResourceManager value for this ManagedJobFactoryResourceProperties.

Parameters:
localResourceManager -

getGlobusLocation

public String getGlobusLocation()
Gets the globusLocation value for this ManagedJobFactoryResourceProperties.

Returns:
globusLocation

setGlobusLocation

public void setGlobusLocation(String globusLocation)
Sets the globusLocation value for this ManagedJobFactoryResourceProperties.

Parameters:
globusLocation -

getHostCPUType

public String getHostCPUType()
Gets the hostCPUType value for this ManagedJobFactoryResourceProperties.

Returns:
hostCPUType

setHostCPUType

public void setHostCPUType(String hostCPUType)
Sets the hostCPUType value for this ManagedJobFactoryResourceProperties.

Parameters:
hostCPUType -

getHostManufacturer

public String getHostManufacturer()
Gets the hostManufacturer value for this ManagedJobFactoryResourceProperties.

Returns:
hostManufacturer

setHostManufacturer

public void setHostManufacturer(String hostManufacturer)
Sets the hostManufacturer value for this ManagedJobFactoryResourceProperties.

Parameters:
hostManufacturer -

getHostOSName

public String getHostOSName()
Gets the hostOSName value for this ManagedJobFactoryResourceProperties.

Returns:
hostOSName

setHostOSName

public void setHostOSName(String hostOSName)
Sets the hostOSName value for this ManagedJobFactoryResourceProperties.

Parameters:
hostOSName -

getHostOSVersion

public String getHostOSVersion()
Gets the hostOSVersion value for this ManagedJobFactoryResourceProperties.

Returns:
hostOSVersion

setHostOSVersion

public void setHostOSVersion(String hostOSVersion)
Sets the hostOSVersion value for this ManagedJobFactoryResourceProperties.

Parameters:
hostOSVersion -

getScratchBaseDirectory

public String getScratchBaseDirectory()
Gets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties.

Returns:
scratchBaseDirectory

setScratchBaseDirectory

public void setScratchBaseDirectory(String scratchBaseDirectory)
Sets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties.

Parameters:
scratchBaseDirectory -

getDelegationFactoryEndpoint

public EndpointReferenceType getDelegationFactoryEndpoint()
Gets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Returns:
delegationFactoryEndpoint

setDelegationFactoryEndpoint

public void setDelegationFactoryEndpoint(EndpointReferenceType delegationFactoryEndpoint)
Sets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Parameters:
delegationFactoryEndpoint -

getStagingDelegationFactoryEndpoint

public EndpointReferenceType getStagingDelegationFactoryEndpoint()
Gets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Returns:
stagingDelegationFactoryEndpoint

setStagingDelegationFactoryEndpoint

public void setStagingDelegationFactoryEndpoint(EndpointReferenceType stagingDelegationFactoryEndpoint)
Sets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Parameters:
stagingDelegationFactoryEndpoint -

getCondorArchitecture

public String getCondorArchitecture()
Gets the condorArchitecture value for this ManagedJobFactoryResourceProperties.

Returns:
condorArchitecture

setCondorArchitecture

public void setCondorArchitecture(String condorArchitecture)
Sets the condorArchitecture value for this ManagedJobFactoryResourceProperties.

Parameters:
condorArchitecture -

getCondorOS

public String getCondorOS()
Gets the condorOS value for this ManagedJobFactoryResourceProperties.

Returns:
condorOS

setCondorOS

public void setCondorOS(String condorOS)
Sets the condorOS value for this ManagedJobFactoryResourceProperties.

Parameters:
condorOS -

getGLUECE

public org.globus.mds.glue.GLUECERPType getGLUECE()
Gets the GLUECE value for this ManagedJobFactoryResourceProperties.

Returns:
GLUECE

setGLUECE

public void setGLUECE(org.globus.mds.glue.GLUECERPType GLUECE)
Sets the GLUECE value for this ManagedJobFactoryResourceProperties.

Parameters:
GLUECE -

getGLUECESummary

public org.globus.mds.glue.GLUECERPType getGLUECESummary()
Gets the GLUECESummary value for this ManagedJobFactoryResourceProperties.

Returns:
GLUECESummary

setGLUECESummary

public void setGLUECESummary(org.globus.mds.glue.GLUECERPType GLUECESummary)
Sets the GLUECESummary value for this ManagedJobFactoryResourceProperties.

Parameters:
GLUECESummary -

getServiceMetaDataInfo

public org.globus.mds.usefulrp.types.ServiceMetaData getServiceMetaDataInfo()
Gets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties.

Returns:
serviceMetaDataInfo

setServiceMetaDataInfo

public void setServiceMetaDataInfo(org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo)
Sets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties.

Parameters:
serviceMetaDataInfo -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer