public class Import extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
importType |
protected String |
location |
protected String |
namespace |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Import() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImportType() |
String |
getLocation() |
String |
getNamespace() |
void |
setImportType(String importType) |
void |
setLocation(String location) |
void |
setNamespace(String namespace) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setXmlColumnNumber, setXmlRowNumberprotected String importType
protected String location
protected String namespace
public String getImportType()
public void setImportType(String importType)
public String getLocation()
public void setLocation(String location)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2013 Alfresco. All rights reserved.