Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.RegisterTypeImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.types.BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
- com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.RegisterTypeImpl
-
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.RegisterTypeImpl extends BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.tx.coord.common.types.BaseRegisterType
delegate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.Map<QName,String>getOtherAttributes()javax.xml.ws.wsaddressing.W3CEndpointReferencegetParticipantProtocolService()Gets the value of the participantProtocolService property.StringgetProtocolIdentifier()Gets the value of the protocolIdentifier property.booleanisDurable()booleanisVolatile()voidsetParticipantProtocolService(javax.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 Detail
-
getProtocolIdentifier
public String getProtocolIdentifier()
Description copied from class:BaseRegisterTypeGets the value of the protocolIdentifier property.- Specified by:
getProtocolIdentifierin classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>- Returns:
- possible object is
String
-
setProtocolIdentifier
public void setProtocolIdentifier(String value)
Description copied from class:BaseRegisterTypeSets the value of the protocolIdentifier property.- Specified by:
setProtocolIdentifierin classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>- Parameters:
value- allowed object isString
-
getParticipantProtocolService
public javax.xml.ws.wsaddressing.W3CEndpointReference getParticipantProtocolService()
Description copied from class:BaseRegisterTypeGets the value of the participantProtocolService property.- Specified by:
getParticipantProtocolServicein classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>- Returns:
- possible object is
EndpointReference
-
setParticipantProtocolService
public void setParticipantProtocolService(javax.xml.ws.wsaddressing.W3CEndpointReference value)
Description copied from class:BaseRegisterTypeSets the value of the participantProtocolService property.- Specified by:
setParticipantProtocolServicein classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>- Parameters:
value- allowed object isEndpointReference
-
getAny
public List<Object> 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<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
- Specified by:
getOtherAttributesin classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
isDurable
public boolean isDurable()
- Specified by:
isDurablein classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
isVolatile
public boolean isVolatile()
- Specified by:
isVolatilein classBaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>
-
-