org.enhydra.shark.asap.types
Class CreateInstanceRq

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

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

See Also:
Serialized Form

Constructor Summary
CreateInstanceRq()
           
CreateInstanceRq(boolean startImmediately, org.apache.axis.types.URI observerKey, java.lang.String name, java.lang.String subject, java.lang.String description, CreateInstanceRqContextData contextData)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CreateInstanceRqContextData getContextData()
          Gets the contextData value for this CreateInstanceRq.
 java.lang.String getDescription()
          Gets the description value for this CreateInstanceRq.
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.String getName()
          Gets the name value for this CreateInstanceRq.
 org.apache.axis.types.URI getObserverKey()
          Gets the observerKey value for this CreateInstanceRq.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this CreateInstanceRq.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isStartImmediately()
          Gets the startImmediately value for this CreateInstanceRq.
 void setContextData(CreateInstanceRqContextData contextData)
          Sets the contextData value for this CreateInstanceRq.
 void setDescription(java.lang.String description)
          Sets the description value for this CreateInstanceRq.
 void setName(java.lang.String name)
          Sets the name value for this CreateInstanceRq.
 void setObserverKey(org.apache.axis.types.URI observerKey)
          Sets the observerKey value for this CreateInstanceRq.
 void setStartImmediately(boolean startImmediately)
          Sets the startImmediately value for this CreateInstanceRq.
 void setSubject(java.lang.String subject)
          Sets the subject value for this CreateInstanceRq.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateInstanceRq

public CreateInstanceRq()

CreateInstanceRq

public CreateInstanceRq(boolean startImmediately,
                        org.apache.axis.types.URI observerKey,
                        java.lang.String name,
                        java.lang.String subject,
                        java.lang.String description,
                        CreateInstanceRqContextData contextData)
Method Detail

isStartImmediately

public boolean isStartImmediately()
Gets the startImmediately value for this CreateInstanceRq.

Returns:
startImmediately

setStartImmediately

public void setStartImmediately(boolean startImmediately)
Sets the startImmediately value for this CreateInstanceRq.

Parameters:
startImmediately -

getObserverKey

public org.apache.axis.types.URI getObserverKey()
Gets the observerKey value for this CreateInstanceRq.

Returns:
observerKey

setObserverKey

public void setObserverKey(org.apache.axis.types.URI observerKey)
Sets the observerKey value for this CreateInstanceRq.

Parameters:
observerKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

getSubject

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

Returns:
subject

setSubject

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

Parameters:
subject -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getContextData

public CreateInstanceRqContextData getContextData()
Gets the contextData value for this CreateInstanceRq.

Returns:
contextData

setContextData

public void setContextData(CreateInstanceRqContextData contextData)
Sets the contextData value for this CreateInstanceRq.

Parameters:
contextData -

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