public interface CoordinationContextTypeIF<T extends 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>
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordinationType()
Gets the value of the coordinationType property.
|
C |
getDelegate() |
BaseExpires<E> |
getExpires()
Gets the value of the expires property.
|
BaseIdentifier<I> |
getIdentifier()
Gets the value of the identifier property.
|
Map<QName,String> |
getOtherAttributes() |
T |
getRegistrationService()
Gets the value of the registrationService property.
|
void |
setCoordinationType(String value)
Sets the value of the coordinationType property.
|
void |
setExpires(BaseExpires<E> value)
Sets the value of the expires property.
|
void |
setIdentifier(BaseIdentifier<I> value)
Sets the value of the identifier property.
|
void |
setRegistrationService(T value)
Sets the value of the registrationService property.
|
BaseIdentifier<I> getIdentifier()
BaseIdentifiervoid setIdentifier(BaseIdentifier<I> value)
value - allowed object is
BaseIdentifierBaseExpires<E> getExpires()
BaseExpiresvoid setExpires(BaseExpires<E> value)
value - allowed object is
BaseExpiresString getCoordinationType()
Stringvoid setCoordinationType(String value)
value - allowed object is
StringT getRegistrationService()
W3CEndpointReferencevoid setRegistrationService(T value)
value - allowed object is
W3CEndpointReferenceC getDelegate()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.