|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.repository.config.Artifact
public class Artifact
Java class for Artifact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Artifact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registeredPackage" type="{http://www.modeldriven.org/fuml/repository/config}RegisteredPackage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="urn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespaceURI" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="factoryClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Artifact()
|
|
| Method Summary | |
|---|---|
String |
getFactoryClassName()
Gets the value of the factoryClassName property. |
String |
getName()
Gets the value of the name property. |
String |
getNamespaceURI()
Gets the value of the namespaceURI property. |
List<RegisteredPackage> |
getRegisteredPackage()
Gets the value of the registeredPackage property. |
String |
getUrn()
Gets the value of the urn property. |
void |
setFactoryClassName(String value)
Sets the value of the factoryClassName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNamespaceURI(String value)
Sets the value of the namespaceURI property. |
void |
setUrn(String value)
Sets the value of the urn property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Artifact()
| Method Detail |
|---|
public List<RegisteredPackage> getRegisteredPackage()
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 registeredPackage property.
For example, to add a new item, do as follows:
getRegisteredPackage().add(newItem);
Objects of the following type(s) are allowed in the list
RegisteredPackage
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrn()
Stringpublic void setUrn(String value)
value - allowed object is
Stringpublic String getNamespaceURI()
Stringpublic void setNamespaceURI(String value)
value - allowed object is
Stringpublic String getFactoryClassName()
Stringpublic void setFactoryClassName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||