org.apache.bval.xml
Class XMLMetaProperty

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

public class XMLMetaProperty
extends XMLMetaElement

Description:

See Also:
Serialized Form

Constructor Summary
XMLMetaProperty()
           
 
Method Summary
 Integer getMaxValue()
           
 Integer getMinValue()
           
 String getRegexp()
           
 String getTimeLag()
           
 void mergeInto(MetaProperty prop)
           
 void setMaxValue(Integer maxValue)
           
 void setMinValue(Integer minValue)
           
 void setRegexp(String regexp)
           
 void setTimeLag(String timeLag)
           
 
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

XMLMetaProperty

public XMLMetaProperty()
Method Detail

getMaxValue

public Integer getMaxValue()

setMaxValue

public void setMaxValue(Integer maxValue)

getMinValue

public Integer getMinValue()

setMinValue

public void setMinValue(Integer minValue)

getRegexp

public String getRegexp()

setRegexp

public void setRegexp(String regexp)

getTimeLag

public String getTimeLag()

setTimeLag

public void setTimeLag(String timeLag)

mergeInto

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


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