com.android.repository.impl.generated.v1
Class LocalPackage

java.lang.Object
  extended by com.android.repository.impl.meta.RepoPackageImpl
      extended by com.android.repository.impl.meta.LocalPackageImpl
          extended by com.android.repository.impl.generated.v1.LocalPackage
All Implemented Interfaces:
LocalPackage, RepoPackage, java.lang.Comparable<RepoPackage>

public class LocalPackage
extends LocalPackageImpl

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. A locally-installed package.

Java class for localPackage complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="localPackage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.android.com/repository/android/common/01}packageFields"/>
       <attGroup ref="{http://schemas.android.com/repository/android/common/01}packageAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.android.repository.impl.meta.RepoPackageImpl
RepoPackageImpl.Archives, RepoPackageImpl.Dependencies, RepoPackageImpl.UsesLicense
 
Field Summary
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
           
 
Fields inherited from interface com.android.repository.api.RepoPackage
PATH_SEPARATOR
 
Constructor Summary
LocalPackage()
           
 
Method Summary
 ObjectFactory createFactory()
          Creates a CommonFactory corresponding to the SchemaModule.SchemaModuleVersion of this instance.
 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 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.
 
Methods inherited from class com.android.repository.impl.meta.LocalPackageImpl
create, getLocation, setInstalledPath
 
Methods inherited from class com.android.repository.impl.meta.RepoPackageImpl
addDependency, compareTo, equals, getAllDependencies, getLicense, getVersion, hashCode, obsolete, setLicense, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.android.repository.api.RepoPackage
getAllDependencies, getLicense, getVersion, obsolete
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

typeDetails

protected TypeDetails typeDetails

revision

protected RevisionType revision

displayName

protected java.lang.String displayName

usesLicense

protected LicenseRefType usesLicense

dependencies

protected DependenciesType dependencies

path

protected java.lang.String path

obsolete

protected java.lang.Boolean obsolete
Constructor Detail

LocalPackage

public LocalPackage()
Method Detail

getTypeDetails

public TypeDetails getTypeDetails()
Gets the value of the typeDetails property.

Specified by:
getTypeDetails in interface RepoPackage
Specified by:
getTypeDetails in class RepoPackageImpl
Returns:
possible object is TypeDetails

setTypeDetailsInternal

public void setTypeDetailsInternal(TypeDetails value)
Sets the value of the typeDetails property.

Parameters:
value - allowed object is TypeDetails

getRevision

public RevisionType getRevision()
Gets the value of the revision property.

Specified by:
getRevision in class RepoPackageImpl
Returns:
possible object is RevisionType

setRevisionInternal

public void setRevisionInternal(RevisionType value)
Sets the value of the revision property.

Parameters:
value - allowed object is RevisionType

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Specified by:
getDisplayName in interface RepoPackage
Specified by:
getDisplayName in class RepoPackageImpl
Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Overrides:
setDisplayName in class RepoPackageImpl
Parameters:
value - allowed object is String

getUsesLicense

public LicenseRefType getUsesLicense()
Gets the value of the usesLicense property.

Overrides:
getUsesLicense in class RepoPackageImpl
Returns:
possible object is LicenseRefType

setUsesLicenseInternal

public void setUsesLicenseInternal(LicenseRefType value)
Sets the value of the usesLicense property.

Parameters:
value - allowed object is LicenseRefType

getDependencies

public DependenciesType getDependencies()
Gets the value of the dependencies property.

Overrides:
getDependencies in class RepoPackageImpl
Returns:
possible object is DependenciesType

setDependenciesInternal

public void setDependenciesInternal(DependenciesType value)
Sets the value of the dependencies property.

Parameters:
value - allowed object is DependenciesType

getPath

public java.lang.String getPath()
Gets the value of the path property.

Specified by:
getPath in interface RepoPackage
Overrides:
getPath in class RepoPackageImpl
Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Overrides:
setPath in class RepoPackageImpl
Parameters:
value - allowed object is String

isObsolete

public java.lang.Boolean isObsolete()
Gets the value of the obsolete property.

Overrides:
isObsolete in class RepoPackageImpl
Returns:
possible object is Boolean

setObsolete

public void setObsolete(java.lang.Boolean value)
Sets the value of the obsolete property.

Overrides:
setObsolete in class RepoPackageImpl
Parameters:
value - allowed object is Boolean

setTypeDetails

public void setTypeDetails(TypeDetails value)
Overrides:
setTypeDetails in class RepoPackageImpl

setRevision

public void setRevision(RevisionType value)
Overrides:
setRevision in class RepoPackageImpl

setUsesLicense

public void setUsesLicense(RepoPackageImpl.UsesLicense value)
Overrides:
setUsesLicense in class RepoPackageImpl

setDependencies

public void setDependencies(RepoPackageImpl.Dependencies value)
Overrides:
setDependencies in class RepoPackageImpl

createFactory

public ObjectFactory createFactory()
Description copied from interface: RepoPackage
Creates a CommonFactory corresponding to the SchemaModule.SchemaModuleVersion of this instance.