public class ObjectFactory extends CommonFactory
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 and Description |
|---|
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
|
createChannelType, createDependencyType, createLicenseType, createRevisionTypepublic ObjectFactory()
public RepositoryType createRepositoryType()
RepositoryTypecreateRepositoryType in class CommonFactorypublic RemotePackage createRemotePackage()
RemotePackagecreateRemotePackage in class CommonFactorypublic LocalPackage createLocalPackage()
LocalPackagecreateLocalPackage in class CommonFactorypublic DependenciesType createDependenciesType()
DependenciesTypecreateDependenciesType in class CommonFactorypublic ArchivesType createArchivesType()
ArchivesTypecreateArchivesType in class CommonFactorypublic LicenseRefType createLicenseRefType()
LicenseRefTypecreateLicenseRefType in class CommonFactorypublic DependencyType createDependencyType()
DependencyTypecreateDependencyType in class CommonFactorypublic LicenseType createLicenseType()
LicenseTypecreateLicenseType in class CommonFactorypublic ArchiveType createArchiveType()
ArchiveTypecreateArchiveType in class CommonFactorypublic PatchesType createPatchesType()
PatchesTypepublic CompleteType createCompleteType()
CompleteTypecreateCompleteType in class CommonFactorypublic PatchType createPatchType()
PatchTypecreatePatchType in class CommonFactorypublic ChannelType createChannelType()
ChannelTypecreateChannelType in class CommonFactorypublic ChannelRefType createChannelRefType()
ChannelRefTypecreateChannelRefType in class CommonFactorypublic RevisionType createRevisionType()
RevisionTypecreateRevisionType in class CommonFactorypublic javax.xml.bind.JAXBElement<RepositoryType> createRepositoryInternal(RepositoryType value)
public javax.xml.bind.JAXBElement<Repository> generateRepository(Repository value)
generateRepository in class CommonFactory