public class ImportAdapter extends Object
Java class for ImportAdapter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportAdapter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ImportAdapterType" />
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="adapterClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adapterClassName |
protected String |
className |
protected ImportAdapterType |
type |
| Constructor and Description |
|---|
ImportAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterClassName()
Gets the value of the adapterClassName property.
|
String |
getClassName()
Gets the value of the className property.
|
ImportAdapterType |
getType()
Gets the value of the type property.
|
void |
setAdapterClassName(String value)
Sets the value of the adapterClassName property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setType(ImportAdapterType value)
Sets the value of the type property.
|
protected ImportAdapterType type
protected String className
protected String adapterClassName
public ImportAdapterType getType()
ImportAdapterTypepublic void setType(ImportAdapterType value)
value - allowed object is
ImportAdapterTypepublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getAdapterClassName()
StringCopyright © 2016. All rights reserved.