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

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

public static class XmlTypeAdapter.CoordinationContextTypeImpl
extends Object
implements CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>


Constructor Summary
XmlTypeAdapter.CoordinationContextTypeImpl(CoordinationContextType delegate)
           
 
Method Summary
 String getCoordinationType()
          Gets the value of the coordinationType property.
 CoordinationContextType getDelegate()
           
 BaseExpires<Expires> getExpires()
          Gets the value of the expires property.
 BaseIdentifier<CoordinationContextType.Identifier> getIdentifier()
          Gets the value of the identifier property.
 Map<QName,String> getOtherAttributes()
           
 W3CEndpointReference getRegistrationService()
          Gets the value of the registrationService property.
 void setCoordinationType(String value)
          Sets the value of the coordinationType property.
 void setExpires(BaseExpires<Expires> value)
          Sets the value of the expires property.
 void setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value)
          Sets the value of the identifier property.
 void setRegistrationService(W3CEndpointReference value)
          Sets the value of the registrationService property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTypeAdapter.CoordinationContextTypeImpl

public XmlTypeAdapter.CoordinationContextTypeImpl(CoordinationContextType delegate)
Method Detail

getIdentifier

public BaseIdentifier<CoordinationContextType.Identifier> getIdentifier()
Description copied from interface: CoordinationContextTypeIF
Gets the value of the identifier property.

Specified by:
getIdentifier in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Returns:
possible object is BaseIdentifier

setIdentifier

public void setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value)
Description copied from interface: CoordinationContextTypeIF
Sets the value of the identifier property.

Specified by:
setIdentifier in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Parameters:
value - allowed object is BaseIdentifier

getExpires

public BaseExpires<Expires> getExpires()
Description copied from interface: CoordinationContextTypeIF
Gets the value of the expires property.

Specified by:
getExpires in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Returns:
possible object is BaseExpires

setExpires

public void setExpires(BaseExpires<Expires> value)
Description copied from interface: CoordinationContextTypeIF
Sets the value of the expires property.

Specified by:
setExpires in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Parameters:
value - allowed object is BaseExpires

getCoordinationType

public String getCoordinationType()
Description copied from interface: CoordinationContextTypeIF
Gets the value of the coordinationType property.

Specified by:
getCoordinationType in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Returns:
possible object is String

setCoordinationType

public void setCoordinationType(String value)
Description copied from interface: CoordinationContextTypeIF
Sets the value of the coordinationType property.

Specified by:
setCoordinationType in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Parameters:
value - allowed object is String

getRegistrationService

public W3CEndpointReference getRegistrationService()
Description copied from interface: CoordinationContextTypeIF
Gets the value of the registrationService property.

Specified by:
getRegistrationService in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Returns:
possible object is W3CEndpointReference

setRegistrationService

public void setRegistrationService(W3CEndpointReference value)
Description copied from interface: CoordinationContextTypeIF
Sets the value of the registrationService property.

Specified by:
setRegistrationService in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
Parameters:
value - allowed object is W3CEndpointReference

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Specified by:
getOtherAttributes in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>

getDelegate

public CoordinationContextType getDelegate()
Specified by:
getDelegate in interface CoordinationContextTypeIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>


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