org.apache.bval.xml
Class XMLMetaBean

java.lang.Object
  extended by org.apache.bval.xml.XMLFeaturesCapable
      extended by org.apache.bval.xml.XMLMetaBean
All Implemented Interfaces:
Serializable

public class XMLMetaBean
extends XMLFeaturesCapable

Description:

See Also:
Serialized Form

Constructor Summary
XMLMetaBean()
           
 
Method Summary
 void addBeanRef(XMLMetaBeanReference beanRelation)
           
 void addProperty(XMLMetaProperty property)
           
 XMLMetaBeanReference getBeanRef(String name)
           
 List<XMLMetaBeanReference> getBeanRefs()
           
 String getId()
           
 String getImpl()
           
 String getName()
           
 List<XMLMetaProperty> getProperties()
           
 XMLMetaProperty getProperty(String name)
           
 void putBeanRef(XMLMetaBeanReference beanRelation)
           
 void putProperty(XMLMetaProperty property)
           
 XMLMetaBeanReference removeBeanRef(String name)
           
 XMLMetaProperty removeProperty(String name)
           
 void setBeanRefs(List<XMLMetaBeanReference> beanRelations)
           
 void setId(String id)
           
 void setImpl(String impl)
           
 void setName(String name)
           
 void setProperties(List<XMLMetaProperty> properties)
           
 
Methods inherited from class org.apache.bval.xml.XMLFeaturesCapable
addValidator, getFeature, getFeatures, getValidators, mergeFeaturesInto, putFeature, removeFeature, setFeatures, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMetaBean

public XMLMetaBean()
Method Detail

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.