org.archiviststoolkit.structure.EAD
Class Row

java.lang.Object
  extended by org.archiviststoolkit.structure.EAD.Row

public class Row
extends java.lang.Object

Java class for row complex type.

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

 <complexType name="row">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{urn:isbn:1-931666-22-9}entry" maxOccurs="unbounded"/>
       </sequence>
       <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
       <attribute name="rowsep" type="{urn:isbn:1-931666-22-9}yesorno" />
       <attribute name="valign">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="top"/>
             <enumeration value="middle"/>
             <enumeration value="bottom"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String altrender
           
protected  java.lang.String audience
           
protected  java.util.List<Entry> entry
           
protected  java.lang.String id
           
protected  java.lang.String rowsep
           
protected  java.lang.String valign
           
 
Constructor Summary
Row()
           
 
Method Summary
 java.lang.String getAltrender()
          Gets the value of the altrender property.
 java.lang.String getAudience()
          Gets the value of the audience property.
 java.util.List<Entry> getEntry()
          Gets the value of the entry property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getRowsep()
          Gets the value of the rowsep property.
 java.lang.String getValign()
          Gets the value of the valign property.
 void setAltrender(java.lang.String value)
          Sets the value of the altrender property.
 void setAudience(java.lang.String value)
          Sets the value of the audience property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setRowsep(java.lang.String value)
          Sets the value of the rowsep property.
 void setValign(java.lang.String value)
          Sets the value of the valign property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected java.util.List<Entry> entry

rowsep

protected java.lang.String rowsep

valign

protected java.lang.String valign

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience
Constructor Detail

Row

public Row()
Method Detail

getEntry

public java.util.List<Entry> getEntry()
Gets the value of the entry 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 entry property.

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

    getEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list Entry


getRowsep

public java.lang.String getRowsep()
Gets the value of the rowsep property.

Returns:
possible object is String

setRowsep

public void setRowsep(java.lang.String value)
Sets the value of the rowsep property.

Parameters:
value - allowed object is String

getValign

public java.lang.String getValign()
Gets the value of the valign property.

Returns:
possible object is String

setValign

public void setValign(java.lang.String value)
Sets the value of the valign property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAltrender

public java.lang.String getAltrender()
Gets the value of the altrender property.

Returns:
possible object is String

setAltrender

public void setAltrender(java.lang.String value)
Sets the value of the altrender property.

Parameters:
value - allowed object is String

getAudience

public java.lang.String getAudience()
Gets the value of the audience property.

Returns:
possible object is String

setAudience

public void setAudience(java.lang.String value)
Sets the value of the audience property.

Parameters:
value - allowed object is String