public class Revision extends Object
Java class for Revision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Revision"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="majorRevision" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="minorRevision" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
majorRevision |
protected long |
minorRevision |
Constructor and Description |
---|
Revision() |
Modifier and Type | Method and Description |
---|---|
long |
getMajorRevision()
Gets the value of the majorRevision property.
|
long |
getMinorRevision()
Gets the value of the minorRevision property.
|
void |
setMajorRevision(long value)
Sets the value of the majorRevision property.
|
void |
setMinorRevision(long value)
Sets the value of the minorRevision property.
|
public long getMajorRevision()
public void setMajorRevision(long value)
public long getMinorRevision()
public void setMinorRevision(long value)
Copyright © 2017 WSO2. All rights reserved.