Class 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:
    Serialized Form