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

java.lang.Object
  extended by com.android.repository.impl.meta.CommonFactory
      extended by com.android.repository.impl.generated.v1.ObjectFactory

public class ObjectFactory
extends CommonFactory

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. This object contains factory methods for each Java content interface and Java element interface generated in the com.android.repository.impl.generated.v1 package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.android.repository.impl.generated.v1
 
Method Summary
 ArchivesType createArchivesType()
          Create an instance of ArchivesType
 ArchiveType createArchiveType()
          Create an instance of ArchiveType
 ChannelRefType createChannelRefType()
          Create an instance of ChannelRefType
 ChannelType createChannelType()
          Create an instance of ChannelType
 CompleteType createCompleteType()
          Create an instance of CompleteType
 DependenciesType createDependenciesType()
          Create an instance of DependenciesType
 DependencyType createDependencyType()
          Create an instance of DependencyType
 LicenseRefType createLicenseRefType()
          Create an instance of LicenseRefType
 LicenseType createLicenseType()
          Create an instance of LicenseType
 LocalPackage createLocalPackage()
          Create an instance of LocalPackage
 PatchesType createPatchesType()
          Create an instance of PatchesType
 PatchType createPatchType()
          Create an instance of PatchType
 RemotePackage createRemotePackage()
          Create an instance of RemotePackage
 javax.xml.bind.JAXBElement<RepositoryType> createRepositoryInternal(RepositoryType value)
          Create an instance of JAXBElement<RepositoryType>}
 RepositoryType createRepositoryType()
          Create an instance of RepositoryType
 RevisionType createRevisionType()
          Create an instance of RevisionType
 javax.xml.bind.JAXBElement<Repository> generateRepository(Repository value)
           
 
Methods inherited from class com.android.repository.impl.meta.CommonFactory
createChannelType, createDependencyType, createLicenseType, createRevisionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.android.repository.impl.generated.v1

Method Detail

createRepositoryType

public RepositoryType createRepositoryType()
Create an instance of RepositoryType

Specified by:
createRepositoryType in class CommonFactory

createRemotePackage

public RemotePackage createRemotePackage()
Create an instance of RemotePackage

Specified by:
createRemotePackage in class CommonFactory

createLocalPackage

public LocalPackage createLocalPackage()
Create an instance of LocalPackage

Specified by:
createLocalPackage in class CommonFactory

createDependenciesType

public DependenciesType createDependenciesType()
Create an instance of DependenciesType

Specified by:
createDependenciesType in class CommonFactory

createArchivesType

public ArchivesType createArchivesType()
Create an instance of ArchivesType

Specified by:
createArchivesType in class CommonFactory

createLicenseRefType

public LicenseRefType createLicenseRefType()
Create an instance of LicenseRefType

Specified by:
createLicenseRefType in class CommonFactory

createDependencyType

public DependencyType createDependencyType()
Create an instance of DependencyType

Specified by:
createDependencyType in class CommonFactory

createLicenseType

public LicenseType createLicenseType()
Create an instance of LicenseType

Specified by:
createLicenseType in class CommonFactory

createArchiveType

public ArchiveType createArchiveType()
Create an instance of ArchiveType

Specified by:
createArchiveType in class CommonFactory

createPatchesType

public PatchesType createPatchesType()
Create an instance of PatchesType


createCompleteType

public CompleteType createCompleteType()
Create an instance of CompleteType

Specified by:
createCompleteType in class CommonFactory

createPatchType

public PatchType createPatchType()
Create an instance of PatchType

Specified by:
createPatchType in class CommonFactory

createChannelType

public ChannelType createChannelType()
Create an instance of ChannelType

Specified by:
createChannelType in class CommonFactory

createChannelRefType

public ChannelRefType createChannelRefType()
Create an instance of ChannelRefType

Specified by:
createChannelRefType in class CommonFactory

createRevisionType

public RevisionType createRevisionType()
Create an instance of RevisionType

Specified by:
createRevisionType in class CommonFactory

createRepositoryInternal

public javax.xml.bind.JAXBElement<RepositoryType> createRepositoryInternal(RepositoryType value)
Create an instance of JAXBElement<RepositoryType>}


generateRepository

public javax.xml.bind.JAXBElement<Repository> generateRepository(Repository value)
Specified by:
generateRepository in class CommonFactory