com.android.repository.impl.generated.v1
Class LicenseRefType
java.lang.Object
com.android.repository.impl.meta.RepoPackageImpl.UsesLicense
com.android.repository.impl.generated.v1.LicenseRefType
public class LicenseRefType
- extends RepoPackageImpl.UsesLicense
DO NOT EDIT
This file was generated by xjc from repo-common-01.xsd. Any changes will be lost upon recompilation of the schema.
See the schema file for instructions on running xjc.
Describes the license used by a package. The license MUST be defined
using a license node and referenced using the ref attribute of the
license element inside a package.
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
protected LicenseType ref
LicenseRefType
public LicenseRefType()
getRef
public LicenseType getRef()
- Gets the value of the ref property.
- Specified by:
getRef in class RepoPackageImpl.UsesLicense
- Returns:
- possible object is
Object
setRefInternal
public void setRefInternal(LicenseType value)
- Sets the value of the ref property.
- Parameters:
value - allowed object is
Object
setRef
public void setRef(License value)
- Overrides:
setRef in class RepoPackageImpl.UsesLicense
createFactory
public ObjectFactory createFactory()