org.plasma.profile.ProfileArtifact Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.03.20 at 04:25:57 PM MST
//
package org.plasma.profile;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for ProfileArtifact complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ProfileArtifact">
* <complexContent>
* <extension base="{http://www.plasma.org/profile}Configuration">
* <attribute name="urn" use="required" type="{http://www.plasma.org/profile}ProfileURN" />
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="ecoreId" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="version" 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="umlNamespaceUri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="umlVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="xmiNamespaceUri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="xmiVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="ecoreNamespaceUri" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="ecoreVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProfileArtifact")
@XmlRootElement(name = "ProfileArtifact")
public class ProfileArtifact
extends Configuration
{
@XmlAttribute(name = "urn", required = true)
protected ProfileURN urn;
@XmlAttribute(name = "id", required = true)
protected String id;
@XmlAttribute(name = "ecoreId")
protected String ecoreId;
@XmlAttribute(name = "version", required = true)
protected String version;
@XmlAttribute(name = "namespaceUri", required = true)
protected String namespaceUri;
@XmlAttribute(name = "umlNamespaceUri", required = true)
protected String umlNamespaceUri;
@XmlAttribute(name = "umlVersion", required = true)
protected String umlVersion;
@XmlAttribute(name = "xmiNamespaceUri", required = true)
protected String xmiNamespaceUri;
@XmlAttribute(name = "xmiVersion", required = true)
protected String xmiVersion;
@XmlAttribute(name = "ecoreNamespaceUri")
protected String ecoreNamespaceUri;
@XmlAttribute(name = "ecoreVersion")
protected String ecoreVersion;
/**
* Gets the value of the urn property.
*
* @return
* possible object is
* {@link ProfileURN }
*
*/
public ProfileURN getUrn() {
return urn;
}
/**
* Sets the value of the urn property.
*
* @param value
* allowed object is
* {@link ProfileURN }
*
*/
public void setUrn(ProfileURN value) {
this.urn = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the ecoreId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEcoreId() {
return ecoreId;
}
/**
* Sets the value of the ecoreId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEcoreId(String value) {
this.ecoreId = value;
}
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVersion() {
return version;
}
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVersion(String value) {
this.version = value;
}
/**
* Gets the value of the namespaceUri property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNamespaceUri() {
return namespaceUri;
}
/**
* Sets the value of the namespaceUri property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNamespaceUri(String value) {
this.namespaceUri = value;
}
/**
* Gets the value of the umlNamespaceUri property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUmlNamespaceUri() {
return umlNamespaceUri;
}
/**
* Sets the value of the umlNamespaceUri property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUmlNamespaceUri(String value) {
this.umlNamespaceUri = value;
}
/**
* Gets the value of the umlVersion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUmlVersion() {
return umlVersion;
}
/**
* Sets the value of the umlVersion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUmlVersion(String value) {
this.umlVersion = value;
}
/**
* Gets the value of the xmiNamespaceUri property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXmiNamespaceUri() {
return xmiNamespaceUri;
}
/**
* Sets the value of the xmiNamespaceUri property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXmiNamespaceUri(String value) {
this.xmiNamespaceUri = value;
}
/**
* Gets the value of the xmiVersion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXmiVersion() {
return xmiVersion;
}
/**
* Sets the value of the xmiVersion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXmiVersion(String value) {
this.xmiVersion = value;
}
/**
* Gets the value of the ecoreNamespaceUri property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEcoreNamespaceUri() {
return ecoreNamespaceUri;
}
/**
* Sets the value of the ecoreNamespaceUri property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEcoreNamespaceUri(String value) {
this.ecoreNamespaceUri = value;
}
/**
* Gets the value of the ecoreVersion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEcoreVersion() {
return ecoreVersion;
}
/**
* Sets the value of the ecoreVersion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEcoreVersion(String value) {
this.ecoreVersion = value;
}
}