Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.RegisterTypeImpl
java.lang.Object
com.sun.xml.ws.tx.coord.common.types.BaseRegisterType<W3CEndpointReference,RegisterType>
com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.RegisterTypeImpl
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.RegisterTypeImpl
extends BaseRegisterType<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.Gets the value of the participantProtocolService property.Gets the value of the protocolIdentifier property.booleanbooleanvoidSets 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<W3CEndpointReference,RegisterType> - Returns:
- possible object is
String
-
setProtocolIdentifier
Description copied from class:BaseRegisterTypeSets the value of the protocolIdentifier property.- Specified by:
setProtocolIdentifierin classBaseRegisterType<W3CEndpointReference,RegisterType> - Parameters:
value- allowed object isString
-
getParticipantProtocolService
Description copied from class:BaseRegisterTypeGets the value of the participantProtocolService property.- Specified by:
getParticipantProtocolServicein classBaseRegisterType<W3CEndpointReference,RegisterType> - Returns:
- possible object is
EndpointReference
-
setParticipantProtocolService
Description copied from class:BaseRegisterTypeSets the value of the participantProtocolService property.- Specified by:
setParticipantProtocolServicein classBaseRegisterType<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<W3CEndpointReference,RegisterType>
-
getOtherAttributes
- Specified by:
getOtherAttributesin classBaseRegisterType<W3CEndpointReference,RegisterType>
-
isDurable
public boolean isDurable()- Specified by:
isDurablein classBaseRegisterType<W3CEndpointReference,RegisterType>
-
isVolatile
public boolean isVolatile()- Specified by:
isVolatilein classBaseRegisterType<W3CEndpointReference,RegisterType>
-