ca.quine.jcommons.freemind.xml
Class Arrowlink

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.Arrowlink
All Implemented Interfaces:
Serializable

public class Arrowlink
extends Object
implements Serializable

Class Arrowlink.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:27 $
See Also:
Serialized Form

Constructor Summary
Arrowlink()
           
 
Method Summary
 String getCOLOR()
          Returns the value of field 'COLOR'.
 String getDESTINATION()
          Returns the value of field 'DESTINATION'.
 String getENDARROW()
          Returns the value of field 'ENDARROW'.
 String getENDINCLINATION()
          Returns the value of field 'ENDINCLINATION'.
 String getID()
          Returns the value of field 'ID'.
 String getSTARTARROW()
          Returns the value of field 'STARTARROW'.
 String getSTARTINCLINATION()
          Returns the value of field 'STARTINCLINATION'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setCOLOR(String COLOR)
          Sets the value of field 'COLOR'.
 void setDESTINATION(String DESTINATION)
          Sets the value of field 'DESTINATION'.
 void setENDARROW(String ENDARROW)
          Sets the value of field 'ENDARROW'.
 void setENDINCLINATION(String ENDINCLINATION)
          Sets the value of field 'ENDINCLINATION'.
 void setID(String ID)
          Sets the value of field 'ID'.
 void setSTARTARROW(String STARTARROW)
          Sets the value of field 'STARTARROW'.
 void setSTARTINCLINATION(String STARTINCLINATION)
          Sets the value of field 'STARTINCLINATION'.
static Arrowlink unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arrowlink

public Arrowlink()
Method Detail

getCOLOR

public String getCOLOR()
Returns the value of field 'COLOR'.

Returns:
String

getDESTINATION

public String getDESTINATION()
Returns the value of field 'DESTINATION'.

Returns:
String

getENDARROW

public String getENDARROW()
Returns the value of field 'ENDARROW'.

Returns:
String

getENDINCLINATION

public String getENDINCLINATION()
Returns the value of field 'ENDINCLINATION'.

Returns:
String

getID

public String getID()
Returns the value of field 'ID'.

Returns:
String

getSTARTARROW

public String getSTARTARROW()
Returns the value of field 'STARTARROW'.

Returns:
String

getSTARTINCLINATION

public String getSTARTINCLINATION()
Returns the value of field 'STARTINCLINATION'.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
IOException
MarshalException
ValidationException

setCOLOR

public void setCOLOR(String COLOR)
Sets the value of field 'COLOR'.

Parameters:
COLOR - the value of field 'COLOR'.

setDESTINATION

public void setDESTINATION(String DESTINATION)
Sets the value of field 'DESTINATION'.

Parameters:
DESTINATION - the value of field 'DESTINATION'.

setENDARROW

public void setENDARROW(String ENDARROW)
Sets the value of field 'ENDARROW'.

Parameters:
ENDARROW - the value of field 'ENDARROW'.

setENDINCLINATION

public void setENDINCLINATION(String ENDINCLINATION)
Sets the value of field 'ENDINCLINATION'.

Parameters:
ENDINCLINATION - the value of field 'ENDINCLINATION'.

setID

public void setID(String ID)
Sets the value of field 'ID'.

Parameters:
ID - the value of field 'ID'.

setSTARTARROW

public void setSTARTARROW(String STARTARROW)
Sets the value of field 'STARTARROW'.

Parameters:
STARTARROW - the value of field 'STARTARROW'.

setSTARTINCLINATION

public void setSTARTINCLINATION(String STARTINCLINATION)
Sets the value of field 'STARTINCLINATION'.

Parameters:
STARTINCLINATION - the value of field 'STARTINCLINATION'

unmarshal

public static Arrowlink unmarshal(Reader reader)
                           throws MarshalException,
                                  ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Arrowlink
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException