org.idoox.xml.schema
Class Facet.MaxInclusive

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

public static class Facet.MaxInclusive
extends Facet.FixableFacet

This class represents the maxInclusive 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.MaxInclusive(java.lang.String value, boolean fixed)
          Creates a new maxInclusive 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.MaxInclusive

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

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