|
||||||||||
| 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>
| 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 |
|---|
public RepositoryConfig()
| Method Detail |
|---|
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()
Stringpublic void setDefaultUMLNamespaceURI(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||