org.modeldriven.fuml.config
Class NamespaceMapping

java.lang.Object
  extended by org.modeldriven.fuml.config.NamespaceMapping

public class NamespaceMapping
extends java.lang.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>
 


Field Summary
protected  NamespaceDomain domain
           
protected  java.lang.String pathmap
           
protected  java.lang.String target
           
protected  java.lang.String uri
           
 
Constructor Summary
NamespaceMapping()
           
 
Method Summary
 NamespaceDomain getDomain()
          Gets the value of the domain property.
 java.lang.String getPathmap()
          Gets the value of the pathmap property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getUri()
          Gets the value of the uri property.
 void setDomain(NamespaceDomain value)
          Sets the value of the domain property.
 void setPathmap(java.lang.String value)
          Sets the value of the pathmap property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pathmap

protected java.lang.String pathmap

domain

protected NamespaceDomain domain

uri

protected java.lang.String uri

target

protected java.lang.String target
Constructor Detail

NamespaceMapping

public NamespaceMapping()
Method Detail

getPathmap

public java.lang.String getPathmap()
Gets the value of the pathmap property.

Returns:
possible object is String

setPathmap

public void setPathmap(java.lang.String value)
Sets the value of the pathmap property.

Parameters:
value - allowed object is String

getDomain

public NamespaceDomain getDomain()
Gets the value of the domain property.

Returns:
possible object is NamespaceDomain

setDomain

public void setDomain(NamespaceDomain value)
Sets the value of the domain property.

Parameters:
value - allowed object is NamespaceDomain

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getTarget

public java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String


Copyright © 2015. All Rights Reserved.