equal
deleted
inserted
replaced
72 /** |
72 /** |
73 * <p>Get the element value of a JAXB element.</p> |
73 * <p>Get the element value of a JAXB element.</p> |
74 * |
74 * |
75 * <p>Convenience method to abstract whether working with either |
75 * <p>Convenience method to abstract whether working with either |
76 * a javax.xml.bind.JAXBElement instance or an instance of |
76 * a javax.xml.bind.JAXBElement instance or an instance of |
77 * <tt>@XmlRootElement</tt> annotated Java class.</p> |
77 * <tt>@XmlRootElement</tt> annotated Java class.</p> |
78 * |
78 * |
79 * @param jaxbElement object that #isElement(Object) returns true. |
79 * @param jaxbElement object that #isElement(Object) returns true. |
80 * |
80 * |
81 * @return The element value of the <code>jaxbElement</code>. |
81 * @return The element value of the <code>jaxbElement</code>. |
82 */ |
82 */ |