|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
public class TransactionMessageType
Java class for TransactionMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Target" type="{http://www.atomikos.com/schemas/2005/10/transactions}AddressType"/> <element name="Sender" type="{http://www.atomikos.com/schemas/2005/10/transactions}AddressType"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AddressType |
sender
|
protected AddressType |
target
|
Constructor Summary | |
---|---|
TransactionMessageType()
|
Method Summary | |
---|---|
AddressType |
getSender()
Gets the value of the sender property. |
AddressType |
getTarget()
Gets the value of the target property. |
void |
setSender(AddressType value)
Sets the value of the sender property. |
void |
setTarget(AddressType value)
Sets the value of the target property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AddressType target
protected AddressType sender
Constructor Detail |
---|
public TransactionMessageType()
Method Detail |
---|
public AddressType getTarget()
AddressType
public void setTarget(AddressType value)
value
- allowed object is
AddressType
public AddressType getSender()
AddressType
public void setSender(AddressType value)
value
- allowed object is
AddressType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |