com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesApiVersion

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesApiVersion

public class AesApiVersion
extends Object

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

value

protected String value

major

protected BigInteger major

minor

protected BigInteger minor
Constructor Detail

AesApiVersion

public AesApiVersion()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getMajor

public BigInteger getMajor()
Gets the value of the major property.

Returns:
possible object is BigInteger

setMajor

public void setMajor(BigInteger value)
Sets the value of the major property.

Parameters:
value - allowed object is BigInteger

getMinor

public BigInteger getMinor()
Gets the value of the minor property.

Returns:
possible object is BigInteger

setMinor

public void setMinor(BigInteger value)
Sets the value of the minor property.

Parameters:
value - allowed object is BigInteger


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.