org.modeldriven.fuml.repository.config
Class RepositoryConfig

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

public class RepositoryConfig
extends 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>
 


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

Constructor Detail

RepositoryConfig

public RepositoryConfig()
Method Detail

getArtifact

public 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 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 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 String getDefaultUMLNamespaceURI()
Gets the value of the defaultUMLNamespaceURI property.

Returns:
possible object is String

setDefaultUMLNamespaceURI

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

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.