org.ow2.dragon.api.to.specification
Class MessageSpecificationTO
java.lang.Object
org.ow2.dragon.api.to.specification.MessageSpecificationTO
public class MessageSpecificationTO
- extends java.lang.Object
A Message Specification is the representation of a XML messages exchanged as
input or output of a Specified operation
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSpecificationTO
public MessageSpecificationTO()
getId
public java.lang.String getId()
- Returns:
- the id
getOperation
public SpecifiedOperationTO getOperation()
- Returns:
- the operation
getRole
public java.lang.String getRole()
- Returns:
- the role
getStructure
public java.lang.String getStructure()
- Returns:
- the structure
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setOperation
public void setOperation(SpecifiedOperationTO operation)
- Parameters:
operation - the operation to set
setRole
public void setRole(java.lang.String role)
- Parameters:
role - the role to set
setStructure
public void setStructure(java.lang.String structure)
- Parameters:
structure - the structure to set
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.