Uses of Class
org.cxml.Path

Packages that use Path
Package
Description
 
  • Uses of Path in org.cxml

    Fields in org.cxml declared as Path
    Modifier and Type
    Field
    Description
    protected Path
    Header.path
     
    protected Path
    ItemIn.path
     
    protected Path
    ItemOut.path
     
    Methods in org.cxml that return Path
    Modifier and Type
    Method
    Description
    ObjectFactory.createPath()
    Create an instance of Path
    Header.getPath()
    Gets the value of the path property.
    ItemIn.getPath()
    Gets the value of the path property.
    ItemOut.getPath()
    Gets the value of the path property.
    Methods in org.cxml with parameters of type Path
    Modifier and Type
    Method
    Description
    void
    Header.setPath(Path value)
    Sets the value of the path property.
    void
    ItemIn.setPath(Path value)
    Sets the value of the path property.
    void
    ItemOut.setPath(Path value)
    Sets the value of the path property.