org.dawb.edna.mxv1
Class XSDataArray

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

public class XSDataArray
extends XSData

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

XSDataArray

public XSDataArray()
Method Detail

getShape

public java.util.List<java.math.BigInteger> getShape()
Gets the value of the shape property.

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


getSize

public java.math.BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

public void setSize(java.math.BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getDtype

public java.lang.String getDtype()
Gets the value of the dtype property.

Returns:
possible object is String

setDtype

public void setDtype(java.lang.String value)
Sets the value of the dtype property.

Parameters:
value - allowed object is String

getData

public java.lang.String getData()
Gets the value of the data property.

Returns:
possible object is String

setData

public void setData(java.lang.String value)
Sets the value of the data property.

Parameters:
value - allowed object is String

getCoding

public XSDataString getCoding()
Gets the value of the coding property.

Returns:
possible object is XSDataString

setCoding

public void setCoding(XSDataString value)
Sets the value of the coding property.

Parameters:
value - allowed object is XSDataString

getMd5Sum

public XSDataString getMd5Sum()
Gets the value of the md5Sum property.

Returns:
possible object is XSDataString

setMd5Sum

public void setMd5Sum(XSDataString value)
Sets the value of the md5Sum property.

Parameters:
value - allowed object is XSDataString