org.apache.bval.xml
Class XMLMetaElement

java.lang.Object
  extended by org.apache.bval.xml.XMLFeaturesCapable
      extended by org.apache.bval.xml.XMLMetaElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XMLMetaBeanReference, XMLMetaProperty

public class XMLMetaElement
extends XMLFeaturesCapable

Description:

See Also:
Serialized Form

Constructor Summary
XMLMetaElement()
           
 
Method Summary
 Boolean getDenied()
           
 Boolean getHidden()
           
 String getMandatory()
           
 Integer getMaxLength()
           
 Integer getMinLength()
           
 String getName()
           
 Boolean getReadonly()
           
 String getType()
           
 void mergeInto(MetaProperty prop)
           
 void setDenied(Boolean denied)
           
 void setHidden(Boolean hidden)
           
 void setMandatory(String mandatory)
           
 void setMaxLength(Integer maxLength)
           
 void setMinLength(Integer minLength)
           
 void setName(String name)
           
 void setReadonly(Boolean readonly)
           
 void setType(String type)
           
 
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

XMLMetaElement

public XMLMetaElement()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getMandatory

public String getMandatory()

setMandatory

public void setMandatory(String mandatory)

getMinLength

public Integer getMinLength()

setMinLength

public void setMinLength(Integer minLength)

getMaxLength

public Integer getMaxLength()

setMaxLength

public void setMaxLength(Integer maxLength)

getReadonly

public Boolean getReadonly()

setReadonly

public void setReadonly(Boolean readonly)

getDenied

public Boolean getDenied()

setDenied

public void setDenied(Boolean denied)

getHidden

public Boolean getHidden()

setHidden

public void setHidden(Boolean hidden)

getType

public String getType()

setType

public void setType(String type)

mergeInto

public void mergeInto(MetaProperty prop)
               throws ClassNotFoundException
Throws:
ClassNotFoundException


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