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