public class ProfileArtifact extends Configuration
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ecoreId |
protected String |
ecoreNamespaceUri |
protected String |
ecoreVersion |
protected String |
id |
protected String |
namespaceUri |
protected String |
umlNamespaceUri |
protected String |
umlVersion |
protected ProfileURN |
urn |
protected String |
version |
protected String |
xmiNamespaceUri |
protected String |
xmiVersion |
properties| Constructor and Description |
|---|
ProfileArtifact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEcoreId()
Gets the value of the ecoreId property.
|
String |
getEcoreNamespaceUri()
Gets the value of the ecoreNamespaceUri property.
|
String |
getEcoreVersion()
Gets the value of the ecoreVersion property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNamespaceUri()
Gets the value of the namespaceUri property.
|
String |
getUmlNamespaceUri()
Gets the value of the umlNamespaceUri property.
|
String |
getUmlVersion()
Gets the value of the umlVersion property.
|
ProfileURN |
getUrn()
Gets the value of the urn property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getXmiNamespaceUri()
Gets the value of the xmiNamespaceUri property.
|
String |
getXmiVersion()
Gets the value of the xmiVersion property.
|
void |
setEcoreId(String value)
Sets the value of the ecoreId property.
|
void |
setEcoreNamespaceUri(String value)
Sets the value of the ecoreNamespaceUri property.
|
void |
setEcoreVersion(String value)
Sets the value of the ecoreVersion property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNamespaceUri(String value)
Sets the value of the namespaceUri property.
|
void |
setUmlNamespaceUri(String value)
Sets the value of the umlNamespaceUri property.
|
void |
setUmlVersion(String value)
Sets the value of the umlVersion property.
|
void |
setUrn(ProfileURN value)
Sets the value of the urn property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setXmiNamespaceUri(String value)
Sets the value of the xmiNamespaceUri property.
|
void |
setXmiVersion(String value)
Sets the value of the xmiVersion property.
|
getPropertiesprotected ProfileURN urn
protected String id
protected String ecoreId
protected String version
protected String namespaceUri
protected String umlNamespaceUri
protected String umlVersion
protected String xmiNamespaceUri
protected String xmiVersion
protected String ecoreNamespaceUri
protected String ecoreVersion
public ProfileURN getUrn()
ProfileURNpublic void setUrn(ProfileURN value)
value - allowed object is
ProfileURNpublic void setId(String value)
value - allowed object is
Stringpublic String getEcoreId()
Stringpublic void setEcoreId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getNamespaceUri()
Stringpublic void setNamespaceUri(String value)
value - allowed object is
Stringpublic String getUmlNamespaceUri()
Stringpublic void setUmlNamespaceUri(String value)
value - allowed object is
Stringpublic String getUmlVersion()
Stringpublic void setUmlVersion(String value)
value - allowed object is
Stringpublic String getXmiNamespaceUri()
Stringpublic void setXmiNamespaceUri(String value)
value - allowed object is
Stringpublic String getXmiVersion()
Stringpublic void setXmiVersion(String value)
value - allowed object is
Stringpublic String getEcoreNamespaceUri()
Stringpublic void setEcoreNamespaceUri(String value)
value - allowed object is
Stringpublic String getEcoreVersion()
StringCopyright © 2015. All rights reserved.