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

java.lang.Object
  extended by com.android.repository.api.Dependency
      extended by com.android.repository.impl.generated.v1.DependencyType

public class DependencyType
extends Dependency

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 dependency of one package on another, including a minimum revision of the depended-upon package.

Java class for dependencyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dependencyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="min-revision" type="{http://schemas.android.com/repository/android/common/01}revisionType" minOccurs="0"/>
       </all>
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RevisionType minRevision
           
protected  java.lang.String path
           
 
Constructor Summary
DependencyType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 RevisionType getMinRevision()
          Gets the value of the minRevision property.
 java.lang.String getPath()
          Gets the value of the path property.
 void setMinRevision(RevisionType value)
           
 void setMinRevisionInternal(RevisionType value)
          Sets the value of the minRevision property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minRevision

protected RevisionType minRevision

path

protected java.lang.String path
Constructor Detail

DependencyType

public DependencyType()
Method Detail

getMinRevision

public RevisionType getMinRevision()
Gets the value of the minRevision property.

Overrides:
getMinRevision in class Dependency
Returns:
possible object is RevisionType

setMinRevisionInternal

public void setMinRevisionInternal(RevisionType value)
Sets the value of the minRevision property.

Parameters:
value - allowed object is RevisionType

getPath

public java.lang.String getPath()
Gets the value of the path property.

Specified by:
getPath in class Dependency
Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Overrides:
setPath in class Dependency
Parameters:
value - allowed object is String

setMinRevision

public void setMinRevision(RevisionType value)
Overrides:
setMinRevision in class Dependency
Parameters:
value - The minimum revision of the other package required.

createFactory

public ObjectFactory createFactory()