Class RemoteReportParameterType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RemoteReportParameterType
    extends Object
    implements Serializable, Cloneable, Containerable
    A response from searchObjects operation.

    Java class for RemoteReportParameterType complex type.

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

     <complexType name="RemoteReportParameterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="parameterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="parameterValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportParameterType"/>
             <element name="parameterType" type="{http://www.w3.org/2001/XMLSchema}QName"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form