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">
           <choice>
             <element name="ServiceInformation" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}ServiceInformationType"/>
             <element name="Redirect" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}RedirectType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>