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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Artifact> |
artifact |
protected String |
defaultUMLNamespaceURI |
protected List<IgnoredClass> |
ignoredClass |
protected List<IgnoredPackage> |
ignoredPackage |
| Constructor and Description |
|---|
RepositoryConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<IgnoredPackage> ignoredPackage
protected List<IgnoredClass> ignoredClass
protected String defaultUMLNamespaceURI
public List<Artifact> getArtifact()
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
public List<IgnoredPackage> getIgnoredPackage()
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
public List<IgnoredClass> getIgnoredClass()
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
public String getDefaultUMLNamespaceURI()
StringCopyright © 2017. All rights reserved.