public class ParticipantElement extends Object
Constructor and Description |
---|
ParticipantElement() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated() |
String |
getRecoveryURI() |
String |
getResourceURI() |
TransactionStatusElement |
getStatus() |
void |
setCreated(Date created) |
void |
setRecoveryURI(String recoveryURI) |
void |
setResourceURI(String resourceURI) |
void |
setStatus(TransactionStatusElement status) |
public Date getCreated()
public TransactionStatusElement getStatus()
public String getRecoveryURI()
public String getResourceURI()
public void setCreated(Date created)
public void setStatus(TransactionStatusElement status)
public void setRecoveryURI(String recoveryURI)
public void setResourceURI(String resourceURI)
Copyright © 2021 JBoss by Red Hat. All rights reserved.