|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.Behaviour
Class Behaviour.
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 |
public Behaviour()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public DeliveryModeType getDeliveryMode()
public DestinationType getDestination()
public ReceiverType getReceiver()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setDeliveryMode(DeliveryModeType deliveryMode)
deliveryMode
- the value of field 'deliveryMode'.public void setDestination(DestinationType destination)
destination
- the value of field 'destination'.public void setReceiver(ReceiverType receiver)
receiver
- the value of field 'receiver'.public static Behaviour unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |