public class ImportExemption extends Object
Java class for ImportExemption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportExemption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ImportExemptionType" />
<attribute name="domain" use="required" type="{http://www.modeldriven.org/fuml/config}NamespaceDomain" />
<attribute name="localName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceDomain |
domain |
protected String |
localName |
protected ImportExemptionType |
type |
| Constructor and Description |
|---|
ImportExemption() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDomain |
getDomain()
Gets the value of the domain property.
|
String |
getLocalName()
Gets the value of the localName property.
|
ImportExemptionType |
getType()
Gets the value of the type property.
|
void |
setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
void |
setLocalName(String value)
Sets the value of the localName property.
|
void |
setType(ImportExemptionType value)
Sets the value of the type property.
|
protected ImportExemptionType type
protected NamespaceDomain domain
protected String localName
public ImportExemptionType getType()
ImportExemptionTypepublic void setType(ImportExemptionType value)
value - allowed object is
ImportExemptionTypepublic NamespaceDomain getDomain()
NamespaceDomainpublic void setDomain(NamespaceDomain value)
value - allowed object is
NamespaceDomainpublic String getLocalName()
StringCopyright © 2017. All rights reserved.