Class ProvidedServiceConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ProvidedServiceConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of a service provided by midPoint.

    Java class for ProvidedServiceConfigurationType complex type.

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

     <complexType name="ProvidedServiceConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="provenance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceFeedDefinitionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form