Uses of Class
com.abra.j2xb.annotations.xmlAnnotations.MoXmlBaseSimpleType

Packages that use MoXmlBaseSimpleType
com.abra.j2xb.annotations.xmlAnnotations   
com.abra.j2xb.beans.model   
com.abra.j2xb.beans.propertyEditors   
com.abra.j2xb.beans.xmlBinding   
 

Uses of MoXmlBaseSimpleType in com.abra.j2xb.annotations.xmlAnnotations
 

Methods in com.abra.j2xb.annotations.xmlAnnotations that return MoXmlBaseSimpleType
 MoXmlBaseSimpleType MoXmlBaseSimpleType.getBaseType()
           
static MoXmlBaseSimpleType MoXmlBaseSimpleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MoXmlBaseSimpleType[] MoXmlBaseSimpleType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of MoXmlBaseSimpleType in com.abra.j2xb.beans.model
 

Methods in com.abra.j2xb.beans.model that return MoXmlBaseSimpleType
 MoXmlBaseSimpleType MOPropertySimpleTypeDescriptor.getDerivedTypeDefinition()
           
 MoXmlBaseSimpleType MOPropertySimpleTypeDescriptor.getXmlSimpleType()
           
 

Uses of MoXmlBaseSimpleType in com.abra.j2xb.beans.propertyEditors
 

Methods in com.abra.j2xb.beans.propertyEditors that return MoXmlBaseSimpleType
 MoXmlBaseSimpleType MOTimePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOStringPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOShortPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOQNamePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
          gets the base XML encoding type, used as the element base type in an XML schema
 MoXmlBaseSimpleType MOLongPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOIntegerPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOFloatPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOEnumPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MODoublePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MODatePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOCalendarPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBytesPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBytePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBooleanPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBigIntegerPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBigDecimalPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBytePropertyEditor.getXmlRepresentationType()
           
 

Methods in com.abra.j2xb.beans.propertyEditors with parameters of type MoXmlBaseSimpleType
 MoXmlBaseSimpleType MOTimePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOStringPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOShortPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOQNamePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
          gets the base XML encoding type, used as the element base type in an XML schema
 MoXmlBaseSimpleType MOLongPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOIntegerPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOFloatPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOEnumPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MODoublePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MODatePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOCalendarPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBytesPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBytePropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBooleanPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBigIntegerPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 MoXmlBaseSimpleType MOBigDecimalPropertyEditor.getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOTimePropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOStringPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOShortPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOQNamePropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOLongPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOIntegerPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOFloatPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOEnumPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MODoublePropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MODatePropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOCalendarPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOBytesPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOBytePropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOBooleanPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOBigIntegerPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 boolean MOBigDecimalPropertyEditor.isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 

Uses of MoXmlBaseSimpleType in com.abra.j2xb.beans.xmlBinding
 

Methods in com.abra.j2xb.beans.xmlBinding that return MoXmlBaseSimpleType
 MoXmlBaseSimpleType XmlValue.getType()
           
 

Constructors in com.abra.j2xb.beans.xmlBinding with parameters of type MoXmlBaseSimpleType
XmlValue(java.lang.Object value, MoXmlBaseSimpleType type)
           
 



Copyright © 2008. All Rights Reserved.