Package com.consol.citrus.ftp.model
Class ListCommand
- java.lang.Object
-
- com.consol.citrus.ftp.model.CommandType
-
- com.consol.citrus.ftp.model.ListCommand
-
public class ListCommand extends CommandType
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <extension base="{http://www.citrusframework.org/schema/ftp/message}commandType"> <sequence> <element name="target"> <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> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListCommand.TargetJava-Klasse für anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ListCommand.Targettarget-
Fields inherited from class com.consol.citrus.ftp.model.CommandType
arguments, signal
-
-
Constructor Summary
Constructors Constructor Description ListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCommand.TargetgetTarget()Ruft den Wert der target-Eigenschaft ab.voidsetTarget(ListCommand.Target value)Legt den Wert der target-Eigenschaft fest.-
Methods inherited from class com.consol.citrus.ftp.model.CommandType
getArguments, getSignal, setArguments, setSignal
-
-
-
-
Field Detail
-
target
protected ListCommand.Target target
-
-
Method Detail
-
getTarget
public ListCommand.Target getTarget()
Ruft den Wert der target-Eigenschaft ab.- Returns:
- possible object is
ListCommand.Target
-
setTarget
public void setTarget(ListCommand.Target value)
Legt den Wert der target-Eigenschaft fest.- Parameters:
value- allowed object isListCommand.Target
-
-