org.apache.ws.jaxme.generator.types
Class JMChar

java.lang.Object
  extended by org.apache.ws.jaxme.xs.types.AbstractBuiltinType
      extended by org.apache.ws.jaxme.xs.types.AbstractSimpleType
          extended by org.apache.ws.jaxme.xs.types.AbstractAtomicType
              extended by org.apache.ws.jaxme.xs.types.XSString
                  extended by org.apache.ws.jaxme.generator.types.JMChar
All Implemented Interfaces:
XSAtomicType, XSObject, XSOpenAttrs, XSSimpleType, XSType

public class JMChar
extends XSString

Author:
Jochen Wiedmann

Constructor Summary
protected JMChar()
           
 
Method Summary
static XSType getInstance()
           
 java.lang.Long getLength()
          Returns the value of the "length" facet or null, if the facet is not set.
 java.lang.Long getMaxLength()
          Returns the value of the "maxLength" facet or null, if the facet is not set.
 java.lang.Long getMinLength()
          Returns the value of the "minLength" facet or null, if the facet is not set.
 XsQName getName()
          If the type is global: Returns the types name.
 XSType getRestrictedType()
          If the simple type is a restriction, returns the restricted simple type.
 
Methods inherited from class org.apache.ws.jaxme.xs.types.XSString
isRestriction
 
Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractAtomicType
getAtomicType, getFractionDigits, getMaxExclusive, getMaxInclusive, getMinExclusive, getMinInclusive, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacing
 
Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractSimpleType
getComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUnion
 
Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractBuiltinType
getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMChar

protected JMChar()
Method Detail

getName

public XsQName getName()
Description copied from interface: XSType

If the type is global: Returns the types name. Otherwise returns null.

Specified by:
getName in interface XSType
Overrides:
getName in class XSString

getInstance

public static XSType getInstance()

getRestrictedType

public XSType getRestrictedType()
Description copied from interface: XSSimpleType

If the simple type is a restriction, returns the restricted simple type.

Specified by:
getRestrictedType in interface XSSimpleType
Overrides:
getRestrictedType in class XSString

getLength

public java.lang.Long getLength()
Description copied from interface: XSAtomicType

Returns the value of the "length" facet or null, if the facet is not set.

Specified by:
getLength in interface XSAtomicType
Overrides:
getLength in class AbstractAtomicType

getMaxLength

public java.lang.Long getMaxLength()
Description copied from interface: XSAtomicType

Returns the value of the "maxLength" facet or null, if the facet is not set.

Specified by:
getMaxLength in interface XSAtomicType
Overrides:
getMaxLength in class AbstractAtomicType

getMinLength

public java.lang.Long getMinLength()
Description copied from interface: XSAtomicType

Returns the value of the "minLength" facet or null, if the facet is not set.

Specified by:
getMinLength in interface XSAtomicType
Overrides:
getMinLength in class AbstractAtomicType