|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface XmlAccessMethods
Purpose:This annotation allows the userTo specify accessor methods for a given property. The methods specified here will be used to set values in the object during unmarshal and to obtain the value from the object during marshal.
Optional Element Summary | |
---|---|
java.lang.String |
getMethodName |
java.lang.String |
setMethodName |
public abstract java.lang.String getMethodName
public abstract java.lang.String setMethodName
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |