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  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

name

protected String name

urn

protected String urn

namespaceUri

protected String namespaceUri
Constructor Detail

Artifact

public Artifact()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getUrn

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

Returns:
possible object is String

setUrn

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

Parameters:
value - allowed object is String

getNamespaceUri

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

Returns:
possible object is String

setNamespaceUri

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

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.