com.sun.xml.ws.tx.coord.common.types
Interface CoordinationContextTypeIF<T extends 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 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
 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.
 

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 is BaseIdentifier

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 is BaseExpires

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 is String

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 is W3CEndpointReference

getOtherAttributes

Map<QName,String> getOtherAttributes()

getDelegate

C getDelegate()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.