| java.lang.Object | |
| ↳ | com.emc.documentum.fs.services.core.CreatePath |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectPath | |||||||||||
| repositoryName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectPath property.
| |||||||||||
Gets the value of the repositoryName property.
| |||||||||||
Sets the value of the objectPath property.
| |||||||||||
Sets the value of the repositoryName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectPath property.
ObjectPath
Gets the value of the repositoryName property.
Sets the value of the objectPath property.
| value | Allowed object is
ObjectPath
|
|---|
Sets the value of the repositoryName property.
| value | Allowed object is String |
|---|