public class PackageRef extends NamedElement
Java class for PackageRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageRef">
<complexContent>
<extension base="{http://plasma.org/metamodel}NamedElement">
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
uri |
alias, derivation, name| Constructor and Description |
|---|
PackageRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
Gets the value of the uri property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getAlias, getDerivation, getName, setAlias, setDerivation, setNameprotected String uri
Copyright © 2017. All rights reserved.