com.genesyslab.openmedia.soa
Class OMStopProcessingReason

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.OMStopProcessingReason
All Implemented Interfaces:
java.io.Serializable

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

Placeholder for reason parameters associated with StopProcessing requests.

See Also:
Serialized Form

Constructor Summary
OMStopProcessingReason()
           
 
Method Summary
 int getCode()
          The stop reason code.
 java.lang.String getDescription()
          The stop reason description.
 java.lang.String getName()
          The stop reason name.
 void setCode(int code)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMStopProcessingReason

public OMStopProcessingReason()
Method Detail

getCode

public int getCode()
The stop reason code.

Returns:
The code.

setCode

public void setCode(int code)

getName

public java.lang.String getName()
The stop reason name.

Returns:
The name.

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()
The stop reason description.

Returns:
The description.

setDescription

public void setDescription(java.lang.String description)