|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesApiVersion
public class AesApiVersion
Identifies the API version (major.minor)
Java class for AesApiVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesApiVersion">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="major" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="minor" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
major
|
protected BigInteger |
minor
|
protected String |
value
|
| Constructor Summary | |
|---|---|
AesApiVersion()
|
|
| Method Summary | |
|---|---|
BigInteger |
getMajor()
Gets the value of the major property. |
BigInteger |
getMinor()
Gets the value of the minor property. |
String |
getValue()
Gets the value of the value property. |
void |
setMajor(BigInteger value)
Sets the value of the major property. |
void |
setMinor(BigInteger value)
Sets the value of the minor property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected BigInteger major
protected BigInteger minor
| Constructor Detail |
|---|
public AesApiVersion()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic BigInteger getMajor()
BigIntegerpublic void setMajor(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinor()
BigIntegerpublic void setMinor(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||