Class ServiceMetadataType


  • public class ServiceMetadataType
    extends Object

    Java class for ServiceMetadataType complex type.

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

     <complexType name="ServiceMetadataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="ServiceInformation" type="{http://busdox.org/serviceMetadata/publishing/1.0/}ServiceInformationType"/>
               <element name="Redirect" type="{http://busdox.org/serviceMetadata/publishing/1.0/}RedirectType"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>