com.faa.flyfaa
Class GSElement

java.lang.Object
  |
  +--org.jdom.Element
        |
        +--com.faa.flyfaa.GSElement
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

class GSElement
extends org.jdom.Element

See Also:
Serialized Form

Fields inherited from class org.jdom.Element
additionalNamespaces, attributes, content, CVS_ID, INITIAL_ARRAY_SIZE, name, namespace, parent
 
Constructor Summary
GSElement(java.lang.String airport, java.lang.String reason, java.lang.String end_time)
           
 
Methods inherited from class org.jdom.Element
addContent, addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, detach, equals, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getDocument, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getParent, getQualifiedName, getText, getTextNormalize, getTextTrim, hasChildren, hashCode, isAncestor, isRootElement, readObject, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, removeRange, setAttribute, setAttribute, setAttribute, setAttributes, setChildren, setContent, setDocument, setName, setNamespace, setParent, setText, toString, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

GSElement

public GSElement(java.lang.String airport,
                 java.lang.String reason,
                 java.lang.String end_time)