org.idoox.xml.schema
Class Facet.MinLength

java.lang.Object
  extended byorg.idoox.xml.schema.Facet
      extended byorg.idoox.xml.schema.Facet.FixableFacet
          extended byorg.idoox.xml.schema.Facet.MinLength
Enclosing class:
Facet

public static class Facet.MinLength
extends Facet.FixableFacet

This class represents the minLength XML Schema facet.

Since:
4.7

Nested Class Summary
 
Nested classes inherited from class org.idoox.xml.schema.Facet
Facet.Enumeration, Facet.FacetEnum, Facet.FixableFacet, Facet.FractionDigits, Facet.Length, Facet.MaxExclusive, Facet.MaxInclusive, Facet.MaxLength, Facet.MinExclusive, Facet.MinInclusive, Facet.MinLength, Facet.Pattern, Facet.TotalDigits, Facet.WhiteSpace
 
Field Summary
static java.lang.String NAME
          Local name of this facet as it is printed and recognized in xml stream.
 
Fields inherited from class org.idoox.xml.schema.Facet.FixableFacet
fixed
 
Fields inherited from class org.idoox.xml.schema.Facet
name, value
 
Constructor Summary
Facet.MinLength(java.lang.String value, boolean fixed)
          Creates a new minLength facet representation.
 
Methods inherited from class org.idoox.xml.schema.Facet.FixableFacet
isFixed, toString, writeInnerXMLContent, writeInnerXMLContent2
 
Methods inherited from class org.idoox.xml.schema.Facet
equals, getName, getValue, hashCode, writeAsXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Local name of this facet as it is printed and recognized in xml stream.

See Also:
Constant Field Values
Constructor Detail

Facet.MinLength

public Facet.MinLength(java.lang.String value,
                       boolean fixed)
                throws SchemaException
Creates a new minLength facet representation.

Parameters:
value - lexical value of the facet
fixed - value of attribute fixed