|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataVectorInteger
public class XSDataVectorInteger
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 |
---|
public XSDataVectorInteger()
Method Detail |
---|
public java.math.BigInteger getV1()
BigInteger
public void setV1(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getV2()
BigInteger
public void setV2(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getV3()
BigInteger
public void setV3(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |