org.apache.bval.xml
Class XMLMetaBean
java.lang.Object
org.apache.bval.xml.XMLFeaturesCapable
org.apache.bval.xml.XMLMetaBean
- All Implemented Interfaces:
- Serializable
public class XMLMetaBean
- extends XMLFeaturesCapable
Description:
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMetaBean
public XMLMetaBean()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getImpl
public String getImpl()
setImpl
public void setImpl(String impl)
getProperties
public List<XMLMetaProperty> getProperties()
setProperties
public void setProperties(List<XMLMetaProperty> properties)
addProperty
public void addProperty(XMLMetaProperty property)
putProperty
public void putProperty(XMLMetaProperty property)
removeProperty
public XMLMetaProperty removeProperty(String name)
getProperty
public XMLMetaProperty getProperty(String name)
getBeanRefs
public List<XMLMetaBeanReference> getBeanRefs()
setBeanRefs
public void setBeanRefs(List<XMLMetaBeanReference> beanRelations)
addBeanRef
public void addBeanRef(XMLMetaBeanReference beanRelation)
putBeanRef
public void putBeanRef(XMLMetaBeanReference beanRelation)
removeBeanRef
public XMLMetaBeanReference removeBeanRef(String name)
getBeanRef
public XMLMetaBeanReference getBeanRef(String name)
Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.