|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.Dependency
com.android.repository.impl.generated.v1.DependencyType
public class DependencyType
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 |
|---|
protected RevisionType minRevision
protected java.lang.String path
| Constructor Detail |
|---|
public DependencyType()
| Method Detail |
|---|
public RevisionType getMinRevision()
getMinRevision in class DependencyRevisionTypepublic void setMinRevisionInternal(RevisionType value)
value - allowed object is
RevisionTypepublic java.lang.String getPath()
getPath in class DependencyStringpublic void setPath(java.lang.String value)
setPath in class Dependencyvalue - allowed object is
Stringpublic void setMinRevision(RevisionType value)
setMinRevision in class Dependencyvalue - The minimum revision of the other package required.public ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||