Package com.consol.citrus.ftp.model
Class ListCommand.Target
- java.lang.Object
-
- com.consol.citrus.ftp.model.ListCommand.Target
-
- Enclosing class:
- ListCommand
public static class ListCommand.Target 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 Target()
-
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
-
-