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