|
||||||||||
| 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 java.lang.String |
name
|
protected java.lang.String |
namespaceUri
|
protected java.lang.String |
urn
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
Artifact()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNamespaceUri()
Gets the value of the namespaceUri property. |
java.lang.String |
getUrn()
Gets the value of the urn property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNamespaceUri(java.lang.String value)
Sets the value of the namespaceUri property. |
void |
setUrn(java.lang.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 java.lang.String name
protected java.lang.String urn
protected java.lang.String namespaceUri
| Constructor Detail |
|---|
public Artifact()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrn()
Stringpublic void setUrn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNamespaceUri()
Stringpublic void setNamespaceUri(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 | |||||||||