org.modeldriven.fuml.repository.config
Class RepositoryConfig

java.lang.Object
  extended by org.modeldriven.fuml.repository.config.RepositoryConfig

public class RepositoryConfig
extends java.lang.Object

Java class for RepositoryConfig complex type.

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

 <complexType name="RepositoryConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="artifact" type="{http://www.modeldriven.org/fuml/repository/config}Artifact" maxOccurs="unbounded"/>
         <element name="ignoredPackage" type="{http://www.modeldriven.org/fuml/repository/config}IgnoredPackage" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ignoredClass" type="{http://www.modeldriven.org/fuml/repository/config}IgnoredClass" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="defaultUMLNamespaceURI" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Artifact> artifact
           
protected  java.lang.String defaultUMLNamespaceURI
           
protected  java.util.List<IgnoredClass> ignoredClass
           
protected  java.util.List<IgnoredPackage> ignoredPackage
           
 
Constructor Summary
RepositoryConfig()
           
 
Method Summary
 java.util.List<Artifact> getArtifact()
          Gets the value of the artifact property.
 java.lang.String getDefaultUMLNamespaceURI()
          Gets the value of the defaultUMLNamespaceURI property.
 java.util.List<IgnoredClass> getIgnoredClass()
          Gets the value of the ignoredClass property.
 java.util.List<IgnoredPackage> getIgnoredPackage()
          Gets the value of the ignoredPackage property.
 void setDefaultUMLNamespaceURI(java.lang.String value)
          Sets the value of the defaultUMLNamespaceURI property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifact

protected java.util.List<Artifact> artifact

ignoredPackage

protected java.util.List<IgnoredPackage> ignoredPackage

ignoredClass

protected java.util.List<IgnoredClass> ignoredClass

defaultUMLNamespaceURI

protected java.lang.String defaultUMLNamespaceURI
Constructor Detail

RepositoryConfig

public RepositoryConfig()
Method Detail

getArtifact

public java.util.List<Artifact> getArtifact()
Gets the value of the artifact 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 artifact property.

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

    getArtifact().add(newItem);
 

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


getIgnoredPackage

public java.util.List<IgnoredPackage> getIgnoredPackage()
Gets the value of the ignoredPackage 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 ignoredPackage property.

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

    getIgnoredPackage().add(newItem);
 

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


getIgnoredClass

public java.util.List<IgnoredClass> getIgnoredClass()
Gets the value of the ignoredClass 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 ignoredClass property.

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

    getIgnoredClass().add(newItem);
 

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


getDefaultUMLNamespaceURI

public java.lang.String getDefaultUMLNamespaceURI()
Gets the value of the defaultUMLNamespaceURI property.

Returns:
possible object is String

setDefaultUMLNamespaceURI

public void setDefaultUMLNamespaceURI(java.lang.String value)
Sets the value of the defaultUMLNamespaceURI property.

Parameters:
value - allowed object is String


Copyright © 2015. All Rights Reserved.