com.faa.flyfaa
Class ArrivalDepartureElement

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

class ArrivalDepartureElement
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
ArrivalDepartureElement(java.lang.String type, java.lang.String minimum, java.lang.String maximum, java.lang.String trend)
           
 
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

ArrivalDepartureElement

public ArrivalDepartureElement(java.lang.String type,
                               java.lang.String minimum,
                               java.lang.String maximum,
                               java.lang.String trend)