|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser121.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}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 |
|---|
protected java.math.BigDecimal bytes
protected java.lang.String units
protected javax.xml.datatype.Duration per
| Constructor Detail |
|---|
public DataExtent()
| Method Detail |
|---|
public java.math.BigDecimal getBytes()
BigDecimalpublic void setBytes(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic 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 | |||||||