Interface CoordinationContextTypeIF<T extends jakarta.xml.ws.EndpointReference,E,I,C>
-
- All Known Subinterfaces:
CoordinationContextIF<T,E,I,C>,CreateCoordinationContextType.CurrentContextIF<T,E,I,C>
- All Known Implementing Classes:
XmlTypeAdapter.CoordinationContextImpl,XmlTypeAdapter.CoordinationContextImpl,XmlTypeAdapter.CoordinationContextTypeImpl,XmlTypeAdapter.CoordinationContextTypeImpl
public interface CoordinationContextTypeIF<T extends jakarta.xml.ws.EndpointReference,E,I,C>Java class for CoordinationContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinationContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Identifier"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> </extension> </simpleContent> </complexType> </element> <element ref="{http://docs.oasis-open.org/ws-tx/wscoor/2006/06}Expires" minOccurs="0"/> <element name="CoordinationType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="RegistrationService" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCoordinationType()Gets the value of the coordinationType property.CgetDelegate()BaseExpires<E>getExpires()Gets the value of the expires property.BaseIdentifier<I>getIdentifier()Gets the value of the identifier property.Map<QName,String>getOtherAttributes()TgetRegistrationService()Gets the value of the registrationService property.voidsetCoordinationType(String value)Sets the value of the coordinationType property.voidsetExpires(BaseExpires<E> value)Sets the value of the expires property.voidsetIdentifier(BaseIdentifier<I> value)Sets the value of the identifier property.voidsetRegistrationService(T value)Sets the value of the registrationService property.
-
-
-
Method Detail
-
getIdentifier
BaseIdentifier<I> getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
BaseIdentifier
-
setIdentifier
void setIdentifier(BaseIdentifier<I> value)
Sets the value of the identifier property.- Parameters:
value- allowed object isBaseIdentifier
-
getExpires
BaseExpires<E> getExpires()
Gets the value of the expires property.- Returns:
- possible object is
BaseExpires
-
setExpires
void setExpires(BaseExpires<E> value)
Sets the value of the expires property.- Parameters:
value- allowed object isBaseExpires
-
getCoordinationType
String getCoordinationType()
Gets the value of the coordinationType property.- Returns:
- possible object is
String
-
setCoordinationType
void setCoordinationType(String value)
Sets the value of the coordinationType property.- Parameters:
value- allowed object isString
-
getRegistrationService
T getRegistrationService()
Gets the value of the registrationService property.- Returns:
- possible object is
W3CEndpointReference
-
setRegistrationService
void setRegistrationService(T value)
Sets the value of the registrationService property.- Parameters:
value- allowed object isW3CEndpointReference
-
getDelegate
C getDelegate()
-
-