org.apache.bval.xml
Class XMLMetaBeanReference

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

public class XMLMetaBeanReference
extends XMLMetaElement

Description:

See Also:
Serialized Form

Constructor Summary
XMLMetaBeanReference()
           
XMLMetaBeanReference(String refId)
           
 
Method Summary
 String getBeanId()
          id of referenced target bean of the relationship
 void mergeInto(MetaProperty prop)
           
 void setBeanId(String beanId)
           
 
Methods inherited from class org.apache.bval.xml.XMLMetaElement
getDenied, getHidden, getMandatory, getMaxLength, getMinLength, getName, getReadonly, getType, setDenied, setHidden, setMandatory, setMaxLength, setMinLength, setName, setReadonly, setType
 
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

XMLMetaBeanReference

public XMLMetaBeanReference(String refId)

XMLMetaBeanReference

public XMLMetaBeanReference()
Method Detail

getBeanId

public String getBeanId()
id of referenced target bean of the relationship


setBeanId

public void setBeanId(String beanId)

mergeInto

public void mergeInto(MetaProperty prop)
               throws ClassNotFoundException
Overrides:
mergeInto in class XMLMetaElement
Throws:
ClassNotFoundException


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.