Class GuiShadowDetailsPageType

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

    public class GuiShadowDetailsPageType
    extends GuiObjectDetailsPageType
    implements Serializable, Cloneable, Containerable
    Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL. Might change in the future.

    Java class for GuiShadowDetailsPageType complex type.

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

     <complexType name="GuiShadowDetailsPageType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsPageType">
           <sequence>
             <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/>
             <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form