org.modeldriven.fuml.repository.config
Class Artifact

java.lang.Object
  extended by org.modeldriven.fuml.repository.config.Artifact

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>
 


Field Summary
protected  String factoryClassName
           
protected  String name
           
protected  String namespaceURI
           
protected  List<RegisteredPackage> registeredPackage
           
protected  String urn
           
 
Constructor Summary
Artifact()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registeredPackage

protected List<RegisteredPackage> registeredPackage

name

protected String name

urn

protected String urn

namespaceURI

protected String namespaceURI

factoryClassName

protected String factoryClassName
Constructor Detail

Artifact

public Artifact()
Method Detail

getRegisteredPackage

public List<RegisteredPackage> getRegisteredPackage()
Gets the value of the registeredPackage property.

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


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

getFactoryClassName

public String getFactoryClassName()
Gets the value of the factoryClassName property.

Returns:
possible object is String

setFactoryClassName

public void setFactoryClassName(String value)
Sets the value of the factoryClassName property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.