org.archiviststoolkit.structure.MODS
Class ExtentType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.ExtentType

public class ExtentType
extends java.lang.Object

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

start

protected java.lang.String start

end

protected java.lang.String end

total

protected java.math.BigInteger total

list

protected java.lang.String list

unit

protected java.lang.String unit
Constructor Detail

ExtentType

public ExtentType()
Method Detail

getStart

public java.lang.String getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(java.lang.String value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getEnd

public java.lang.String getEnd()
Gets the value of the end property.

Returns:
possible object is String

setEnd

public void setEnd(java.lang.String value)
Sets the value of the end property.

Parameters:
value - allowed object is String

getTotal

public java.math.BigInteger getTotal()
Gets the value of the total property.

Returns:
possible object is BigInteger

setTotal

public void setTotal(java.math.BigInteger value)
Sets the value of the total property.

Parameters:
value - allowed object is BigInteger

getList

public java.lang.String getList()
Gets the value of the list property.

Returns:
possible object is String

setList

public void setList(java.lang.String value)
Sets the value of the list property.

Parameters:
value - allowed object is String

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String