Uses of Class
org.cxml.Path
-
Packages that use Path Package Description org.cxml -
-
Uses of Path in org.cxml
Fields in org.cxml declared as Path Modifier and Type Field Description protected PathHeader. pathprotected PathItemIn. pathprotected PathItemOut. pathMethods in org.cxml that return Path Modifier and Type Method Description PathObjectFactory. createPath()Create an instance ofPathPathHeader. getPath()Gets the value of the path property.PathItemIn. getPath()Gets the value of the path property.PathItemOut. getPath()Gets the value of the path property.Methods in org.cxml with parameters of type Path Modifier and Type Method Description voidHeader. setPath(Path value)Sets the value of the path property.voidItemIn. setPath(Path value)Sets the value of the path property.voidItemOut. setPath(Path value)Sets the value of the path property.
-