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

java.lang.Object
  extended by com.android.repository.impl.meta.Archive.ArchiveFile
      extended by com.android.repository.impl.meta.Archive.CompleteType
          extended by com.android.repository.impl.generated.v1.CompleteType

public class CompleteType
extends Archive.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

size

protected long size

checksum

protected java.lang.String checksum

url

protected java.lang.String url
Constructor Detail

CompleteType

public CompleteType()
Method Detail

getSize

public long getSize()
Gets the value of the size property.

Specified by:
getSize in class Archive.ArchiveFile

setSize

public void setSize(long value)
Sets the value of the size property.

Overrides:
setSize in class Archive.ArchiveFile

getChecksum

public java.lang.String getChecksum()
Gets the value of the checksum property.

Specified by:
getChecksum in class Archive.ArchiveFile
Returns:
possible object is String

setChecksum

public void setChecksum(java.lang.String value)
Sets the value of the checksum property.

Overrides:
setChecksum in class Archive.ArchiveFile
Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Specified by:
getUrl in class Archive.ArchiveFile
Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Overrides:
setUrl in class Archive.ArchiveFile
Parameters:
value - allowed object is String

isValidChecksum

public boolean isValidChecksum(java.lang.String value)

createFactory

public ObjectFactory createFactory()