|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.repository.config.RepositoryConfig
public class RepositoryConfig
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 |
|---|
protected java.util.List<Artifact> artifact
protected java.util.List<IgnoredPackage> ignoredPackage
protected java.util.List<IgnoredClass> ignoredClass
protected java.lang.String defaultUMLNamespaceURI
| Constructor Detail |
|---|
public RepositoryConfig()
| Method Detail |
|---|
public java.util.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 java.util.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 java.util.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 java.lang.String getDefaultUMLNamespaceURI()
Stringpublic void setDefaultUMLNamespaceURI(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||