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