org.archiviststoolkit.structure.EAD
Class Colspec

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

public class Colspec
extends java.lang.Object

Java class for colspec complex type.

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

 <complexType name="colspec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="colnum" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="colname" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="colwidth" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="colsep" type="{urn:isbn:1-931666-22-9}yesorno" />
       <attribute name="rowsep" type="{urn:isbn:1-931666-22-9}yesorno" />
       <attribute name="align">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="left"/>
             <enumeration value="right"/>
             <enumeration value="center"/>
             <enumeration value="justify"/>
             <enumeration value="char"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="char" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="charoff" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String _char
           
protected  java.lang.String align
           
protected  java.lang.String charoff
           
protected  java.lang.String colname
           
protected  java.lang.String colnum
           
protected  java.lang.String colsep
           
protected  java.lang.String colwidth
           
protected  java.lang.String rowsep
           
 
Constructor Summary
Colspec()
           
 
Method Summary
 java.lang.String getAlign()
          Gets the value of the align property.
 java.lang.String getChar()
          Gets the value of the char property.
 java.lang.String getCharoff()
          Gets the value of the charoff property.
 java.lang.String getColname()
          Gets the value of the colname property.
 java.lang.String getColnum()
          Gets the value of the colnum property.
 java.lang.String getColsep()
          Gets the value of the colsep property.
 java.lang.String getColwidth()
          Gets the value of the colwidth property.
 java.lang.String getRowsep()
          Gets the value of the rowsep property.
 void setAlign(java.lang.String value)
          Sets the value of the align property.
 void setChar(java.lang.String value)
          Sets the value of the char property.
 void setCharoff(java.lang.String value)
          Sets the value of the charoff property.
 void setColname(java.lang.String value)
          Sets the value of the colname property.
 void setColnum(java.lang.String value)
          Sets the value of the colnum property.
 void setColsep(java.lang.String value)
          Sets the value of the colsep property.
 void setColwidth(java.lang.String value)
          Sets the value of the colwidth property.
 void setRowsep(java.lang.String value)
          Sets the value of the rowsep property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colnum

protected java.lang.String colnum

colname

protected java.lang.String colname

colwidth

protected java.lang.String colwidth

colsep

protected java.lang.String colsep

rowsep

protected java.lang.String rowsep

align

protected java.lang.String align

_char

protected java.lang.String _char

charoff

protected java.lang.String charoff
Constructor Detail

Colspec

public Colspec()
Method Detail

getColnum

public java.lang.String getColnum()
Gets the value of the colnum property.

Returns:
possible object is String

setColnum

public void setColnum(java.lang.String value)
Sets the value of the colnum property.

Parameters:
value - allowed object is String

getColname

public java.lang.String getColname()
Gets the value of the colname property.

Returns:
possible object is String

setColname

public void setColname(java.lang.String value)
Sets the value of the colname property.

Parameters:
value - allowed object is String

getColwidth

public java.lang.String getColwidth()
Gets the value of the colwidth property.

Returns:
possible object is String

setColwidth

public void setColwidth(java.lang.String value)
Sets the value of the colwidth property.

Parameters:
value - allowed object is String

getColsep

public java.lang.String getColsep()
Gets the value of the colsep property.

Returns:
possible object is String

setColsep

public void setColsep(java.lang.String value)
Sets the value of the colsep property.

Parameters:
value - allowed object is String

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

getAlign

public java.lang.String getAlign()
Gets the value of the align property.

Returns:
possible object is String

setAlign

public void setAlign(java.lang.String value)
Sets the value of the align property.

Parameters:
value - allowed object is String

getChar

public java.lang.String getChar()
Gets the value of the char property.

Returns:
possible object is String

setChar

public void setChar(java.lang.String value)
Sets the value of the char property.

Parameters:
value - allowed object is String

getCharoff

public java.lang.String getCharoff()
Gets the value of the charoff property.

Returns:
possible object is String

setCharoff

public void setCharoff(java.lang.String value)
Sets the value of the charoff property.

Parameters:
value - allowed object is String