org.exolab.jmscts.report
Class Behaviour

java.lang.Object
  |
  +--org.exolab.jmscts.report.Behaviour
All Implemented Interfaces:
java.io.Serializable

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

Class Behaviour.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Behaviour()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DeliveryModeType getDeliveryMode()
          Returns the value of field 'deliveryMode'.
 DestinationType getDestination()
          Returns the value of field 'destination'.
 ReceiverType getReceiver()
          Returns the value of field 'receiver'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDeliveryMode(DeliveryModeType deliveryMode)
          Sets the value of field 'deliveryMode'.
 void setDestination(DestinationType destination)
          Sets the value of field 'destination'.
 void setReceiver(ReceiverType receiver)
          Sets the value of field 'receiver'.
static Behaviour unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Behaviour

public Behaviour()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getDeliveryMode

public DeliveryModeType getDeliveryMode()
Returns the value of field 'deliveryMode'.
Returns:
the value of field 'deliveryMode'.

getDestination

public DestinationType getDestination()
Returns the value of field 'destination'.
Returns:
the value of field 'destination'.

getReceiver

public ReceiverType getReceiver()
Returns the value of field 'receiver'.
Returns:
the value of field 'receiver'.

isValid

public boolean isValid()
Method isValid

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
handler -  

setDeliveryMode

public void setDeliveryMode(DeliveryModeType deliveryMode)
Sets the value of field 'deliveryMode'.
Parameters:
deliveryMode - the value of field 'deliveryMode'.

setDestination

public void setDestination(DestinationType destination)
Sets the value of field 'destination'.
Parameters:
destination - the value of field 'destination'.

setReceiver

public void setReceiver(ReceiverType receiver)
Sets the value of field 'receiver'.
Parameters:
receiver - the value of field 'receiver'.

unmarshal

public static Behaviour unmarshal(java.io.Reader reader)
                           throws org.exolab.castor.xml.MarshalException,
                                  org.exolab.castor.xml.ValidationException
Method unmarshal
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.