|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.DataExtent
public class DataExtent
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 |
|---|
protected double quantity
protected java.lang.String units
protected javax.xml.datatype.Duration per
| Constructor Detail |
|---|
public DataExtent()
| Method Detail |
|---|
public double getQuantity()
public void setQuantity(double value)
public java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.Duration getPer()
Durationpublic void setPer(javax.xml.datatype.Duration value)
value - allowed object is
Duration
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||