Package com.consol.citrus.ftp.model
Class GetCommand.File
- java.lang.Object
-
- com.consol.citrus.ftp.model.GetCommand.File
-
- Enclosing class:
- GetCommand
public static class GetCommand.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" /> <attribute name="type" default="BINARY"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ASCII"/> <enumeration value="BINARY"/> <enumeration value="EBCDIC"/> <enumeration value="LOCAL"/> </restriction> </simpleType> </attribute> </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.StringgetType()Ruft den Wert der type-Eigenschaft ab.voidsetPath(String value)Legt den Wert der path-Eigenschaft fest.voidsetType(String value)Legt den Wert der type-Eigenschaft fest.
-
-
-
Method Detail
-
getPath
public String getPath()
Ruft den Wert der path-Eigenschaft ab.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Legt den Wert der path-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getType
public String getType()
Ruft den Wert der type-Eigenschaft ab.- Returns:
- possible object is
String
-
-