org.globus.exec.generated
Class ManagedJobFactoryResourceProperties

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String condorArchitecture
           
private  java.lang.String condorOS
           
private  org.apache.axis.message.addressing.EndpointReferenceType delegationFactoryEndpoint
           
private  java.lang.String globusLocation
           
private  org.globus.mds.glue.GLUECERPType GLUECE
           
private  org.globus.mds.glue.GLUECERPType GLUECESummary
           
private  java.lang.String hostCPUType
           
private  java.lang.String hostManufacturer
           
private  java.lang.String hostOSName
           
private  java.lang.String hostOSVersion
           
private  java.lang.String localResourceManager
           
private  java.lang.String scratchBaseDirectory
           
private  org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo
           
private  org.apache.axis.message.addressing.EndpointReferenceType stagingDelegationFactoryEndpoint
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ManagedJobFactoryResourceProperties()
           
ManagedJobFactoryResourceProperties(org.globus.mds.glue.GLUECERPType GLUECE, org.globus.mds.glue.GLUECERPType GLUECESummary, java.lang.String condorArchitecture, java.lang.String condorOS, org.apache.axis.message.addressing.EndpointReferenceType delegationFactoryEndpoint, java.lang.String globusLocation, java.lang.String hostCPUType, java.lang.String hostManufacturer, java.lang.String hostOSName, java.lang.String hostOSVersion, java.lang.String localResourceManager, java.lang.String scratchBaseDirectory, org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo, org.apache.axis.message.addressing.EndpointReferenceType stagingDelegationFactoryEndpoint)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCondorArchitecture()
          Gets the condorArchitecture value for this ManagedJobFactoryResourceProperties.
 java.lang.String getCondorOS()
          Gets the condorOS value for this ManagedJobFactoryResourceProperties.
 org.apache.axis.message.addressing.EndpointReferenceType getDelegationFactoryEndpoint()
          Gets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
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 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.
 java.lang.String getHostCPUType()
          Gets the hostCPUType value for this ManagedJobFactoryResourceProperties.
 java.lang.String getHostManufacturer()
          Gets the hostManufacturer value for this ManagedJobFactoryResourceProperties.
 java.lang.String getHostOSName()
          Gets the hostOSName value for this ManagedJobFactoryResourceProperties.
 java.lang.String getHostOSVersion()
          Gets the hostOSVersion value for this ManagedJobFactoryResourceProperties.
 java.lang.String getLocalResourceManager()
          Gets the localResourceManager value for this ManagedJobFactoryResourceProperties.
 java.lang.String getScratchBaseDirectory()
          Gets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.globus.mds.usefulrp.types.ServiceMetaData getServiceMetaDataInfo()
          Gets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties.
 org.apache.axis.message.addressing.EndpointReferenceType getStagingDelegationFactoryEndpoint()
          Gets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCondorArchitecture(java.lang.String condorArchitecture)
          Sets the condorArchitecture value for this ManagedJobFactoryResourceProperties.
 void setCondorOS(java.lang.String condorOS)
          Sets the condorOS value for this ManagedJobFactoryResourceProperties.
 void setDelegationFactoryEndpoint(org.apache.axis.message.addressing.EndpointReferenceType delegationFactoryEndpoint)
          Sets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.
 void setGlobusLocation(java.lang.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(java.lang.String hostCPUType)
          Sets the hostCPUType value for this ManagedJobFactoryResourceProperties.
 void setHostManufacturer(java.lang.String hostManufacturer)
          Sets the hostManufacturer value for this ManagedJobFactoryResourceProperties.
 void setHostOSName(java.lang.String hostOSName)
          Sets the hostOSName value for this ManagedJobFactoryResourceProperties.
 void setHostOSVersion(java.lang.String hostOSVersion)
          Sets the hostOSVersion value for this ManagedJobFactoryResourceProperties.
 void setLocalResourceManager(java.lang.String localResourceManager)
          Sets the localResourceManager value for this ManagedJobFactoryResourceProperties.
 void setScratchBaseDirectory(java.lang.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(org.apache.axis.message.addressing.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 java.lang.String localResourceManager

globusLocation

private java.lang.String globusLocation

hostCPUType

private java.lang.String hostCPUType

hostManufacturer

private java.lang.String hostManufacturer

hostOSName

private java.lang.String hostOSName

hostOSVersion

private java.lang.String hostOSVersion

scratchBaseDirectory

private java.lang.String scratchBaseDirectory

delegationFactoryEndpoint

private org.apache.axis.message.addressing.EndpointReferenceType delegationFactoryEndpoint

stagingDelegationFactoryEndpoint

private org.apache.axis.message.addressing.EndpointReferenceType stagingDelegationFactoryEndpoint

condorArchitecture

private java.lang.String condorArchitecture

condorOS

private java.lang.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 java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ManagedJobFactoryResourceProperties

public ManagedJobFactoryResourceProperties()

ManagedJobFactoryResourceProperties

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

getLocalResourceManager

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

Returns:
localResourceManager

setLocalResourceManager

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

Parameters:
localResourceManager -

getGlobusLocation

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

Returns:
globusLocation

setGlobusLocation

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

Parameters:
globusLocation -

getHostCPUType

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

Returns:
hostCPUType

setHostCPUType

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

Parameters:
hostCPUType -

getHostManufacturer

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

Returns:
hostManufacturer

setHostManufacturer

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

Parameters:
hostManufacturer -

getHostOSName

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

Returns:
hostOSName

setHostOSName

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

Parameters:
hostOSName -

getHostOSVersion

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

Returns:
hostOSVersion

setHostOSVersion

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

Parameters:
hostOSVersion -

getScratchBaseDirectory

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

Returns:
scratchBaseDirectory

setScratchBaseDirectory

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

Parameters:
scratchBaseDirectory -

getDelegationFactoryEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getDelegationFactoryEndpoint()
Gets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Returns:
delegationFactoryEndpoint

setDelegationFactoryEndpoint

public void setDelegationFactoryEndpoint(org.apache.axis.message.addressing.EndpointReferenceType delegationFactoryEndpoint)
Sets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Parameters:
delegationFactoryEndpoint -

getStagingDelegationFactoryEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getStagingDelegationFactoryEndpoint()
Gets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Returns:
stagingDelegationFactoryEndpoint

setStagingDelegationFactoryEndpoint

public void setStagingDelegationFactoryEndpoint(org.apache.axis.message.addressing.EndpointReferenceType stagingDelegationFactoryEndpoint)
Sets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties.

Parameters:
stagingDelegationFactoryEndpoint -

getCondorArchitecture

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

Returns:
condorArchitecture

setCondorArchitecture

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

Parameters:
condorArchitecture -

getCondorOS

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

Returns:
condorOS

setCondorOS

public void setCondorOS(java.lang.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(java.lang.Object obj)

hashCode

public int hashCode()

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