public class TImport extends Object
tImport complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tImport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
importType |
protected String |
location |
protected String |
namespace |
| 构造器和说明 |
|---|
TImport() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getImportType()
获取importType属性的值。
|
String |
getLocation()
获取location属性的值。
|
String |
getNamespace()
获取namespace属性的值。
|
void |
setImportType(String value)
设置importType属性的值。
|
void |
setLocation(String value)
设置location属性的值。
|
void |
setNamespace(String value)
设置namespace属性的值。
|
protected String namespace
protected String location
protected String importType
Copyright © 2022. All rights reserved.