|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jaxb.atomikos.v200510.CascadeInfoType
public class CascadeInfoType
Java class for CascadeInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CascadeInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Participant" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="InvocationCount" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected BigInteger |
invocationCount
|
protected String |
participant
|
Constructor Summary | |
---|---|
CascadeInfoType()
|
Method Summary | |
---|---|
BigInteger |
getInvocationCount()
Gets the value of the invocationCount property. |
String |
getParticipant()
Gets the value of the participant property. |
void |
setInvocationCount(BigInteger value)
Sets the value of the invocationCount property. |
void |
setParticipant(String value)
Sets the value of the participant property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String participant
protected BigInteger invocationCount
Constructor Detail |
---|
public CascadeInfoType()
Method Detail |
---|
public String getParticipant()
String
public void setParticipant(String value)
value
- allowed object is
String
public BigInteger getInvocationCount()
BigInteger
public void setInvocationCount(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |