Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.RegisterTypeImpl
java.lang.Object
com.sun.xml.ws.tx.coord.common.types.BaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.RegisterTypeImpl
- Enclosing class:
XmlTypeAdapter
public static class XmlTypeAdapter.RegisterTypeImpl
extends BaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
Field Summary
Fields inherited from class com.sun.xml.ws.tx.coord.common.types.BaseRegisterType
delegate -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.jakarta.xml.ws.wsaddressing.W3CEndpointReferenceGets the value of the participantProtocolService property.Gets the value of the protocolIdentifier property.booleanbooleanvoidsetParticipantProtocolService(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Sets the value of the participantProtocolService property.voidsetProtocolIdentifier(String value) Sets the value of the protocolIdentifier property.Methods inherited from class com.sun.xml.ws.tx.coord.common.types.BaseRegisterType
getDelegate
-
Method Details
-
getProtocolIdentifier
Description copied from class:BaseRegisterTypeGets the value of the protocolIdentifier property.- Specified by:
getProtocolIdentifierin classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> - Returns:
- possible object is
String
-
setProtocolIdentifier
Description copied from class:BaseRegisterTypeSets the value of the protocolIdentifier property.- Specified by:
setProtocolIdentifierin classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> - Parameters:
value- allowed object isString
-
getParticipantProtocolService
public jakarta.xml.ws.wsaddressing.W3CEndpointReference getParticipantProtocolService()Description copied from class:BaseRegisterTypeGets the value of the participantProtocolService property.- Specified by:
getParticipantProtocolServicein classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> - Returns:
- possible object is
EndpointReference
-
setParticipantProtocolService
public void setParticipantProtocolService(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Description copied from class:BaseRegisterTypeSets the value of the participantProtocolService property.- Specified by:
setParticipantProtocolServicein classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> - Parameters:
value- allowed object isEndpointReference
-
getAny
Description copied from class:BaseRegisterTypeGets 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- Specified by:
getAnyin classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
getOtherAttributes
- Specified by:
getOtherAttributesin classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
isDurable
public boolean isDurable()- Specified by:
isDurablein classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
isVolatile
public boolean isVolatile()- Specified by:
isVolatilein classBaseRegisterType<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-