java.lang.Object
nablarch.core.repository.di.config.xml.schema.Import

public class Import extends Object
コンポーネントのインポート設定に使用する型。

Java class for Import complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Import">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Import

      public Import()
  • Method Details

    • getFile

      public String getFile()
      Gets the value of the file property.
      Returns:
      possible object is String
    • setFile

      public void setFile(String value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is String
    • getDir

      public String getDir()
      Gets the value of the dir property.
      Returns:
      possible object is String
    • setDir

      public void setDir(String value)
      Sets the value of the dir property.
      Parameters:
      value - allowed object is String