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

java.lang.Object
  extended by com.android.repository.impl.meta.TypeDetails
      extended by com.android.repository.impl.generated.v1.TypeDetails
Direct Known Subclasses:
GenericDetailsType

public abstract class TypeDetails
extends TypeDetails

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. Type-specific details of a package. If a repository contains packages of different types, with different meta-information, this should be extended to contain the appropriate information. This content of this element is not used by the repository framework.

Java class for typeDetails complex type.

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

 <complexType name="typeDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.android.repository.impl.meta.TypeDetails
TypeDetails.GenericType
 
Constructor Summary
TypeDetails()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDetails

public TypeDetails()