public class

CreatePath

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.services.core.CreatePath

Class Overview

Java class for createPath complex type.

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

 <complexType name="createPath">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="objectPath" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectPath" minOccurs="0"/>
         <element name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectPath objectPath
protected String repositoryName
Public Constructors
CreatePath()
Public Methods
ObjectPath getObjectPath()
Gets the value of the objectPath property.
String getRepositoryName()
Gets the value of the repositoryName property.
void setObjectPath(ObjectPath value)
Sets the value of the objectPath property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectPath objectPath

protected String repositoryName

Public Constructors

public CreatePath ()

Public Methods

public ObjectPath getObjectPath ()

Gets the value of the objectPath property.

Returns

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public void setObjectPath (ObjectPath value)

Sets the value of the objectPath property.

Parameters
value Allowed object is ObjectPath

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String