public class LicenseRefType extends RepoPackageImpl.UsesLicense
Java class for licenseRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="licenseRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LicenseType |
ref |
| Constructor and Description |
|---|
LicenseRefType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
LicenseType |
getRef()
Gets the value of the ref property.
|
void |
setRef(License value) |
void |
setRefInternal(LicenseType value)
Sets the value of the ref property.
|
protected LicenseType ref
public LicenseType getRef()
getRef in class RepoPackageImpl.UsesLicenseObjectpublic void setRefInternal(LicenseType value)
value - allowed object is
Objectpublic void setRef(License value)
setRef in class RepoPackageImpl.UsesLicensepublic ObjectFactory createFactory()