public class ArchiveType extends Archive
Java class for archiveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="archiveType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="host-os" type="{http://schemas.android.com/repository/android/common/01}osType" minOccurs="0"/>
<element name="host-bits" type="{http://schemas.android.com/repository/android/common/01}bitSizeType" minOccurs="0"/>
<element name="jvm-bits" type="{http://schemas.android.com/repository/android/common/01}bitSizeType" minOccurs="0"/>
<element name="min-jvm-version" type="{http://schemas.android.com/repository/android/common/01}revisionType" minOccurs="0"/>
<element name="complete" type="{http://schemas.android.com/repository/android/common/01}completeType"/>
<element name="patches" type="{http://schemas.android.com/repository/android/common/01}patchesType" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
Archive.ArchiveFile, Archive.CompleteType, Archive.HostConfig, Archive.PatchesType, Archive.PatchType| Modifier and Type | Field and Description |
|---|---|
protected CompleteType |
complete |
protected java.lang.Integer |
hostBits |
protected java.lang.String |
hostOs |
protected java.lang.Integer |
jvmBits |
protected RevisionType |
minJvmVersion |
protected PatchesType |
patches |
sHostConfig| Constructor and Description |
|---|
ArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory()
Create a
CommonFactory corresponding to this instance's SchemaModule.SchemaModuleVersion. |
CompleteType |
getComplete()
Gets the value of the complete property.
|
java.lang.Integer |
getHostBits()
Gets the value of the hostBits property.
|
java.lang.String |
getHostOs()
Gets the value of the hostOs property.
|
java.lang.Integer |
getJvmBits()
Gets the value of the jvmBits property.
|
RevisionType |
getMinJvmVersion()
Gets the value of the minJvmVersion property.
|
PatchesType |
getPatches()
Gets the value of the patches property.
|
boolean |
isValidHostBits(java.lang.String value) |
boolean |
isValidHostOs(java.lang.String value) |
boolean |
isValidJvmBits(java.lang.String value) |
void |
setComplete(Archive.CompleteType value)
Sets the full zip of this package.
|
void |
setCompleteInternal(CompleteType value)
Sets the value of the complete property.
|
void |
setHostBits(java.lang.Integer value)
Sets the value of the hostBits property.
|
void |
setHostOs(java.lang.String value)
Sets the value of the hostOs property.
|
void |
setJvmBits(java.lang.Integer value)
Sets the value of the jvmBits property.
|
void |
setMinJvmVersion(RevisionType value)
Sets the minimum JVM version needed for this
Archive, if any. |
void |
setMinJvmVersionInternal(RevisionType value)
Sets the value of the minJvmVersion property.
|
void |
setPatches(Archive.PatchesType value)
Sets the
Archive.PatchesType for this Archive. |
void |
setPatchesInternal(PatchesType value)
Sets the value of the patches property.
|
getAllPatches, getPatch, isCompatibleprotected java.lang.String hostOs
protected java.lang.Integer hostBits
protected java.lang.Integer jvmBits
protected RevisionType minJvmVersion
protected CompleteType complete
protected PatchesType patches
public java.lang.String getHostOs()
public void setHostOs(java.lang.String value)
public java.lang.Integer getHostBits()
getHostBits in class ArchiveIntegerpublic void setHostBits(java.lang.Integer value)
setHostBits in class Archivevalue - allowed object is
Integerpublic java.lang.Integer getJvmBits()
getJvmBits in class ArchiveIntegerpublic void setJvmBits(java.lang.Integer value)
setJvmBits in class Archivevalue - allowed object is
Integerpublic RevisionType getMinJvmVersion()
getMinJvmVersion in class ArchiveRevisionTypepublic void setMinJvmVersionInternal(RevisionType value)
value - allowed object is
RevisionTypepublic CompleteType getComplete()
getComplete in class ArchiveCompleteTypepublic void setCompleteInternal(CompleteType value)
value - allowed object is
CompleteTypepublic PatchesType getPatches()
getPatches in class ArchivePatchesTypepublic void setPatchesInternal(PatchesType value)
value - allowed object is
PatchesTypepublic boolean isValidHostOs(java.lang.String value)
public boolean isValidHostBits(java.lang.String value)
public boolean isValidJvmBits(java.lang.String value)
public void setMinJvmVersion(RevisionType value)
ArchiveArchive, if any.setMinJvmVersion in class Archivepublic void setComplete(Archive.CompleteType value)
ArchivesetComplete in class Archivepublic void setPatches(Archive.PatchesType value)
ArchiveArchive.PatchesType for this Archive. Probably only needed internally.setPatches in class Archivepublic ObjectFactory createFactory()
ArchiveCommonFactory corresponding to this instance's SchemaModule.SchemaModuleVersion.createFactory in class Archive