public class GraphChoice extends Object implements Serializable
Constructor and Description |
---|
GraphChoice() |
Modifier and Type | Method and Description |
---|---|
Area |
getArea()
Returns the value of field 'area'.
|
Object |
getChoiceValue()
Returns the value of field 'choiceValue'.
|
String |
getComment()
Returns the value of field 'comment'.
|
Gprint |
getGprint()
Returns the value of field 'gprint'.
|
Hrule |
getHrule()
Returns the value of field 'hrule'.
|
Line |
getLine()
Returns the value of field 'line'.
|
Stack |
getStack()
Returns the value of field 'stack'.
|
Time |
getTime()
Returns the value of field 'time'.
|
Vrule |
getVrule()
Returns the value of field 'vrule'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setArea(Area area)
Sets the value of field 'area'.
|
void |
setComment(String comment)
Sets the value of field 'comment'.
|
void |
setGprint(Gprint gprint)
Sets the value of field 'gprint'.
|
void |
setHrule(Hrule hrule)
Sets the value of field 'hrule'.
|
void |
setLine(Line line)
Sets the value of field 'line'.
|
void |
setStack(Stack stack)
Sets the value of field 'stack'.
|
void |
setTime(Time time)
Sets the value of field 'time'.
|
void |
setVrule(Vrule vrule)
Sets the value of field 'vrule'.
|
static GraphChoice |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public Area getArea()
public Object getChoiceValue()
public String getComment()
public Gprint getGprint()
public Hrule getHrule()
public Line getLine()
public Stack getStack()
public Time getTime()
public Vrule getVrule()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setArea(Area area)
area
- the value of field 'area'.public void setComment(String comment)
comment
- the value of field 'comment'.public void setGprint(Gprint gprint)
gprint
- the value of field 'gprint'.public void setHrule(Hrule hrule)
hrule
- the value of field 'hrule'.public void setLine(Line line)
line
- the value of field 'line'.public void setStack(Stack stack)
stack
- the value of field 'stack'.public void setTime(Time time)
time
- the value of field 'time'.public void setVrule(Vrule vrule)
vrule
- the value of field 'vrule'.public static GraphChoice unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.