public class RemotePackage extends RemotePackageImpl
Java class for remotePackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="remotePackage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.android.com/repository/android/common/01}packageFields"/>
<element name="channelRef" type="{http://schemas.android.com/repository/android/common/01}channelRefType" minOccurs="0"/>
<element name="archives" type="{http://schemas.android.com/repository/android/common/01}archivesType"/>
</sequence>
<attGroup ref="{http://schemas.android.com/repository/android/common/01}packageAttributes"/>
</restriction>
</complexContent>
</complexType>
RemotePackageImpl.ChannelRefRepoPackageImpl.Archives, RepoPackageImpl.Dependencies, RepoPackageImpl.UsesLicense| Modifier and Type | Field and Description |
|---|---|
protected ArchivesType |
archives |
protected ChannelRefType |
channelRef |
protected DependenciesType |
dependencies |
protected java.lang.String |
displayName |
protected java.lang.Boolean |
obsolete |
protected java.lang.String |
path |
protected RevisionType |
revision |
protected TypeDetails |
typeDetails |
protected LicenseRefType |
usesLicense |
PATH_SEPARATOR| Constructor and Description |
|---|
RemotePackage() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory()
Creates a
CommonFactory corresponding to the SchemaModule.SchemaModuleVersion
of this instance. |
ArchivesType |
getArchives()
Gets the value of the archives property.
|
ChannelRefType |
getChannelRef()
Gets the value of the channelRef property.
|
DependenciesType |
getDependencies()
Gets the value of the dependencies property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
RevisionType |
getRevision()
Gets the value of the revision property.
|
TypeDetails |
getTypeDetails()
Gets the value of the typeDetails property.
|
LicenseRefType |
getUsesLicense()
Gets the value of the usesLicense property.
|
java.lang.Boolean |
isObsolete()
Gets the value of the obsolete property.
|
void |
setArchives(RepoPackageImpl.Archives value) |
void |
setArchivesInternal(ArchivesType value)
Sets the value of the archives property.
|
void |
setChannelRef(RemotePackageImpl.ChannelRef value) |
void |
setChannelRefInternal(ChannelRefType value)
Sets the value of the channelRef property.
|
void |
setDependencies(RepoPackageImpl.Dependencies value) |
void |
setDependenciesInternal(DependenciesType value)
Sets the value of the dependencies property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setObsolete(java.lang.Boolean value)
Sets the value of the obsolete property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setRevision(RevisionType value) |
void |
setRevisionInternal(RevisionType value)
Sets the value of the revision property.
|
void |
setTypeDetails(TypeDetails value) |
void |
setTypeDetailsInternal(TypeDetails value)
Sets the value of the typeDetails property.
|
void |
setUsesLicense(RepoPackageImpl.UsesLicense value) |
void |
setUsesLicenseInternal(LicenseRefType value)
Sets the value of the usesLicense property.
|
addArchive, addTo, asMarshallable, create, getAllArchives, getArchive, getChannel, getInstallDir, getSource, setChannel, setSourceaddDependency, compareTo, equals, getAllDependencies, getLicense, getVersion, hashCode, obsolete, setLicense, setVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAllDependencies, getLicense, getVersion, obsoleteprotected TypeDetails typeDetails
protected RevisionType revision
protected java.lang.String displayName
protected LicenseRefType usesLicense
protected DependenciesType dependencies
protected ChannelRefType channelRef
protected ArchivesType archives
protected java.lang.String path
protected java.lang.Boolean obsolete
public TypeDetails getTypeDetails()
getTypeDetails in interface RepoPackagegetTypeDetails in class RepoPackageImplTypeDetailspublic void setTypeDetailsInternal(TypeDetails value)
value - allowed object is
TypeDetailspublic RevisionType getRevision()
getRevision in class RepoPackageImplRevisionTypepublic void setRevisionInternal(RevisionType value)
value - allowed object is
RevisionTypepublic java.lang.String getDisplayName()
getDisplayName in interface RepoPackagegetDisplayName in class RepoPackageImplStringpublic void setDisplayName(java.lang.String value)
setDisplayName in class RepoPackageImplvalue - allowed object is
Stringpublic LicenseRefType getUsesLicense()
getUsesLicense in class RepoPackageImplLicenseRefTypepublic void setUsesLicenseInternal(LicenseRefType value)
value - allowed object is
LicenseRefTypepublic DependenciesType getDependencies()
getDependencies in class RepoPackageImplDependenciesTypepublic void setDependenciesInternal(DependenciesType value)
value - allowed object is
DependenciesTypepublic ChannelRefType getChannelRef()
getChannelRef in class RemotePackageImplChannelRefTypepublic void setChannelRefInternal(ChannelRefType value)
value - allowed object is
ChannelRefTypepublic ArchivesType getArchives()
getArchives in class RemotePackageImplArchivesTypepublic void setArchivesInternal(ArchivesType value)
value - allowed object is
ArchivesTypepublic java.lang.String getPath()
getPath in interface RepoPackagegetPath in class RepoPackageImplStringpublic void setPath(java.lang.String value)
setPath in class RepoPackageImplvalue - allowed object is
Stringpublic java.lang.Boolean isObsolete()
isObsolete in class RepoPackageImplBooleanpublic void setObsolete(java.lang.Boolean value)
setObsolete in class RepoPackageImplvalue - allowed object is
Booleanpublic void setTypeDetails(TypeDetails value)
setTypeDetails in class RepoPackageImplpublic void setRevision(RevisionType value)
setRevision in class RepoPackageImplpublic void setUsesLicense(RepoPackageImpl.UsesLicense value)
setUsesLicense in class RepoPackageImplpublic void setDependencies(RepoPackageImpl.Dependencies value)
setDependencies in class RepoPackageImplpublic void setChannelRef(RemotePackageImpl.ChannelRef value)
setChannelRef in class RemotePackageImplpublic void setArchives(RepoPackageImpl.Archives value)
setArchives in class RemotePackageImplpublic ObjectFactory createFactory()
RepoPackageCommonFactory corresponding to the SchemaModule.SchemaModuleVersion
of this instance.