Java class for RegisterResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoordinatorProtocolService" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}EndpointReferenceType"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
|