org.modeldriven.fuml.config
Class ImportConfiguration

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

public class ImportConfiguration
extends Object

Java class for ImportConfiguration complex type.

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

 <complexType name="ImportConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SupportedNamespace" type="{http://www.modeldriven.org/fuml/config}SupportedNamespace" maxOccurs="unbounded"/>
         <element name="Exemption" type="{http://www.modeldriven.org/fuml/config}ImportExemption" maxOccurs="unbounded"/>
         <element name="Adapter" type="{http://www.modeldriven.org/fuml/config}ImportAdapter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ExtensionPackage" type="{http://www.modeldriven.org/fuml/config}ExtensionPackage" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ImportConfiguration()
           
 
Method Summary
 List<ImportAdapter> getAdapter()
          Gets the value of the adapter property.
 List<ImportExemption> getExemption()
          Gets the value of the exemption property.
 List<ExtensionPackage> getExtensionPackage()
          Gets the value of the extensionPackage property.
 List<SupportedNamespace> getSupportedNamespace()
          Gets the value of the supportedNamespace property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportConfiguration

public ImportConfiguration()
Method Detail

getSupportedNamespace

public List<SupportedNamespace> getSupportedNamespace()
Gets the value of the supportedNamespace property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the supportedNamespace property.

For example, to add a new item, do as follows:

    getSupportedNamespace().add(newItem);
 

Objects of the following type(s) are allowed in the list SupportedNamespace


getExemption

public List<ImportExemption> getExemption()
Gets the value of the exemption property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exemption property.

For example, to add a new item, do as follows:

    getExemption().add(newItem);
 

Objects of the following type(s) are allowed in the list ImportExemption


getAdapter

public List<ImportAdapter> getAdapter()
Gets the value of the adapter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the adapter property.

For example, to add a new item, do as follows:

    getAdapter().add(newItem);
 

Objects of the following type(s) are allowed in the list ImportAdapter


getExtensionPackage

public List<ExtensionPackage> getExtensionPackage()
Gets the value of the extensionPackage property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extensionPackage property.

For example, to add a new item, do as follows:

    getExtensionPackage().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtensionPackage



Copyright © 2012. All Rights Reserved.