public static class XmlTypeAdapter.RegisterTypeImpl extends BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>
delegate| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
Map<QName,String> |
getOtherAttributes() |
com.sun.xml.ws.developer.MemberSubmissionEndpointReference |
getParticipantProtocolService()
Gets the value of the participantProtocolService property.
|
String |
getProtocolIdentifier()
Gets the value of the protocolIdentifier property.
|
boolean |
isDurable() |
boolean |
isVolatile() |
void |
setParticipantProtocolService(com.sun.xml.ws.developer.MemberSubmissionEndpointReference value)
Sets the value of the participantProtocolService property.
|
void |
setProtocolIdentifier(String value)
Sets the value of the protocolIdentifier property.
|
getDelegatepublic String getProtocolIdentifier()
BaseRegisterTypegetProtocolIdentifier in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>Stringpublic void setProtocolIdentifier(String value)
BaseRegisterTypesetProtocolIdentifier in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>value - allowed object is
Stringpublic com.sun.xml.ws.developer.MemberSubmissionEndpointReference getParticipantProtocolService()
BaseRegisterTypegetParticipantProtocolService in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>EndpointReferencepublic void setParticipantProtocolService(com.sun.xml.ws.developer.MemberSubmissionEndpointReference value)
BaseRegisterTypesetParticipantProtocolService in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>value - allowed object is
EndpointReferencepublic List<Object> getAny()
BaseRegisterType
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 set method 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
Element
Object
getAny in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>public Map<QName,String> getOtherAttributes()
getOtherAttributes in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>public boolean isDurable()
isDurable in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>public boolean isVolatile()
isVolatile in class BaseRegisterType<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,RegisterType>Copyright © 2005–2018 Oracle Corporation. All rights reserved.