edu.byu.deg.osmx
Class OSMXAssociationType

java.lang.Object
  extended byedu.byu.deg.osmx.OSMXElement
      extended byedu.byu.deg.osmx.binding.impl.ModelElementImpl
          extended byedu.byu.deg.osmx.OSMXModelElement
              extended byedu.byu.deg.osmx.binding.impl.AssociationTypeImpl
                  extended byedu.byu.deg.osmx.OSMXAssociationType
All Implemented Interfaces:
AssociationType, com.sun.xml.bind.JAXBObject, ModelElement, Serializable, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
AssociationImpl

public class OSMXAssociationType
extends AssociationTypeImpl

Represents an Association element in OSMX.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class edu.byu.deg.osmx.binding.impl.AssociationTypeImpl
AssociationTypeImpl.Unmarshaller
 
Nested classes inherited from class edu.byu.deg.osmx.OSMXModelElement
OSMXModelElement.IdChangeListener
 
Nested classes inherited from class edu.byu.deg.osmx.OSMXElement
OSMXElement.InternalIDChangeListener, OSMXElement.OSMXElementDeletionListener
 
Field Summary
 
Fields inherited from class edu.byu.deg.osmx.binding.impl.AssociationTypeImpl
_Order, _RelSetConnection, _X, _Y, has_Order, has_X, has_Y, version
 
Fields inherited from class edu.byu.deg.osmx.OSMXModelElement
ID_PROPERTY
 
Fields inherited from class edu.byu.deg.osmx.binding.impl.ModelElementImpl
_Id
 
Fields inherited from class edu.byu.deg.osmx.OSMXElement
deleteListener, elementDeletionListeners, internalIDChangeListeners, parent, parentDoc, propertyChangeListeners
 
Constructor Summary
OSMXAssociationType()
           
 
Method Summary
(package private)  void setParent(OSMXElement elem)
          Overrides the inherited method in order to pass the call recursively down to its child elements.
 
Methods inherited from class edu.byu.deg.osmx.binding.impl.AssociationTypeImpl
createRawValidator, createUnmarshaller, getOrder, getPrimaryInterface, getRelSetConnection, getX, getY, isSetOrder, isSetRelSetConnection, isSetX, isSetY, serializeAttributeBody, serializeAttributes, serializeElementBody, serializeURIs, setOrder, setX, setY, unsetOrder, unsetRelSetConnection, unsetX, unsetY
 
Methods inherited from class edu.byu.deg.osmx.OSMXModelElement
addIdChangeListener, getId, getIdChangeListeners, getInternalID, removeIdChangeListener, setId, setInternalID
 
Methods inherited from class edu.byu.deg.osmx.binding.impl.ModelElementImpl
isSetId, unsetId
 
Methods inherited from class edu.byu.deg.osmx.OSMXElement
addElementDeletionListener, addInternalIDChangeListener, addPropertyChangeListener, addToParentDocument, delete, firePropertyChange, getElementDeletionListeners, getInnerList, getInternalIDChangeListeners, getParent, getParentDocument, getParentOSM, getPropertyChangeListeners, getStyle, handleDeletionEvent, removeElementDeletionListener, removeInternalIDChangeListener, removePropertyChangeListener, replaceChild, replaceChild, setAsParentOf, setAsParentOf, setParentDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.byu.deg.osmx.binding.ModelElement
getId, isSetId, setId, unsetId
 

Constructor Detail

OSMXAssociationType

public OSMXAssociationType()
Method Detail

setParent

void setParent(OSMXElement elem)
Overrides the inherited method in order to pass the call recursively down to its child elements.

Overrides:
setParent in class OSMXElement
Parameters:
elem - The new parent of this element.