|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.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>
<extension base="{http://www.plasma.org/config}Configuration">
<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" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected String |
namespaceUri
|
protected String |
urn
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
Artifact()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
String |
getNamespaceUri()
Gets the value of the namespaceUri property. |
String |
getUrn()
Gets the value of the urn 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 org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String urn
protected String namespaceUri
| Constructor Detail |
|---|
public Artifact()
| Method Detail |
|---|
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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||