Class CoordinationContextType
java.lang.Object
com.sun.xml.ws.tx.coord.v11.types.CoordinationContextType
- Direct Known Subclasses:
CoordinationContext,CreateCoordinationContextType.CurrentContext
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">
<anyAttribute namespace='##other'/>
</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>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Expiresprotected CoordinationContextType.Identifierprotected javax.xml.ws.wsaddressing.W3CEndpointReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coordinationType property.Gets the value of the expires property.Gets the value of the identifier property.Gets a map that contains attributes that aren't bound to any typed property on this class.javax.xml.ws.wsaddressing.W3CEndpointReferenceGets the value of the registrationService property.voidsetCoordinationType(String value) Sets the value of the coordinationType property.voidsetExpires(Expires value) Sets the value of the expires property.voidSets the value of the identifier property.voidsetRegistrationService(javax.xml.ws.wsaddressing.W3CEndpointReference value) Sets the value of the registrationService property.
-
Field Details
-
identifier
-
expires
-
coordinationType
-
registrationService
protected javax.xml.ws.wsaddressing.W3CEndpointReference registrationService
-
-
Constructor Details
-
CoordinationContextType
public CoordinationContextType()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
CoordinationContextType.Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isCoordinationContextType.Identifier
-
getExpires
Gets the value of the expires property.- Returns:
- possible object is
Expires
-
setExpires
Sets the value of the expires property.- Parameters:
value- allowed object isExpires
-
getCoordinationType
Gets the value of the coordinationType property.- Returns:
- possible object is
String
-
setCoordinationType
Sets the value of the coordinationType property.- Parameters:
value- allowed object isString
-
getRegistrationService
public javax.xml.ws.wsaddressing.W3CEndpointReference getRegistrationService()Gets the value of the registrationService property.- Returns:
- possible object is
W3CEndpointReference
-
setRegistrationService
public void setRegistrationService(javax.xml.ws.wsaddressing.W3CEndpointReference value) Sets the value of the registrationService property.- Parameters:
value- allowed object isW3CEndpointReference
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-