org.jvnet.jaxb2_commons.locator
Interface PropertyObjectLocator

All Superinterfaces:
ObjectLocator, Reportable, javax.xml.bind.ValidationEventLocator
All Known Implementing Classes:
DefaultPropertyObjectLocator

public interface PropertyObjectLocator
extends ObjectLocator

Models a property locator.

Author:
Aleksei Valikov

Method Summary
 Object getObject()
           
 String getPropertyName()
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.locator.ObjectLocator
getParentLocator, getPath, getPathAsString, item, property
 
Methods inherited from interface javax.xml.bind.ValidationEventLocator
getColumnNumber, getLineNumber, getNode, getOffset, getURL
 
Methods inherited from interface org.jvnet.jaxb2_commons.i18n.Reportable
getMessage, getMessage, getMessageCode, getMessageParameters
 

Method Detail

getPropertyName

String getPropertyName()
Returns:
Name of the property.

getObject

Object getObject()
Specified by:
getObject in interface javax.xml.bind.ValidationEventLocator
Returns:
Returns value of the property.


Copyright © 2005-2012. All Rights Reserved.