public class RevisionType extends RevisionType
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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
major |
protected java.lang.Integer |
micro |
protected java.lang.Integer |
minor |
protected java.lang.Integer |
preview |
| Constructor and Description |
|---|
RevisionType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
toRevisionprotected int major
protected java.lang.Integer minor
protected java.lang.Integer micro
protected java.lang.Integer preview
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()