org.enhydra.shark.asap.types
Class GetPropertiesRs

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

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