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<jakarta.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<jakarta.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.jakarta.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(jakarta.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<jakarta.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<jakarta.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<jakarta.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<jakarta.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<jakarta.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<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isString
-
getRegistrationService
public jakarta.xml.ws.wsaddressing.W3CEndpointReference getRegistrationService()Description copied from interface:CoordinationContextTypeIFGets the value of the registrationService property.- Specified by:
getRegistrationServicein interfaceCoordinationContextTypeIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Returns:
- possible object is
W3CEndpointReference
-
setRegistrationService
public void setRegistrationService(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Description copied from interface:CoordinationContextTypeIFSets the value of the registrationService property.- Specified by:
setRegistrationServicein interfaceCoordinationContextTypeIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Parameters:
value- allowed object isW3CEndpointReference
-
getOtherAttributes
- Specified by:
getOtherAttributesin interfaceCoordinationContextTypeIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getDelegate
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-