org.spase.parser121
Class DataExtent

java.lang.Object
  extended by org.spase.parser121.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}Bytes"/>
         <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  java.math.BigDecimal bytes
           
protected  javax.xml.datatype.Duration per
           
protected  java.lang.String units
           
 
Constructor Summary
DataExtent()
           
 
Method Summary
 java.math.BigDecimal getBytes()
          Gets the value of the bytes property.
 javax.xml.datatype.Duration getPer()
          Gets the value of the per property.
 java.lang.String getUnits()
          Gets the value of the units property.
 void setBytes(java.math.BigDecimal value)
          Sets the value of the bytes property.
 void setPer(javax.xml.datatype.Duration value)
          Sets the value of the per 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

bytes

protected java.math.BigDecimal bytes

units

protected java.lang.String units

per

protected javax.xml.datatype.Duration per
Constructor Detail

DataExtent

public DataExtent()
Method Detail

getBytes

public java.math.BigDecimal getBytes()
Gets the value of the bytes property.

Returns:
possible object is BigDecimal

setBytes

public void setBytes(java.math.BigDecimal value)
Sets the value of the bytes property.

Parameters:
value - allowed object is BigDecimal

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