|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.structure.EAD.Colspec
public class Colspec
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 |
---|
protected java.lang.String colnum
protected java.lang.String colname
protected java.lang.String colwidth
protected java.lang.String colsep
protected java.lang.String rowsep
protected java.lang.String align
protected java.lang.String _char
protected java.lang.String charoff
Constructor Detail |
---|
public Colspec()
Method Detail |
---|
public java.lang.String getColnum()
String
public void setColnum(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColname()
String
public void setColname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColwidth()
String
public void setColwidth(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColsep()
String
public void setColsep(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRowsep()
String
public void setRowsep(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlign()
String
public void setAlign(java.lang.String value)
value
- allowed object is
String
public java.lang.String getChar()
String
public void setChar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCharoff()
String
public void setCharoff(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 |