|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommgrids.nuggets.wiley.userconfig.Col
Constructor Summary | |
Col()
|
Method Summary | |
java.lang.String |
getContent()
Returns the value of field 'content'. |
int |
getLength()
Returns the value of field 'length'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
int |
getOrder()
Returns the value of field 'order'. |
boolean |
hasLength()
|
boolean |
hasOrder()
|
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setLength(int length)
Sets the value of field 'length'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setOrder(int order)
Sets the value of field 'order'. |
static Col |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Col()
Method Detail |
public java.lang.String getContent()
public int getLength()
public java.lang.String getName()
public int getOrder()
public boolean hasLength()
public boolean hasOrder()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setLength(int length)
length
- the value of field 'length'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setOrder(int order)
order
- the value of field 'order'.public static Col unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |