public class RecordBinding extends ComplexEMFBinding
| Constructor and Description |
|---|
RecordBinding() |
| Modifier and Type | Method and Description |
|---|---|
List |
getProperties(Object object,
XSDElementDeclaration element)
Subclasses should override this method if need be, the default implementation returns
null. |
Object |
getProperty(Object object,
QName name)
Uses EMF reflection dynamically return the property with the specified name.
|
getTarget, toStringcreateEObject, getType, parse, setPropertyencode, getExecutionMode, getProperties, initialize, initializeChildContextpublic List getProperties(Object object, XSDElementDeclaration element) throws Exception
AbstractComplexBinding
null.
Note that this method only needs to be implemented for schema types which are open-ended in which the contents are not specifically specified by the schema.
getProperties in interface ComplexBindinggetProperties in class AbstractComplexBindingobject - the object being encoded.ExceptionComplexBinding.getProperties(Object)public Object getProperty(Object object, QName name) throws Exception
AbstractComplexEMFBindingIn the case that the name of a child element or attributes does not match the name of a property on the object, subclasses may wish to extend this method and set the property explicitly.
getProperty in interface ComplexBindinggetProperty in class AbstractComplexEMFBindingobject - The object being encoded.name - The name of the property to obtain.null.ExceptionComplexBinding.getProperty(Object, QName)Copyright © 1996–2019 Geotools. All rights reserved.