Class CoordinationContext
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.v10.types.CoordinationContextType
-
- com.sun.xml.ws.tx.coord.v10.types.CoordinationContext
-
public class CoordinationContext extends CoordinationContextType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://schemas.xmlsoap.org/ws/2004/10/wscoor}CoordinationContextType"> <sequence> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.tx.coord.v10.types.CoordinationContextType
CoordinationContextType.Identifier
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>any-
Fields inherited from class com.sun.xml.ws.tx.coord.v10.types.CoordinationContextType
coordinationType, expires, identifier, registrationService
-
-
Constructor Summary
Constructors Constructor Description CoordinationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.-
Methods inherited from class com.sun.xml.ws.tx.coord.v10.types.CoordinationContextType
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
-
-
-
-
Method Detail
-
getAny
public List<Object> getAny()
Gets the value of the any property.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
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject
-
-