org.plasma.config
Class Artifact

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.Artifact

public class Artifact
extends Configuration

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

name

protected java.lang.String name

urn

protected java.lang.String urn

namespaceUri

protected java.lang.String namespaceUri
Constructor Detail

Artifact

public Artifact()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUrn

public java.lang.String getUrn()
Gets the value of the urn property.

Returns:
possible object is String

setUrn

public void setUrn(java.lang.String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getNamespaceUri

public java.lang.String getNamespaceUri()
Gets the value of the namespaceUri property.

Returns:
possible object is String

setNamespaceUri

public void setNamespaceUri(java.lang.String value)
Sets the value of the namespaceUri property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.