com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.CoordinationContextImpl

java.lang.Object
  extended by com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
      extended by com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextImpl
All Implemented Interfaces:
CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>, CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Enclosing class:
XmlTypeAdapter

public static class XmlTypeAdapter.CoordinationContextImpl
extends XmlTypeAdapter.CoordinationContextTypeImpl
implements CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>


Constructor Summary
XmlTypeAdapter.CoordinationContextImpl(CoordinationContext delegate)
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 CoordinationContext getDelegate()
           
 JAXBRIContext getJAXBRIContext()
           
 
Methods inherited from class com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.tx.coord.common.types.CoordinationContextTypeIF
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
 

Constructor Detail

XmlTypeAdapter.CoordinationContextImpl

public XmlTypeAdapter.CoordinationContextImpl(CoordinationContext delegate)
Method Detail

getAny

public List<Object> getAny()
Description copied from interface: CoordinationContextIF
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 set method 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 Element Object

Specified by:
getAny in interface CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>

getJAXBRIContext

public JAXBRIContext getJAXBRIContext()
Specified by:
getJAXBRIContext in interface CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>

getDelegate

public CoordinationContext getDelegate()
Specified by:
getDelegate in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Overrides:
getDelegate in class XmlTypeAdapter.CoordinationContextTypeImpl


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.