Class PutCommand.File

  • Enclosing class:
    PutCommand

    public static class PutCommand.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 Detail

      • File

        public File()
    • 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 is String
      • getType

        public String getType()
        Ruft den Wert der type-Eigenschaft ab.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Legt den Wert der type-Eigenschaft fest.
        Parameters:
        value - allowed object is String