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 |
---|---|
Import |
clone() |
String |
getImportType() |
String |
getLocation() |
String |
getNamespace() |
void |
setImportType(String importType) |
void |
setLocation(String location) |
void |
setNamespace(String namespace) |
void |
setValues(Import otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected 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)
public Import clone()
clone
in class BaseElement
public void setValues(Import otherElement)
Copyright © 2016 Alfresco. All rights reserved.