org.modeldriven.fuml.config
Class ImportExemption

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

public class ImportExemption
extends Object

Java class for ImportExemption complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImportExemption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ImportExemptionType" />
       <attribute name="domain" use="required" type="{http://www.modeldriven.org/fuml/config}NamespaceDomain" />
       <attribute name="localName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ImportExemption()
           
 
Method Summary
 NamespaceDomain getDomain()
          Gets the value of the domain property.
 String getLocalName()
          Gets the value of the localName property.
 ImportExemptionType getType()
          Gets the value of the type property.
 void setDomain(NamespaceDomain value)
          Sets the value of the domain property.
 void setLocalName(String value)
          Sets the value of the localName property.
 void setType(ImportExemptionType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportExemption

public ImportExemption()
Method Detail

getType

public ImportExemptionType getType()
Gets the value of the type property.

Returns:
possible object is ImportExemptionType

setType

public void setType(ImportExemptionType value)
Sets the value of the type property.

Parameters:
value - allowed object is ImportExemptionType

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

getLocalName

public String getLocalName()
Gets the value of the localName property.

Returns:
possible object is String

setLocalName

public void setLocalName(String value)
Sets the value of the localName property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.