|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.ExtentType
public class ExtentType
Java class for extentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="list" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
end
|
protected java.lang.String |
list
|
protected java.lang.String |
start
|
protected java.math.BigInteger |
total
|
protected java.lang.String |
unit
|
| Constructor Summary | |
|---|---|
ExtentType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEnd()
Gets the value of the end property. |
java.lang.String |
getList()
Gets the value of the list property. |
java.lang.String |
getStart()
Gets the value of the start property. |
java.math.BigInteger |
getTotal()
Gets the value of the total property. |
java.lang.String |
getUnit()
Gets the value of the unit property. |
void |
setEnd(java.lang.String value)
Sets the value of the end property. |
void |
setList(java.lang.String value)
Sets the value of the list property. |
void |
setStart(java.lang.String value)
Sets the value of the start property. |
void |
setTotal(java.math.BigInteger value)
Sets the value of the total property. |
void |
setUnit(java.lang.String value)
Sets the value of the unit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String start
protected java.lang.String end
protected java.math.BigInteger total
protected java.lang.String list
protected java.lang.String unit
| Constructor Detail |
|---|
public ExtentType()
| Method Detail |
|---|
public java.lang.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getTotal()
BigIntegerpublic void setTotal(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getList()
Stringpublic void setList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||