public class DependencyType extends Dependency
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>
| Modifier and Type | Field and Description |
|---|---|
protected RevisionType |
minRevision |
protected java.lang.String |
path |
| Constructor and Description |
|---|
DependencyType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected RevisionType minRevision
protected java.lang.String path
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()