Package org.jvnet.jaxb2_commons.locator
Interface PropertyObjectLocator
-
- All Superinterfaces:
ObjectLocator,Reportable,ValidationEventLocator
- All Known Implementing Classes:
DefaultPropertyObjectLocator
public interface PropertyObjectLocator extends ObjectLocator
Models a property locator.- Author:
- Aleksei Valikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetObject()StringgetPropertyName()-
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
-
getPropertyName
String getPropertyName()
- Returns:
- Name of the property.
-
getObject
Object getObject()
- Specified by:
getObjectin interfaceValidationEventLocator- Returns:
- Returns value of the property.
-
-