org.exolab.jmscts.requirements
Class Include

java.lang.Object
  |
  +--org.exolab.jmscts.requirements.Include
All Implemented Interfaces:
java.io.Serializable

public class Include
extends java.lang.Object
implements java.io.Serializable

This element includes requirements from another requirements document.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Include()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getPath()
          Returns the value of field 'path'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setPath(java.lang.String path)
          Sets the value of field 'path'.
static Include unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Include

public Include()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getPath

public java.lang.String getPath()
Returns the value of field 'path'.
Returns:
the value of field 'path'.

isValid

public boolean isValid()
Method isValid

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
handler -  

setPath

public void setPath(java.lang.String path)
Sets the value of field 'path'.
Parameters:
path - the value of field 'path'.

unmarshal

public static Include unmarshal(java.io.Reader reader)
                         throws org.exolab.castor.xml.MarshalException,
                                org.exolab.castor.xml.ValidationException
Method unmarshal
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.