org.enhydra.shark.asap.types
Class SetPropertiesRs

java.lang.Object
  extended byorg.enhydra.shark.asap.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)
           
 
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
 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 getKey()
          Gets the key 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.
 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
 StateType getState()
          Gets the state 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
 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 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 setKey(org.apache.axis.types.URI key)
          Sets the key 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 setResultData(ResultData resultData)
          Sets the resultData value for this SetPropertiesRs.
 void setResultDataSchema(SchemaType resultDataSchema)
          Sets the resultDataSchema value for this SetPropertiesRs.
 void setState(StateType state)
          Sets the state value for this SetPropertiesRs.
 void setSubject(java.lang.String subject)
          Sets the subject 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)
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 -

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