|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.ImportExemption
public class ImportExemption
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>
| Constructor Summary | |
|---|---|
ImportExemption()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportExemption()
| Method Detail |
|---|
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()
Stringpublic void setLocalName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||