public class

ObjectPath

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.ObjectPath

Class Overview

Java class for ObjectPath complex type.

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

 <complexType name="ObjectPath">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String path
Public Constructors
ObjectPath()
Public Methods
String getPath()
Gets the value of the path property.
void setPath(String value)
Sets the value of the path property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String path

Public Constructors

public ObjectPath ()

Public Methods

public String getPath ()

Gets the value of the path property.

Returns
  • possible object is String

public void setPath (String value)

Sets the value of the path property.

Parameters
value Allowed object is String