org.enhydra.shark.wfxml.types
Class SetPropertiesRs

java.lang.Object
  extended by org.enhydra.shark.wfxml.types.SetPropertiesRs
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SetPropertiesRs()
           
SetPropertiesRs(org.apache.axis.types.URI key, StateType state, java.lang.String name, java.lang.String subject, java.lang.String description, org.apache.axis.types.URI factoryKey, org.apache.axis.types.URI[] observers, ContextData contextData, ResultData resultData, Event[] history, SchemaType contextDataSchema, SchemaType resultDataSchema, org.apache.axis.types.Duration expiration, java.lang.String version, java.lang.String status, StateType[] validStates, org.apache.axis.types.URI instanceKey, org.apache.axis.types.URI remoteInstance, java.util.Calendar startedDate, java.util.Calendar dueDate, java.util.Calendar lastModified)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextData getContextData()
          Gets the contextData value for this SetPropertiesRs.
 SchemaType getContextDataSchema()
          Gets the contextDataSchema value for this SetPropertiesRs.
 java.lang.String getDescription()
          Gets the description value for this SetPropertiesRs.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getDueDate()
          Gets the dueDate value for this SetPropertiesRs.
 org.apache.axis.types.Duration getExpiration()
          Gets the expiration value for this SetPropertiesRs.
 org.apache.axis.types.URI getFactoryKey()
          Gets the factoryKey value for this SetPropertiesRs.
 Event[] getHistory()
          Gets the history value for this SetPropertiesRs.
 org.apache.axis.types.URI getInstanceKey()
          Gets the instanceKey value for this SetPropertiesRs.
 org.apache.axis.types.URI getKey()
          Gets the key value for this SetPropertiesRs.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this SetPropertiesRs.
 java.lang.String getName()
          Gets the name value for this SetPropertiesRs.
 org.apache.axis.types.URI[] getObservers()
          Gets the observers value for this SetPropertiesRs.
 org.apache.axis.types.URI getRemoteInstance()
          Gets the remoteInstance value for this SetPropertiesRs.
 ResultData getResultData()
          Gets the resultData value for this SetPropertiesRs.
 SchemaType getResultDataSchema()
          Gets the resultDataSchema value for this SetPropertiesRs.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartedDate()
          Gets the startedDate value for this SetPropertiesRs.
 StateType getState()
          Gets the state value for this SetPropertiesRs.
 java.lang.String getStatus()
          Gets the status value for this SetPropertiesRs.
 java.lang.String getSubject()
          Gets the subject value for this SetPropertiesRs.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 StateType[] getValidStates()
          Gets the validStates value for this SetPropertiesRs.
 java.lang.String getVersion()
          Gets the version value for this SetPropertiesRs.
 int hashCode()
           
 void setContextData(ContextData contextData)
          Sets the contextData value for this SetPropertiesRs.
 void setContextDataSchema(SchemaType contextDataSchema)
          Sets the contextDataSchema value for this SetPropertiesRs.
 void setDescription(java.lang.String description)
          Sets the description value for this SetPropertiesRs.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this SetPropertiesRs.
 void setExpiration(org.apache.axis.types.Duration expiration)
          Sets the expiration value for this SetPropertiesRs.
 void setFactoryKey(org.apache.axis.types.URI factoryKey)
          Sets the factoryKey value for this SetPropertiesRs.
 void setHistory(Event[] history)
          Sets the history value for this SetPropertiesRs.
 void setInstanceKey(org.apache.axis.types.URI instanceKey)
          Sets the instanceKey value for this SetPropertiesRs.
 void setKey(org.apache.axis.types.URI key)
          Sets the key value for this SetPropertiesRs.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this SetPropertiesRs.
 void setName(java.lang.String name)
          Sets the name value for this SetPropertiesRs.
 void setObservers(org.apache.axis.types.URI[] observers)
          Sets the observers value for this SetPropertiesRs.
 void setRemoteInstance(org.apache.axis.types.URI remoteInstance)
          Sets the remoteInstance value for this SetPropertiesRs.
 void setResultData(ResultData resultData)
          Sets the resultData value for this SetPropertiesRs.
 void setResultDataSchema(SchemaType resultDataSchema)
          Sets the resultDataSchema value for this SetPropertiesRs.
 void setStartedDate(java.util.Calendar startedDate)
          Sets the startedDate value for this SetPropertiesRs.
 void setState(StateType state)
          Sets the state value for this SetPropertiesRs.
 void setStatus(java.lang.String status)
          Sets the status value for this SetPropertiesRs.
 void setSubject(java.lang.String subject)
          Sets the subject value for this SetPropertiesRs.
 void setValidStates(StateType[] validStates)
          Sets the validStates value for this SetPropertiesRs.
 void setVersion(java.lang.String version)
          Sets the version value for this SetPropertiesRs.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertiesRs

public SetPropertiesRs()

SetPropertiesRs

public SetPropertiesRs(org.apache.axis.types.URI key,
                       StateType state,
                       java.lang.String name,
                       java.lang.String subject,
                       java.lang.String description,
                       org.apache.axis.types.URI factoryKey,
                       org.apache.axis.types.URI[] observers,
                       ContextData contextData,
                       ResultData resultData,
                       Event[] history,
                       SchemaType contextDataSchema,
                       SchemaType resultDataSchema,
                       org.apache.axis.types.Duration expiration,
                       java.lang.String version,
                       java.lang.String status,
                       StateType[] validStates,
                       org.apache.axis.types.URI instanceKey,
                       org.apache.axis.types.URI remoteInstance,
                       java.util.Calendar startedDate,
                       java.util.Calendar dueDate,
                       java.util.Calendar lastModified)
Method Detail

getKey

public org.apache.axis.types.URI getKey()
Gets the key value for this SetPropertiesRs.

Returns:
key

setKey

public void setKey(org.apache.axis.types.URI key)
Sets the key value for this SetPropertiesRs.

Parameters:
key -

getState

public StateType getState()
Gets the state value for this SetPropertiesRs.

Returns:
state

setState

public void setState(StateType state)
Sets the state value for this SetPropertiesRs.

Parameters:
state -

getName

public java.lang.String getName()
Gets the name value for this SetPropertiesRs.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this SetPropertiesRs.

Parameters:
name -

getSubject

public java.lang.String getSubject()
Gets the subject value for this SetPropertiesRs.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this SetPropertiesRs.

Parameters:
subject -

getDescription

public java.lang.String getDescription()
Gets the description value for this SetPropertiesRs.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this SetPropertiesRs.

Parameters:
description -

getFactoryKey

public org.apache.axis.types.URI getFactoryKey()
Gets the factoryKey value for this SetPropertiesRs.

Returns:
factoryKey

setFactoryKey

public void setFactoryKey(org.apache.axis.types.URI factoryKey)
Sets the factoryKey value for this SetPropertiesRs.

Parameters:
factoryKey -

getObservers

public org.apache.axis.types.URI[] getObservers()
Gets the observers value for this SetPropertiesRs.

Returns:
observers

setObservers

public void setObservers(org.apache.axis.types.URI[] observers)
Sets the observers value for this SetPropertiesRs.

Parameters:
observers -

getContextData

public ContextData getContextData()
Gets the contextData value for this SetPropertiesRs.

Returns:
contextData

setContextData

public void setContextData(ContextData contextData)
Sets the contextData value for this SetPropertiesRs.

Parameters:
contextData -

getResultData

public ResultData getResultData()
Gets the resultData value for this SetPropertiesRs.

Returns:
resultData

setResultData

public void setResultData(ResultData resultData)
Sets the resultData value for this SetPropertiesRs.

Parameters:
resultData -

getHistory

public Event[] getHistory()
Gets the history value for this SetPropertiesRs.

Returns:
history

setHistory

public void setHistory(Event[] history)
Sets the history value for this SetPropertiesRs.

Parameters:
history -

getContextDataSchema

public SchemaType getContextDataSchema()
Gets the contextDataSchema value for this SetPropertiesRs.

Returns:
contextDataSchema

setContextDataSchema

public void setContextDataSchema(SchemaType contextDataSchema)
Sets the contextDataSchema value for this SetPropertiesRs.

Parameters:
contextDataSchema -

getResultDataSchema

public SchemaType getResultDataSchema()
Gets the resultDataSchema value for this SetPropertiesRs.

Returns:
resultDataSchema

setResultDataSchema

public void setResultDataSchema(SchemaType resultDataSchema)
Sets the resultDataSchema value for this SetPropertiesRs.

Parameters:
resultDataSchema -

getExpiration

public org.apache.axis.types.Duration getExpiration()
Gets the expiration value for this SetPropertiesRs.

Returns:
expiration

setExpiration

public void setExpiration(org.apache.axis.types.Duration expiration)
Sets the expiration value for this SetPropertiesRs.

Parameters:
expiration -

getVersion

public java.lang.String getVersion()
Gets the version value for this SetPropertiesRs.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this SetPropertiesRs.

Parameters:
version -

getStatus

public java.lang.String getStatus()
Gets the status value for this SetPropertiesRs.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this SetPropertiesRs.

Parameters:
status -

getValidStates

public StateType[] getValidStates()
Gets the validStates value for this SetPropertiesRs.

Returns:
validStates

setValidStates

public void setValidStates(StateType[] validStates)
Sets the validStates value for this SetPropertiesRs.

Parameters:
validStates -

getInstanceKey

public org.apache.axis.types.URI getInstanceKey()
Gets the instanceKey value for this SetPropertiesRs.

Returns:
instanceKey

setInstanceKey

public void setInstanceKey(org.apache.axis.types.URI instanceKey)
Sets the instanceKey value for this SetPropertiesRs.

Parameters:
instanceKey -

getRemoteInstance

public org.apache.axis.types.URI getRemoteInstance()
Gets the remoteInstance value for this SetPropertiesRs.

Returns:
remoteInstance

setRemoteInstance

public void setRemoteInstance(org.apache.axis.types.URI remoteInstance)
Sets the remoteInstance value for this SetPropertiesRs.

Parameters:
remoteInstance -

getStartedDate

public java.util.Calendar getStartedDate()
Gets the startedDate value for this SetPropertiesRs.

Returns:
startedDate

setStartedDate

public void setStartedDate(java.util.Calendar startedDate)
Sets the startedDate value for this SetPropertiesRs.

Parameters:
startedDate -

getDueDate

public java.util.Calendar getDueDate()
Gets the dueDate value for this SetPropertiesRs.

Returns:
dueDate

setDueDate

public void setDueDate(java.util.Calendar dueDate)
Sets the dueDate value for this SetPropertiesRs.

Parameters:
dueDate -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this SetPropertiesRs.

Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this SetPropertiesRs.

Parameters:
lastModified -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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