org.modeldriven.fuml.repository.config
Class Artifact

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

public class Artifact
extends java.lang.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  java.lang.String factoryClassName
           
protected  java.lang.String name
           
protected  java.lang.String namespaceURI
           
protected  java.util.List<RegisteredPackage> registeredPackage
           
protected  java.lang.String urn
           
 
Constructor Summary
Artifact()
           
 
Method Summary
 java.lang.String getFactoryClassName()
          Gets the value of the factoryClassName property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNamespaceURI()
          Gets the value of the namespaceURI property.
 java.util.List<RegisteredPackage> getRegisteredPackage()
          Gets the value of the registeredPackage property.
 java.lang.String getUrn()
          Gets the value of the urn property.
 void setFactoryClassName(java.lang.String value)
          Sets the value of the factoryClassName 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registeredPackage

protected java.util.List<RegisteredPackage> registeredPackage

name

protected java.lang.String name

urn

protected java.lang.String urn

namespaceURI

protected java.lang.String namespaceURI

factoryClassName

protected java.lang.String factoryClassName
Constructor Detail

Artifact

public Artifact()
Method Detail

getRegisteredPackage

public java.util.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 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

getFactoryClassName

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

Returns:
possible object is String

setFactoryClassName

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

Parameters:
value - allowed object is String


Copyright © 2015. All Rights Reserved.