org.apache.ws.jaxme.generator.types
Class BooleanSG
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
       org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl
org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl
           org.apache.ws.jaxme.generator.types.AtomicTypeSGImpl
org.apache.ws.jaxme.generator.types.AtomicTypeSGImpl
               org.apache.ws.jaxme.generator.types.PrimitiveTypeSG
org.apache.ws.jaxme.generator.types.PrimitiveTypeSG
                   org.apache.ws.jaxme.generator.types.BooleanSG
org.apache.ws.jaxme.generator.types.BooleanSG
- All Implemented Interfaces: 
- SimpleTypeSGChain
- public class BooleanSG- extends PrimitiveTypeSG
- Author:
- Jochen Wiedmann
 
 
 
 
 
| Methods inherited from class org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl | 
| addValidation, generate, generate, getCollectionType, getFacet, getFacets, getFactory, getInitialValue, getListType, getLocator, getSchema, getUnionType, getXMLSetMethod, getXSType, hasSetMethod, init, isList, isNullable, isUnion, setNullable, setNullable | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BOOLEAN_TYPE
public static final JavaQName BOOLEAN_TYPE
- The primitive boolean type.
 
 
BOOLEAN_OBJECT_TYPE
public static final JavaQName BOOLEAN_OBJECT_TYPE
- The object boolean type.
 
 
BooleanSG
public BooleanSG(SGFactory pFactory,
                 SchemaSG pSchema,
                 XSType pType)
          throws org.xml.sax.SAXException
- Creates a new instance of BooleanSG.java. - 
 
getDatatypeName
protected java.lang.String getDatatypeName()
- 
- Specified by:
- getDatatypeNamein class- AtomicTypeSGImpl
 
- 
 
getDatatypeType
protected JavaQName getDatatypeType()
- 
- Specified by:
- getDatatypeTypein class- AtomicTypeSGImpl
 
- 
 
getPrimitiveRuntimeType
public JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)
- 
- Specified by:
- getPrimitiveRuntimeTypein class- PrimitiveTypeSG
 
- 
 
getObjectRuntimeType
protected JavaQName getObjectRuntimeType(SimpleTypeSG pController)
- 
- Specified by:
- getObjectRuntimeTypein class- PrimitiveTypeSG
 
- 
 
getCastFromString
public TypedValue getCastFromString(SimpleTypeSG pController,
                                    java.lang.String pValue)
                             throws org.xml.sax.SAXException
- 
- Specified by:
- getCastFromStringin interface- SimpleTypeSGChain
- Overrides:
- getCastFromStringin class- AtomicTypeSGImpl
 
- 
- Throws:
- org.xml.sax.SAXException
 
isCausingParseConversionEvent
public boolean isCausingParseConversionEvent(SimpleTypeSG pController)
- 
- Specified by:
- isCausingParseConversionEventin interface- SimpleTypeSGChain
- Overrides:
- isCausingParseConversionEventin class- AtomicTypeSGImpl
 
-