org.enhydra.shark.wfxml.types
Class GetPropertiesRs

java.lang.Object
  extended byorg.enhydra.shark.wfxml.types.GetPropertiesRs
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GetPropertiesRs()
           
GetPropertiesRs(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 GetPropertiesRs.
 SchemaType getContextDataSchema()
          Gets the contextDataSchema value for this GetPropertiesRs.
 java.lang.String getDescription()
          Gets the description value for this GetPropertiesRs.
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 GetPropertiesRs.
 org.apache.axis.types.Duration getExpiration()
          Gets the expiration value for this GetPropertiesRs.
 org.apache.axis.types.URI getFactoryKey()
          Gets the factoryKey value for this GetPropertiesRs.
 Event[] getHistory()
          Gets the history value for this GetPropertiesRs.
 org.apache.axis.types.URI getInstanceKey()
          Gets the instanceKey value for this GetPropertiesRs.
 org.apache.axis.types.URI getKey()
          Gets the key value for this GetPropertiesRs.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this GetPropertiesRs.
 java.lang.String getName()
          Gets the name value for this GetPropertiesRs.
 org.apache.axis.types.URI[] getObservers()
          Gets the observers value for this GetPropertiesRs.
 org.apache.axis.types.URI getRemoteInstance()
          Gets the remoteInstance value for this GetPropertiesRs.
 ResultData getResultData()
          Gets the resultData value for this GetPropertiesRs.
 SchemaType getResultDataSchema()
          Gets the resultDataSchema value for this GetPropertiesRs.
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 GetPropertiesRs.
 StateType getState()
          Gets the state value for this GetPropertiesRs.
 java.lang.String getStatus()
          Gets the status value for this GetPropertiesRs.
 java.lang.String getSubject()
          Gets the subject value for this GetPropertiesRs.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 StateType[] getValidStates()
          Gets the validStates value for this GetPropertiesRs.
 java.lang.String getVersion()
          Gets the version value for this GetPropertiesRs.
 int hashCode()
           
 void setContextData(ContextData contextData)
          Sets the contextData value for this GetPropertiesRs.
 void setContextDataSchema(SchemaType contextDataSchema)
          Sets the contextDataSchema value for this GetPropertiesRs.
 void setDescription(java.lang.String description)
          Sets the description value for this GetPropertiesRs.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this GetPropertiesRs.
 void setExpiration(org.apache.axis.types.Duration expiration)
          Sets the expiration value for this GetPropertiesRs.
 void setFactoryKey(org.apache.axis.types.URI factoryKey)
          Sets the factoryKey value for this GetPropertiesRs.
 void setHistory(Event[] history)
          Sets the history value for this GetPropertiesRs.
 void setInstanceKey(org.apache.axis.types.URI instanceKey)
          Sets the instanceKey value for this GetPropertiesRs.
 void setKey(org.apache.axis.types.URI key)
          Sets the key value for this GetPropertiesRs.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this GetPropertiesRs.
 void setName(java.lang.String name)
          Sets the name value for this GetPropertiesRs.
 void setObservers(org.apache.axis.types.URI[] observers)
          Sets the observers value for this GetPropertiesRs.
 void setRemoteInstance(org.apache.axis.types.URI remoteInstance)
          Sets the remoteInstance value for this GetPropertiesRs.
 void setResultData(ResultData resultData)
          Sets the resultData value for this GetPropertiesRs.
 void setResultDataSchema(SchemaType resultDataSchema)
          Sets the resultDataSchema value for this GetPropertiesRs.
 void setStartedDate(java.util.Calendar startedDate)
          Sets the startedDate value for this GetPropertiesRs.
 void setState(StateType state)
          Sets the state value for this GetPropertiesRs.
 void setStatus(java.lang.String status)
          Sets the status value for this GetPropertiesRs.
 void setSubject(java.lang.String subject)
          Sets the subject value for this GetPropertiesRs.
 void setValidStates(StateType[] validStates)
          Sets the validStates value for this GetPropertiesRs.
 void setVersion(java.lang.String version)
          Sets the version value for this GetPropertiesRs.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertiesRs

public GetPropertiesRs()

GetPropertiesRs

public GetPropertiesRs(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 GetPropertiesRs.

Returns:
key

setKey

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

Parameters:
key -

getState

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

Returns:
state

setState

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

Parameters:
state -

getName

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

Returns:
name

setName

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

Parameters:
name -

getSubject

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

Returns:
subject

setSubject

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

Parameters:
subject -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFactoryKey

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

Returns:
factoryKey

setFactoryKey

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

Parameters:
factoryKey -

getObservers

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

Returns:
observers

setObservers

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

Parameters:
observers -

getContextData

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

Returns:
contextData

setContextData

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

Parameters:
contextData -

getResultData

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

Returns:
resultData

setResultData

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

Parameters:
resultData -

getHistory

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

Returns:
history

setHistory

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

Parameters:
history -

getContextDataSchema

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

Returns:
contextDataSchema

setContextDataSchema

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

Parameters:
contextDataSchema -

getResultDataSchema

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

Returns:
resultDataSchema

setResultDataSchema

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

Parameters:
resultDataSchema -

getExpiration

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

Returns:
expiration

setExpiration

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

Parameters:
expiration -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getValidStates

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

Returns:
validStates

setValidStates

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

Parameters:
validStates -

getInstanceKey

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

Returns:
instanceKey

setInstanceKey

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

Parameters:
instanceKey -

getRemoteInstance

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

Returns:
remoteInstance

setRemoteInstance

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

Parameters:
remoteInstance -

getStartedDate

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

Returns:
startedDate

setStartedDate

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

Parameters:
startedDate -

getDueDate

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

Returns:
dueDate

setDueDate

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

Parameters:
dueDate -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

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