org.spase.parser134
Class DataExtent

java.lang.Object
  extended by org.spase.parser134.DataExtent

public class DataExtent
extends java.lang.Object

The area of storage in a file system required to store the contents of a resource. The data extent is expressed in unitized bytes.

Java class for DataExtent complex type.

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

 <complexType name="DataExtent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Quantity"/>
         <element ref="{http://www.spase-group.org/data/schema}Units" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Per" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.Duration per
           
protected  double quantity
           
protected  java.lang.String units
           
 
Constructor Summary
DataExtent()
           
 
Method Summary
 javax.xml.datatype.Duration getPer()
          Gets the value of the per property.
 double getQuantity()
          Gets the value of the quantity property.
 java.lang.String getUnits()
          Gets the value of the units property.
 void setPer(javax.xml.datatype.Duration value)
          Sets the value of the per property.
 void setQuantity(double value)
          Sets the value of the quantity property.
 void setUnits(java.lang.String value)
          Sets the value of the units property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantity

protected double quantity

units

protected java.lang.String units

per

protected javax.xml.datatype.Duration per
Constructor Detail

DataExtent

public DataExtent()
Method Detail

getQuantity

public double getQuantity()
Gets the value of the quantity property.


setQuantity

public void setQuantity(double value)
Sets the value of the quantity property.


getUnits

public java.lang.String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(java.lang.String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getPer

public javax.xml.datatype.Duration getPer()
Gets the value of the per property.

Returns:
possible object is Duration

setPer

public void setPer(javax.xml.datatype.Duration value)
Sets the value of the per property.

Parameters:
value - allowed object is Duration