Class ItemPathType

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ItemPathType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ItemPathType extends Object implements PlainStructured, Serializable, Cloneable, JaxbVisitable
Defines a type for XPath-like item pointer. It points to a specific part of the prism object.

Java class for ItemPathType complex type.

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

 <complexType name="ItemPathType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
  • Constructor Details

    • ItemPathType

      public ItemPathType()
    • ItemPathType

      public ItemPathType(ItemPath itemPath)
  • Method Details