|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataArray
public class XSDataArray
Java class for XSDataArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataArray">
<complexContent>
<extension base="{http://www.edna-site.org}XSData">
<sequence>
<element name="shape" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dtype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="coding" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
<element name="md5sum" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataArray()
|
|
| Method Summary | |
|---|---|
XSDataString |
getCoding()
Gets the value of the coding property. |
java.lang.String |
getData()
Gets the value of the data property. |
java.lang.String |
getDtype()
Gets the value of the dtype property. |
XSDataString |
getMd5Sum()
Gets the value of the md5Sum property. |
java.util.List<java.math.BigInteger> |
getShape()
Gets the value of the shape property. |
java.math.BigInteger |
getSize()
Gets the value of the size property. |
void |
setCoding(XSDataString value)
Sets the value of the coding property. |
void |
setData(java.lang.String value)
Sets the value of the data property. |
void |
setDtype(java.lang.String value)
Sets the value of the dtype property. |
void |
setMd5Sum(XSDataString value)
Sets the value of the md5Sum property. |
void |
setSize(java.math.BigInteger value)
Sets the value of the size property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataArray()
| Method Detail |
|---|
public java.util.List<java.math.BigInteger> getShape()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the shape property.
For example, to add a new item, do as follows:
getShape().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public java.math.BigInteger getSize()
BigIntegerpublic void setSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDtype()
Stringpublic void setDtype(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
Stringpublic XSDataString getCoding()
XSDataStringpublic void setCoding(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getMd5Sum()
XSDataStringpublic void setMd5Sum(XSDataString value)
value - allowed object is
XSDataString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||