org.dawb.edna.mxv1
Class XSDataVectorInteger

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataVectorInteger

public class XSDataVectorInteger
extends XSData

Java class for XSDataVectorInteger complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataVectorInteger">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="v1" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="v2" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="v3" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataVectorInteger()
           
 
Method Summary
 java.math.BigInteger getV1()
          Gets the value of the v1 property.
 java.math.BigInteger getV2()
          Gets the value of the v2 property.
 java.math.BigInteger getV3()
          Gets the value of the v3 property.
 void setV1(java.math.BigInteger value)
          Sets the value of the v1 property.
 void setV2(java.math.BigInteger value)
          Sets the value of the v2 property.
 void setV3(java.math.BigInteger value)
          Sets the value of the v3 property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataVectorInteger

public XSDataVectorInteger()
Method Detail

getV1

public java.math.BigInteger getV1()
Gets the value of the v1 property.

Returns:
possible object is BigInteger

setV1

public void setV1(java.math.BigInteger value)
Sets the value of the v1 property.

Parameters:
value - allowed object is BigInteger

getV2

public java.math.BigInteger getV2()
Gets the value of the v2 property.

Returns:
possible object is BigInteger

setV2

public void setV2(java.math.BigInteger value)
Sets the value of the v2 property.

Parameters:
value - allowed object is BigInteger

getV3

public java.math.BigInteger getV3()
Gets the value of the v3 property.

Returns:
possible object is BigInteger

setV3

public void setV3(java.math.BigInteger value)
Sets the value of the v3 property.

Parameters:
value - allowed object is BigInteger