com.sun.xml.bind.v2.model.core

Interface NonElementRef<T,C>

public interface NonElementRef<T,C>

Reference to a NonElement. This interface defines properties of a reference.
Method Summary
PropertyInfo<T,C>getSource()
Gets the property which is the source of this reference.
NonElement<T,C>getTarget()
Target of the reference.

Method Detail

getSource

public PropertyInfo<T,C> getSource()
Gets the property which is the source of this reference.

Returns: never null

getTarget

public NonElement<T,C> getTarget()
Target of the reference.

Returns: never null