|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.impl.meta.Archive.ArchiveFile
com.android.repository.impl.meta.Archive.CompleteType
com.android.repository.impl.generated.v1.CompleteType
public class CompleteType
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. A zip file containing a complete version of this package.
Java class for completeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="completeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://schemas.android.com/repository/android/common/01}archiveFields"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
checksum
|
protected long |
size
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
CompleteType()
|
|
| Method Summary | |
|---|---|
ObjectFactory |
createFactory()
|
java.lang.String |
getChecksum()
Gets the value of the checksum property. |
long |
getSize()
Gets the value of the size property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
boolean |
isValidChecksum(java.lang.String value)
|
void |
setChecksum(java.lang.String value)
Sets the value of the checksum property. |
void |
setSize(long value)
Sets the value of the size property. |
void |
setUrl(java.lang.String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long size
protected java.lang.String checksum
protected java.lang.String url
| Constructor Detail |
|---|
public CompleteType()
| Method Detail |
|---|
public long getSize()
getSize in class Archive.ArchiveFilepublic void setSize(long value)
setSize in class Archive.ArchiveFilepublic java.lang.String getChecksum()
getChecksum in class Archive.ArchiveFileStringpublic void setChecksum(java.lang.String value)
setChecksum in class Archive.ArchiveFilevalue - allowed object is
Stringpublic java.lang.String getUrl()
getUrl in class Archive.ArchiveFileStringpublic void setUrl(java.lang.String value)
setUrl in class Archive.ArchiveFilevalue - allowed object is
Stringpublic boolean isValidChecksum(java.lang.String value)
public ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||