com.faa.flyfaa
Class GDPElement

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

class GDPElement
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
GDPElement(java.lang.String airport, java.lang.String reason, java.lang.String average, java.lang.String max)
           
 
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

GDPElement

public GDPElement(java.lang.String airport,
                  java.lang.String reason,
                  java.lang.String average,
                  java.lang.String max)