com.sun.xml.bind.v2.model.runtime

Interface RuntimeNonElementRef

public interface RuntimeNonElementRef extends NonElementRef<Type,Class>

Runtime version of NonElementRef.

Inside the implementation, reference decorators implement this interface and this interface is used for chaining. Also, every RuntimeNonElement implementation implements this interface so that undecorated plain reference can be represented without using a separate object.

Method Summary
RuntimePropertyInfogetSource()
RuntimeNonElementgetTarget()
TransducergetTransducer()
If the XML representation of the referenced Java type is just a text, return a transducer that converts between the bean and XML.

Method Detail

getSource

public RuntimePropertyInfo getSource()

getTarget

public RuntimeNonElement getTarget()

getTransducer

public Transducer getTransducer()
If the XML representation of the referenced Java type is just a text, return a transducer that converts between the bean and XML.