org.globus.exec.generated
Class ManagedExecutableJobResourcePropertiesType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  int capacity
           
private  java.lang.String credentialPath
           
private  java.util.Calendar currentTime
           
private  java.lang.Integer exitCode
           
private  FaultResourcePropertyType fault
           
private  boolean fixedTopicSet
           
private  boolean holding
           
private  java.lang.String localUserId
           
private  byte[] registrantData
           
private  boolean rendezvousCompleted
           
private  ServiceLevelAgreementType serviceLevelAgreement
           
private  StateEnumeration state
           
private  org.apache.axis.types.URI stderrURL
           
private  org.apache.axis.types.URI stdoutURL
           
private  java.util.Calendar terminationTime
           
private  TopicExpressionType[] topic
           
private  org.apache.axis.types.URI[] topicExpressionDialects
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String userSubject
           
 
Constructor Summary
ManagedExecutableJobResourcePropertiesType()
           
ManagedExecutableJobResourcePropertiesType(int capacity, java.lang.String credentialPath, java.util.Calendar currentTime, java.lang.Integer exitCode, FaultResourcePropertyType fault, boolean fixedTopicSet, boolean holding, java.lang.String localUserId, byte[] registrantData, boolean rendezvousCompleted, ServiceLevelAgreementType serviceLevelAgreement, StateEnumeration state, org.apache.axis.types.URI stderrURL, org.apache.axis.types.URI stdoutURL, java.util.Calendar terminationTime, TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects, java.lang.String userSubject)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCapacity()
          Gets the capacity value for this ManagedExecutableJobResourcePropertiesType.
 java.lang.String getCredentialPath()
          Gets the credentialPath value for this ManagedExecutableJobResourcePropertiesType.
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this ManagedExecutableJobResourcePropertiesType.
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.Integer getExitCode()
          Gets the exitCode value for this ManagedExecutableJobResourcePropertiesType.
 FaultResourcePropertyType getFault()
          Gets the fault value for this ManagedExecutableJobResourcePropertiesType.
 java.lang.String getLocalUserId()
          Gets the localUserId value for this ManagedExecutableJobResourcePropertiesType.
 byte[] getRegistrantData()
          Gets the registrantData value for this ManagedExecutableJobResourcePropertiesType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ServiceLevelAgreementType getServiceLevelAgreement()
          Gets the serviceLevelAgreement value for this ManagedExecutableJobResourcePropertiesType.
 StateEnumeration getState()
          Gets the state value for this ManagedExecutableJobResourcePropertiesType.
 org.apache.axis.types.URI getStderrURL()
          Gets the stderrURL value for this ManagedExecutableJobResourcePropertiesType.
 org.apache.axis.types.URI getStdoutURL()
          Gets the stdoutURL value for this ManagedExecutableJobResourcePropertiesType.
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this ManagedExecutableJobResourcePropertiesType.
 TopicExpressionType[] getTopic()
          Gets the topic value for this ManagedExecutableJobResourcePropertiesType.
 TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this ManagedExecutableJobResourcePropertiesType.
 org.apache.axis.types.URI getTopicExpressionDialects(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserSubject()
          Gets the userSubject value for this ManagedExecutableJobResourcePropertiesType.
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this ManagedExecutableJobResourcePropertiesType.
 boolean isHolding()
          Gets the holding value for this ManagedExecutableJobResourcePropertiesType.
 boolean isRendezvousCompleted()
          Gets the rendezvousCompleted value for this ManagedExecutableJobResourcePropertiesType.
 void setCapacity(int capacity)
          Sets the capacity value for this ManagedExecutableJobResourcePropertiesType.
 void setCredentialPath(java.lang.String credentialPath)
          Sets the credentialPath value for this ManagedExecutableJobResourcePropertiesType.
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this ManagedExecutableJobResourcePropertiesType.
 void setExitCode(java.lang.Integer exitCode)
          Sets the exitCode value for this ManagedExecutableJobResourcePropertiesType.
 void setFault(FaultResourcePropertyType fault)
          Sets the fault value for this ManagedExecutableJobResourcePropertiesType.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this ManagedExecutableJobResourcePropertiesType.
 void setHolding(boolean holding)
          Sets the holding value for this ManagedExecutableJobResourcePropertiesType.
 void setLocalUserId(java.lang.String localUserId)
          Sets the localUserId value for this ManagedExecutableJobResourcePropertiesType.
 void setRegistrantData(byte[] registrantData)
          Sets the registrantData value for this ManagedExecutableJobResourcePropertiesType.
 void setRendezvousCompleted(boolean rendezvousCompleted)
          Sets the rendezvousCompleted value for this ManagedExecutableJobResourcePropertiesType.
 void setServiceLevelAgreement(ServiceLevelAgreementType serviceLevelAgreement)
          Sets the serviceLevelAgreement value for this ManagedExecutableJobResourcePropertiesType.
 void setState(StateEnumeration state)
          Sets the state value for this ManagedExecutableJobResourcePropertiesType.
 void setStderrURL(org.apache.axis.types.URI stderrURL)
          Sets the stderrURL value for this ManagedExecutableJobResourcePropertiesType.
 void setStdoutURL(org.apache.axis.types.URI stdoutURL)
          Sets the stdoutURL value for this ManagedExecutableJobResourcePropertiesType.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this ManagedExecutableJobResourcePropertiesType.
 void setTopic(int i, TopicExpressionType _value)
           
 void setTopic(TopicExpressionType[] topic)
          Sets the topic value for this ManagedExecutableJobResourcePropertiesType.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this ManagedExecutableJobResourcePropertiesType.
 void setUserSubject(java.lang.String userSubject)
          Sets the userSubject value for this ManagedExecutableJobResourcePropertiesType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stdoutURL

private org.apache.axis.types.URI stdoutURL

stderrURL

private org.apache.axis.types.URI stderrURL

credentialPath

private java.lang.String credentialPath

exitCode

private java.lang.Integer exitCode

serviceLevelAgreement

private ServiceLevelAgreementType serviceLevelAgreement

capacity

private int capacity

userSubject

private java.lang.String userSubject

fault

private FaultResourcePropertyType fault

topicExpressionDialects

private org.apache.axis.types.URI[] topicExpressionDialects

topic

private TopicExpressionType[] topic

terminationTime

private java.util.Calendar terminationTime

localUserId

private java.lang.String localUserId

currentTime

private java.util.Calendar currentTime

holding

private boolean holding

registrantData

private byte[] registrantData

rendezvousCompleted

private boolean rendezvousCompleted

fixedTopicSet

private boolean fixedTopicSet

state

private StateEnumeration state

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ManagedExecutableJobResourcePropertiesType

public ManagedExecutableJobResourcePropertiesType()

ManagedExecutableJobResourcePropertiesType

public ManagedExecutableJobResourcePropertiesType(int capacity,
                                                  java.lang.String credentialPath,
                                                  java.util.Calendar currentTime,
                                                  java.lang.Integer exitCode,
                                                  FaultResourcePropertyType fault,
                                                  boolean fixedTopicSet,
                                                  boolean holding,
                                                  java.lang.String localUserId,
                                                  byte[] registrantData,
                                                  boolean rendezvousCompleted,
                                                  ServiceLevelAgreementType serviceLevelAgreement,
                                                  StateEnumeration state,
                                                  org.apache.axis.types.URI stderrURL,
                                                  org.apache.axis.types.URI stdoutURL,
                                                  java.util.Calendar terminationTime,
                                                  TopicExpressionType[] topic,
                                                  org.apache.axis.types.URI[] topicExpressionDialects,
                                                  java.lang.String userSubject)
Method Detail

getStdoutURL

public org.apache.axis.types.URI getStdoutURL()
Gets the stdoutURL value for this ManagedExecutableJobResourcePropertiesType.

Returns:
stdoutURL

setStdoutURL

public void setStdoutURL(org.apache.axis.types.URI stdoutURL)
Sets the stdoutURL value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
stdoutURL -

getStderrURL

public org.apache.axis.types.URI getStderrURL()
Gets the stderrURL value for this ManagedExecutableJobResourcePropertiesType.

Returns:
stderrURL

setStderrURL

public void setStderrURL(org.apache.axis.types.URI stderrURL)
Sets the stderrURL value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
stderrURL -

getCredentialPath

public java.lang.String getCredentialPath()
Gets the credentialPath value for this ManagedExecutableJobResourcePropertiesType.

Returns:
credentialPath

setCredentialPath

public void setCredentialPath(java.lang.String credentialPath)
Sets the credentialPath value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
credentialPath -

getExitCode

public java.lang.Integer getExitCode()
Gets the exitCode value for this ManagedExecutableJobResourcePropertiesType.

Returns:
exitCode

setExitCode

public void setExitCode(java.lang.Integer exitCode)
Sets the exitCode value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
exitCode -

getServiceLevelAgreement

public ServiceLevelAgreementType getServiceLevelAgreement()
Gets the serviceLevelAgreement value for this ManagedExecutableJobResourcePropertiesType.

Returns:
serviceLevelAgreement

setServiceLevelAgreement

public void setServiceLevelAgreement(ServiceLevelAgreementType serviceLevelAgreement)
Sets the serviceLevelAgreement value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
serviceLevelAgreement -

getCapacity

public int getCapacity()
Gets the capacity value for this ManagedExecutableJobResourcePropertiesType.

Returns:
capacity

setCapacity

public void setCapacity(int capacity)
Sets the capacity value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
capacity -

getUserSubject

public java.lang.String getUserSubject()
Gets the userSubject value for this ManagedExecutableJobResourcePropertiesType.

Returns:
userSubject

setUserSubject

public void setUserSubject(java.lang.String userSubject)
Sets the userSubject value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
userSubject -

getFault

public FaultResourcePropertyType getFault()
Gets the fault value for this ManagedExecutableJobResourcePropertiesType.

Returns:
fault

setFault

public void setFault(FaultResourcePropertyType fault)
Sets the fault value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
fault -

getTopicExpressionDialects

public org.apache.axis.types.URI[] getTopicExpressionDialects()
Gets the topicExpressionDialects value for this ManagedExecutableJobResourcePropertiesType.

Returns:
topicExpressionDialects

setTopicExpressionDialects

public void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
Sets the topicExpressionDialects value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

public org.apache.axis.types.URI getTopicExpressionDialects(int i)

setTopicExpressionDialects

public void setTopicExpressionDialects(int i,
                                       org.apache.axis.types.URI _value)

getTopic

public TopicExpressionType[] getTopic()
Gets the topic value for this ManagedExecutableJobResourcePropertiesType.

Returns:
topic

setTopic

public void setTopic(TopicExpressionType[] topic)
Sets the topic value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
topic -

getTopic

public TopicExpressionType getTopic(int i)

setTopic

public void setTopic(int i,
                     TopicExpressionType _value)

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the terminationTime value for this ManagedExecutableJobResourcePropertiesType.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
terminationTime -

getLocalUserId

public java.lang.String getLocalUserId()
Gets the localUserId value for this ManagedExecutableJobResourcePropertiesType.

Returns:
localUserId

setLocalUserId

public void setLocalUserId(java.lang.String localUserId)
Sets the localUserId value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
localUserId -

getCurrentTime

public java.util.Calendar getCurrentTime()
Gets the currentTime value for this ManagedExecutableJobResourcePropertiesType.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(java.util.Calendar currentTime)
Sets the currentTime value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
currentTime -

isHolding

public boolean isHolding()
Gets the holding value for this ManagedExecutableJobResourcePropertiesType.

Returns:
holding

setHolding

public void setHolding(boolean holding)
Sets the holding value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
holding -

getRegistrantData

public byte[] getRegistrantData()
Gets the registrantData value for this ManagedExecutableJobResourcePropertiesType.

Returns:
registrantData

setRegistrantData

public void setRegistrantData(byte[] registrantData)
Sets the registrantData value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
registrantData -

isRendezvousCompleted

public boolean isRendezvousCompleted()
Gets the rendezvousCompleted value for this ManagedExecutableJobResourcePropertiesType.

Returns:
rendezvousCompleted

setRendezvousCompleted

public void setRendezvousCompleted(boolean rendezvousCompleted)
Sets the rendezvousCompleted value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
rendezvousCompleted -

isFixedTopicSet

public boolean isFixedTopicSet()
Gets the fixedTopicSet value for this ManagedExecutableJobResourcePropertiesType.

Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
fixedTopicSet -

getState

public StateEnumeration getState()
Gets the state value for this ManagedExecutableJobResourcePropertiesType.

Returns:
state

setState

public void setState(StateEnumeration state)
Sets the state value for this ManagedExecutableJobResourcePropertiesType.

Parameters:
state -

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