org.modeldriven.fuml.config
Class SupportedNamespace

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

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>
 


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

SupportedNamespace

public SupportedNamespace()
Method Detail

getUri

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

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri 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


Copyright © 2012. All Rights Reserved.