Class Import
java.lang.Object
nablarch.core.repository.di.config.xml.schema.Import
コンポーネントのインポート設定に使用する型。
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
dir
-
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
Sets the value of the file property.- Parameters:
value
- allowed object isString
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
Sets the value of the dir property.- Parameters:
value
- allowed object isString
-