|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.impl.meta.RevisionType
com.android.repository.impl.generated.v1.RevisionType
public class RevisionType
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 full revision, with a major.minor.micro and an optional preview number. The major number is mandatory.
Java class for revisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="revisionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="major" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minor" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="micro" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="preview" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
major
|
protected java.lang.Integer |
micro
|
protected java.lang.Integer |
minor
|
protected java.lang.Integer |
preview
|
| Constructor Summary | |
|---|---|
RevisionType()
|
|
| Method Summary | |
|---|---|
ObjectFactory |
createFactory()
|
int |
getMajor()
Gets the value of the major property. |
java.lang.Integer |
getMicro()
Gets the value of the micro property. |
java.lang.Integer |
getMinor()
Gets the value of the minor property. |
java.lang.Integer |
getPreview()
Gets the value of the preview property. |
void |
setMajor(int value)
Sets the value of the major property. |
void |
setMicro(java.lang.Integer value)
Sets the value of the micro property. |
void |
setMinor(java.lang.Integer value)
Sets the value of the minor property. |
void |
setPreview(java.lang.Integer value)
Sets the value of the preview property. |
| Methods inherited from class com.android.repository.impl.meta.RevisionType |
|---|
toRevision |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int major
protected java.lang.Integer minor
protected java.lang.Integer micro
protected java.lang.Integer preview
| Constructor Detail |
|---|
public RevisionType()
| Method Detail |
|---|
public int getMajor()
getMajor in class RevisionTypepublic void setMajor(int value)
setMajor in class RevisionTypepublic java.lang.Integer getMinor()
getMinor in class RevisionTypeIntegerpublic void setMinor(java.lang.Integer value)
setMinor in class RevisionTypevalue - allowed object is
Integerpublic java.lang.Integer getMicro()
getMicro in class RevisionTypeIntegerpublic void setMicro(java.lang.Integer value)
setMicro in class RevisionTypevalue - allowed object is
Integerpublic java.lang.Integer getPreview()
getPreview in class RevisionTypeIntegerpublic void setPreview(java.lang.Integer value)
setPreview in class RevisionTypevalue - allowed object is
Integerpublic ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||