Package com.sun.xml.ws.tx.coord.v10
Class XmlTypeAdapter.CoordinationContextTypeImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.v10.XmlTypeAdapter.CoordinationContextTypeImpl
-
- All Implemented Interfaces:
CoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
- Direct Known Subclasses:
XmlTypeAdapter.CoordinationContextImpl
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.CoordinationContextTypeImpl extends Object implements CoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
-
Constructor Summary
Constructors Constructor Description CoordinationContextTypeImpl(CoordinationContextType delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCoordinationType()Gets the value of the coordinationType property.CoordinationContextTypegetDelegate()BaseExpires<Expires>getExpires()Gets the value of the expires property.BaseIdentifier<CoordinationContextType.Identifier>getIdentifier()Gets the value of the identifier property.Map<QName,String>getOtherAttributes()com.sun.xml.ws.developer.MemberSubmissionEndpointReferencegetRegistrationService()Gets 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.voidsetIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value)Sets the value of the identifier property.voidsetRegistrationService(com.sun.xml.ws.developer.MemberSubmissionEndpointReference value)Sets the value of the registrationService property.
-
-
-
Constructor Detail
-
CoordinationContextTypeImpl
public CoordinationContextTypeImpl(CoordinationContextType delegate)
-
-
Method Detail
-
getIdentifier
public BaseIdentifier<CoordinationContextType.Identifier> getIdentifier()
Description copied from interface:CoordinationContextTypeIFGets the value of the identifier property.- Specified by:
getIdentifierin interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Returns:
- possible object is
BaseIdentifier
-
setIdentifier
public void setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value)
Description copied from interface:CoordinationContextTypeIFSets the value of the identifier property.- Specified by:
setIdentifierin interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Parameters:
value- allowed object isBaseIdentifier
-
getExpires
public BaseExpires<Expires> getExpires()
Description copied from interface:CoordinationContextTypeIFGets the value of the expires property.- Specified by:
getExpiresin interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Returns:
- possible object is
BaseExpires
-
setExpires
public void setExpires(BaseExpires<Expires> value)
Description copied from interface:CoordinationContextTypeIFSets the value of the expires property.- Specified by:
setExpiresin interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Parameters:
value- allowed object isBaseExpires
-
getCoordinationType
public String getCoordinationType()
Description copied from interface:CoordinationContextTypeIFGets the value of the coordinationType property.- Specified by:
getCoordinationTypein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Returns:
- possible object is
String
-
setCoordinationType
public void setCoordinationType(String value)
Description copied from interface:CoordinationContextTypeIFSets the value of the coordinationType property.- Specified by:
setCoordinationTypein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Parameters:
value- allowed object isString
-
getRegistrationService
public com.sun.xml.ws.developer.MemberSubmissionEndpointReference getRegistrationService()
Description copied from interface:CoordinationContextTypeIFGets the value of the registrationService property.- Specified by:
getRegistrationServicein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Returns:
- possible object is
W3CEndpointReference
-
setRegistrationService
public void setRegistrationService(com.sun.xml.ws.developer.MemberSubmissionEndpointReference value)
Description copied from interface:CoordinationContextTypeIFSets the value of the registrationService property.- Specified by:
setRegistrationServicein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Parameters:
value- allowed object isW3CEndpointReference
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
- Specified by:
getOtherAttributesin interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
getDelegate
public CoordinationContextType getDelegate()
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
-