Class ConsumerRequestEndpointStructure

  • All Implemented Interfaces:
    Serializable

    public class ConsumerRequestEndpointStructure
    extends Object
    implements Serializable
    Type for Unique reference to this request, created by Consumer. May be used to reference the request in subsequent interactions. Used by WSDL..

    Java class for ConsumerRequestEndpointStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConsumerRequestEndpointStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/}ConsumerRequestEndpointGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form