Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.CoordinationContextTypeImpl
java.lang.Object
com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
- All Implemented Interfaces:
CoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
- Direct Known Subclasses:
XmlTypeAdapter.CoordinationContextImpl
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.CoordinationContextTypeImpl
extends Object
implements CoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coordinationType property.Gets the value of the expires property.Gets the value of the identifier property.javax.xml.ws.wsaddressing.W3CEndpointReferenceGets the value of the registrationService property.voidsetCoordinationType(String value) Sets the value of the coordinationType property.voidsetExpires(BaseExpires<Expires> value) Sets the value of the expires property.voidSets the value of the identifier property.voidsetRegistrationService(javax.xml.ws.wsaddressing.W3CEndpointReference value) Sets the value of the registrationService property.
-
Constructor Details
-
CoordinationContextTypeImpl
-
-
Method Details
-
getIdentifier
Description copied from interface:CoordinationContextTypeIFGets the value of the identifier property.- Specified by:
getIdentifierin interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Returns:
- possible object is
BaseIdentifier
-
setIdentifier
Description copied from interface:CoordinationContextTypeIFSets the value of the identifier property.- Specified by:
setIdentifierin interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isBaseIdentifier
-
getExpires
Description copied from interface:CoordinationContextTypeIFGets the value of the expires property.- Specified by:
getExpiresin interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Returns:
- possible object is
BaseExpires
-
setExpires
Description copied from interface:CoordinationContextTypeIFSets the value of the expires property.- Specified by:
setExpiresin interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isBaseExpires
-
getCoordinationType
Description copied from interface:CoordinationContextTypeIFGets the value of the coordinationType property.- Specified by:
getCoordinationTypein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Returns:
- possible object is
String
-
setCoordinationType
Description copied from interface:CoordinationContextTypeIFSets the value of the coordinationType property.- Specified by:
setCoordinationTypein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isString
-
getRegistrationService
public javax.xml.ws.wsaddressing.W3CEndpointReference getRegistrationService()Description copied from interface:CoordinationContextTypeIFGets the value of the registrationService property.- Specified by:
getRegistrationServicein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Returns:
- possible object is
W3CEndpointReference
-
setRegistrationService
public void setRegistrationService(javax.xml.ws.wsaddressing.W3CEndpointReference value) Description copied from interface:CoordinationContextTypeIFSets the value of the registrationService property.- Specified by:
setRegistrationServicein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isW3CEndpointReference
-
getOtherAttributes
- Specified by:
getOtherAttributesin interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getDelegate
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-