Package org.jvnet.jaxb2_commons.locator
Interface ItemObjectLocator
-
- All Superinterfaces:
ObjectLocator,Reportable,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.jaxb2_commons.locator.ObjectLocator
getParentLocator, getPath, getPathAsString, item, property
-
Methods inherited from interface org.jvnet.jaxb2_commons.i18n.Reportable
getMessage, getMessage, getMessageCode, getMessageParameters
-
Methods inherited from interface javax.xml.bind.ValidationEventLocator
getColumnNumber, getLineNumber, getNode, getOffset, getURL
-
-
-
-
Method Detail
-
getIndex
int getIndex()
- Returns:
- Item index.
-
getObject
Object getObject()
- Specified by:
getObjectin interfaceValidationEventLocator- Returns:
- Item value.
-
-