org.archiviststoolkit.structure.MODS
Class DetailType

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

public class DetailType
extends java.lang.Object

Java class for detailType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="detailType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caption" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
       <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger level
           
protected  java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> numberOrCaptionOrTitle
           
protected  java.lang.String type
           
 
Constructor Summary
DetailType()
           
 
Method Summary
 java.math.BigInteger getLevel()
          Gets the value of the level property.
 java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getNumberOrCaptionOrTitle()
          Gets the value of the numberOrCaptionOrTitle property.
 java.lang.String getType()
          Gets the value of the type property.
 void setLevel(java.math.BigInteger value)
          Sets the value of the level property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOrCaptionOrTitle

protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> numberOrCaptionOrTitle

level

protected java.math.BigInteger level

type

protected java.lang.String type
Constructor Detail

DetailType

public DetailType()
Method Detail

getNumberOrCaptionOrTitle

public java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getNumberOrCaptionOrTitle()
Gets the value of the numberOrCaptionOrTitle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the numberOrCaptionOrTitle property.

For example, to add a new item, do as follows:

    getNumberOrCaptionOrTitle().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String>


getLevel

public java.math.BigInteger getLevel()
Gets the value of the level property.

Returns:
possible object is BigInteger

setLevel

public void setLevel(java.math.BigInteger value)
Sets the value of the level property.

Parameters:
value - allowed object is BigInteger

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String