-
- All Superinterfaces:
ObjectLocator,Reportable,jakarta.xml.bind.ValidationEventLocator
- All Known Implementing Classes:
DefaultItemObjectLocator
public interface ItemObjectLocator extends ObjectLocator
Models item locator.- Author:
- Aleksei Valikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()ObjectgetObject()-
Methods inherited from interface org.jvnet.jaxb.locator.ObjectLocator
getParentLocator, getPath, getPathAsString, item, property
-
Methods inherited from interface org.jvnet.jaxb.i18n.Reportable
getMessage, getMessage, getMessageCode, getMessageParameters
-
-
-
-
Method Detail
-
getIndex
int getIndex()
- Returns:
- Item index.
-
getObject
Object getObject()
- Specified by:
getObjectin interfacejakarta.xml.bind.ValidationEventLocator- Returns:
- Item value.
-
-