|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.icatch.jaxb.atomikos.v200510.ExtentElementType
public class ExtentElementType
Java class for ExtentElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtentElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Participant" type="{http://www.atomikos.com/schemas/2005/10/transactions}AddressType"/>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="HeuristicInfo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
count
|
protected List<String> |
heuristicInfo
|
protected AddressType |
participant
|
| Constructor Summary | |
|---|---|
ExtentElementType()
|
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the value of the count property. |
List<String> |
getHeuristicInfo()
Gets the value of the heuristicInfo property. |
AddressType |
getParticipant()
Gets the value of the participant property. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setParticipant(AddressType 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 AddressType participant
protected int count
protected List<String> heuristicInfo
| Constructor Detail |
|---|
public ExtentElementType()
| Method Detail |
|---|
public AddressType getParticipant()
AddressTypepublic void setParticipant(AddressType value)
value - allowed object is
AddressTypepublic int getCount()
public void setCount(int value)
public List<String> getHeuristicInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the heuristicInfo property.
For example, to add a new item, do as follows:
getHeuristicInfo().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||