xml.mzdata
Interface BinaryDataGroupDataType


public interface BinaryDataGroupDataType

Java content class for annonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute name="endian" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="big"/>
             <enumeration value="little"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="precision" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="32"/>
             <enumeration value="64"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getEndian()
           
 int getLength()
           
 java.lang.String getPrecision()
           
 byte[] getValue()
           
 void setEndian(java.lang.String value)
           
 void setLength(int value)
           
 void setPrecision(java.lang.String value)
           
 void setValue(byte[] value)
           
 

Method Detail

getValue

public byte[] getValue()

setValue

public void setValue(byte[] value)

getLength

public int getLength()

setLength

public void setLength(int value)

getEndian

public java.lang.String getEndian()

setEndian

public void setEndian(java.lang.String value)

getPrecision

public java.lang.String getPrecision()

setPrecision

public void setPrecision(java.lang.String value)