edu.byu.deg.osmx
Class OSMXAssociationType
java.lang.Object
edu.byu.deg.osmx.OSMXElement
edu.byu.deg.osmx.binding.impl.ModelElementImpl
edu.byu.deg.osmx.OSMXModelElement
edu.byu.deg.osmx.binding.impl.AssociationTypeImpl
edu.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
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.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 |
OSMXAssociationType
public OSMXAssociationType()
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.