Class MappingStatePropertiesType

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

    public class MappingStatePropertiesType
    extends Object
    implements Serializable, Cloneable, Containerable
    Mapping state properties after evaluation.

    Java class for MappingStatePropertiesType complex type.

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

     <complexType name="MappingStatePropertiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="property" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingStatePropertyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form