Interface CoordinationContextTypeIF<T extends javax.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 javax.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 Details

    • 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()