public class Artifact extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
factoryClassName |
protected String |
name |
protected String |
namespaceURI |
protected List<RegisteredPackage> |
registeredPackage |
protected String |
urn |
| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<RegisteredPackage> registeredPackage
protected String name
protected String urn
protected String namespaceURI
protected String factoryClassName
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()
StringCopyright © 2016. All rights reserved.