public class RepositoryType extends Repository
Java class for repositoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repositoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="license" type="{http://schemas.android.com/repository/android/common/01}licenseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="channel" type="{http://schemas.android.com/repository/android/common/01}channelType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="remotePackage" type="{http://schemas.android.com/repository/android/common/01}remotePackage" maxOccurs="unbounded" minOccurs="0"/>
<element name="localPackage" type="{http://schemas.android.com/repository/android/common/01}localPackage" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ChannelType> |
channel |
protected java.util.List<LicenseType> |
license |
protected LocalPackage |
localPackage |
protected java.util.List<RemotePackage> |
remotePackage |
| Constructor and Description |
|---|
RepositoryType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.util.List<Channel> |
getChannel() |
java.util.List<ChannelType> |
getChannelInternal()
Gets the value of the channel property.
|
java.util.List<License> |
getLicense() |
java.util.List<LicenseType> |
getLicenseInternal()
Gets the value of the license property.
|
LocalPackage |
getLocalPackage()
Gets the value of the localPackage property.
|
java.util.List<RemotePackageImpl> |
getRemotePackage() |
java.util.List<RemotePackage> |
getRemotePackageInternal()
Gets the value of the remotePackage property.
|
void |
setLocalPackage(LocalPackageImpl value) |
void |
setLocalPackageInternal(LocalPackage value)
Sets the value of the localPackage property.
|
addChannel, addLicenseprotected java.util.List<LicenseType> license
protected java.util.List<ChannelType> channel
protected java.util.List<RemotePackage> remotePackage
protected LocalPackage localPackage
public java.util.List<LicenseType> getLicenseInternal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the license property.
For example, to add a new item, do as follows:
getLicense().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseType
public java.util.List<ChannelType> getChannelInternal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelType
public java.util.List<RemotePackage> getRemotePackageInternal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the remotePackage property.
For example, to add a new item, do as follows:
getRemotePackage().add(newItem);
Objects of the following type(s) are allowed in the list
RemotePackage
public LocalPackage getLocalPackage()
getLocalPackage in class RepositoryLocalPackagepublic void setLocalPackageInternal(LocalPackage value)
value - allowed object is
LocalPackagepublic java.util.List<License> getLicense()
getLicense in class RepositoryLicenses included in this repository. In general licenses should be
obtained from RepoPackages, not directly from the repository (as they might not
even apply to any packages.public java.util.List<Channel> getChannel()
getChannel in class RepositoryChannels included in this repository. In general licenses should be
obtained from RepoPackages, not directly from the repository (as they might not
even apply to any packages.public java.util.List<RemotePackageImpl> getRemotePackage()
getRemotePackage in class Repositorypublic void setLocalPackage(LocalPackageImpl value)
setLocalPackage in class Repositorypublic ObjectFactory createFactory()
createFactory in class Repository