org.modeldriven.fuml.config
Class ImportConfiguration

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

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


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

Field Detail

supportedNamespace

protected java.util.List<SupportedNamespace> supportedNamespace

exemption

protected java.util.List<ImportExemption> exemption

adapter

protected java.util.List<ImportAdapter> adapter

extensionPackage

protected java.util.List<ExtensionPackage> extensionPackage
Constructor Detail

ImportConfiguration

public ImportConfiguration()
Method Detail

getSupportedNamespace

public java.util.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 java.util.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 java.util.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 java.util.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 © 2015. All Rights Reserved.