org.modeldriven.fuml.config
Class Configuration

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

public class Configuration
extends Object

Java class for Configuration complex type.

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

 <complexType name="Configuration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ImportConfiguration" type="{http://www.modeldriven.org/fuml/config}ImportConfiguration"/>
         <element name="ValidationConfiguration" type="{http://www.modeldriven.org/fuml/config}ValidationConfiguration"/>
         <element name="MappingConfiguration" type="{http://www.modeldriven.org/fuml/config}MappingConfiguration"/>
         <element name="LibraryConfiguration" type="{http://www.modeldriven.org/fuml/config}LibraryConfiguration"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Configuration()
           
 
Method Summary
 ImportConfiguration getImportConfiguration()
          Gets the value of the importConfiguration property.
 LibraryConfiguration getLibraryConfiguration()
          Gets the value of the libraryConfiguration property.
 MappingConfiguration getMappingConfiguration()
          Gets the value of the mappingConfiguration property.
 ValidationConfiguration getValidationConfiguration()
          Gets the value of the validationConfiguration property.
 void setImportConfiguration(ImportConfiguration value)
          Sets the value of the importConfiguration property.
 void setLibraryConfiguration(LibraryConfiguration value)
          Sets the value of the libraryConfiguration property.
 void setMappingConfiguration(MappingConfiguration value)
          Sets the value of the mappingConfiguration property.
 void setValidationConfiguration(ValidationConfiguration value)
          Sets the value of the validationConfiguration property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getImportConfiguration

public ImportConfiguration getImportConfiguration()
Gets the value of the importConfiguration property.

Returns:
possible object is ImportConfiguration

setImportConfiguration

public void setImportConfiguration(ImportConfiguration value)
Sets the value of the importConfiguration property.

Parameters:
value - allowed object is ImportConfiguration

getValidationConfiguration

public ValidationConfiguration getValidationConfiguration()
Gets the value of the validationConfiguration property.

Returns:
possible object is ValidationConfiguration

setValidationConfiguration

public void setValidationConfiguration(ValidationConfiguration value)
Sets the value of the validationConfiguration property.

Parameters:
value - allowed object is ValidationConfiguration

getMappingConfiguration

public MappingConfiguration getMappingConfiguration()
Gets the value of the mappingConfiguration property.

Returns:
possible object is MappingConfiguration

setMappingConfiguration

public void setMappingConfiguration(MappingConfiguration value)
Sets the value of the mappingConfiguration property.

Parameters:
value - allowed object is MappingConfiguration

getLibraryConfiguration

public LibraryConfiguration getLibraryConfiguration()
Gets the value of the libraryConfiguration property.

Returns:
possible object is LibraryConfiguration

setLibraryConfiguration

public void setLibraryConfiguration(LibraryConfiguration value)
Sets the value of the libraryConfiguration property.

Parameters:
value - allowed object is LibraryConfiguration


Copyright © 2012. All Rights Reserved.