Package com.consol.citrus.ftp.model
Class ListCommandResult.Files.File
- java.lang.Object
-
- com.consol.citrus.ftp.model.ListCommandResult.Files.File
-
- Enclosing class:
- ListCommandResult.Files
public static class ListCommandResult.Files.File extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description File()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Ruft den Wert der path-Eigenschaft ab.voidsetPath(String value)Legt den Wert der path-Eigenschaft fest.
-
-
-
Field Detail
-
path
protected String path
-
-