Package de.elo.ix.client
Class GetWebDAVPathResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.GetWebDAVPathResult
- All Implemented Interfaces:
java.io.Serializable
public class GetWebDAVPathResult extends ValueClass implements java.io.Serializable
Class for the result of the IX function
IXServicePortIF.getWebDAVPathFromObjID2(de.elo.ix.client.ClientInfo, de.elo.ix.client.GetWebDAVPathOptions)
- Since:
- 9.00.030.024
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
path
The generated WEBDAV path. -
Constructor Summary
Constructors Constructor Description GetWebDAVPathResult()
GetWebDAVPathResult(GetWebDAVPathResult rhs)
-
Method Summary
-
Field Details
-
path
protected java.lang.String pathThe generated WEBDAV path.
-
-
Constructor Details
-
GetWebDAVPathResult
public GetWebDAVPathResult() -
GetWebDAVPathResult
-
-
Method Details