- calculateXPathPrefix(String) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
Calculate XPath prefix.
- CASTOR_DATE - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_DURATION - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GDAY - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GMONTH - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GMONTHDAY - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GYEAR - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GYEARMONTH - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_TIME - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH expression uniquely
identifying an XML artefact within an XML schema.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in interface org.exolab.castor.builder.conflict.strategy.ClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH expression uniquely
identifying an XML artefact within an XML schema.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.TypeClassNameConflictResolver
-
Changes the JClass' internal class name, appedning a type suffix to the suggested class name.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.XPATHClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH expression uniquely
identifying an XML artefact within an XML schema.
- changeLocalName(String) - Method in class org.exolab.javasource.JClass
-
Changes the local name of this class type.
- CHAR - Static variable in class org.exolab.javasource.JType
-
JType instance for a char (Char).
- CHOICE - Static variable in class org.exolab.castor.builder.info.GroupInfo
-
The compositor value that indicates that only one field may be present.
- CHOICE_NODE_NAME_ERROR_INDICATION - Static variable in interface org.exolab.castor.builder.info.XMLInfo
-
Identifies the node name for a choice group.
- CLASS - Static variable in interface org.exolab.castor.builder.BindingComponent
-
A class binding component.
- CLASS - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass instance of type 'java.lang.Class'.
- CLASS - Static variable in class org.exolab.castor.builder.types.XSType
-
A user-defined type.
- CLASS_DESC_FIELD_NAMES - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
Property specifying if we want to have a 'public static final String' generated for each
attribute and element name used within a class descriptor.
- classDescFieldNames() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if we generate a 'public static final String' for the name of each attribute and
element described by the class descriptor
- ClassInfo - Class in org.exolab.castor.builder.info
-
This class holds the necessary information so that the source generator can properly create the
necessary classes for the object model.
- ClassInfo(JClass) - Constructor for class org.exolab.castor.builder.info.ClassInfo
-
Creates a new ClassInfo.
- ClassInfoResolver - Interface in org.exolab.castor.builder
-
A class for "caching" ClassInfo's which later need to be resolved (retrieved) by another
ClassInfo.
- ClassInfoResolverImpl - Class in org.exolab.castor.builder.util
-
A class for "caching" ClassInfo's which later need to be resolved (retrieved).
- ClassInfoResolverImpl() - Constructor for class org.exolab.castor.builder.util.ClassInfoResolverImpl
-
Default constructor.
- ClassNameConflictResolver - Interface in org.exolab.castor.builder.conflict.strategy
-
Class name conflict resolver.
- ClassNameCRStrategy - Interface in org.exolab.castor.builder.conflictresolution
-
Strategy pattern for dealing with class name conflicts during source code generation.
- ClassNameCRStrategyRegistry - Class in org.exolab.castor.builder.conflictresolution
-
Registry for
ClassNameCRStrategy implementations obtained from the Castor builder
properties file.
- ClassNameCRStrategyRegistry(String) - Constructor for class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- ClassType - Class in org.exolab.castor.builder.binding.xml
-
This type gathers the needed information to generate a Java
Class
from a binding file.
- ClassType() - Constructor for class org.exolab.castor.builder.binding.xml.ClassType
-
- ClassTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ClassTypeDescriptor.
- ClassTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
- clear() - Method in class org.exolab.javasource.JSourceCode
-
Clears all the code statements from this JSourceCode.
- close() - Method in class org.exolab.javasource.JSourceWriter
- codeDigitsFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Generate the source code for digits facet validation.
- codeLengthFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Generate the source code for length, maxLength or minLength facets validation.
- codePatternFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Generate the source code for pattern facet validation.
- codeRangeFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Generate the source code for pattern facet validation.
- codeWhiteSpaceFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Generate the source code for pattern facet validation.
- COLLECTION - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the collection type
- COLLECTION - Static variable in class org.exolab.castor.builder.types.XSType
-
A collection type.
- COLLECTION_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The collection type
- CollectionInfo - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Collections.
- CollectionInfo(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfo
-
Creates a new CollectionInfo.
- CollectionInfoJ2 - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections.
- CollectionInfoJ2(XSType, String, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2
-
- CollectionInfoJ2Collection - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of type
'java.util.Collection'.
- CollectionInfoJ2Collection(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2Collection
-
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.Collection'.
- CollectionInfoJ2Set - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of type 'java.util.Set'.
- CollectionInfoJ2Set(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2Set
-
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.Set'.
- CollectionInfoJ2SortedSet - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of type
'java.util.SortedSet'.
- CollectionInfoJ2SortedSet(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
-
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.SortedSet'.
- CollectionInfoODMG30 - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Collections.
- CollectionInfoODMG30(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoODMG30
-
Creates a new CollectionInfoODMG30.
- CollectionJ2MemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
The Factory for Java2 Collections.
- CollectionJ2MemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
Creates a new CollectionJ2MemberAndAccessorFactory.
- CollectionJ2NoIndexMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
A Factory that avoids the creation of the index methods.
- CollectionJ2NoIndexMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.
- CollectionMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
This factory takes a CollectionInfo and generates the suitable JFields and the accessor methods
into the JClass.
- CollectionMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates a factory that offers public methods to create the field initialization code as well as
the accessor methods.
- CollectionODMG30MemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
A JField factory for CollectionODMG30Member.
- CollectionODMG30MemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates a new CollectionODMG30MemberAndAccessorFactory.
- compareTo(JDocDescriptor) - Method in class org.exolab.javasource.JDocDescriptor
-
Compares the type of this JDocDescriptor with the given descriptor.
- COMPLEXTYPE_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identify a complexType.
- ComponentBindingType - Class in org.exolab.castor.builder.binding.xml
-
A binding element is defined to express the binding between an
XML Schema Component
and Java class OR a java interface or a java member class.
- ComponentBindingType() - Constructor for class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- ComponentBindingTypeChoice - Class in org.exolab.castor.builder.binding.xml
-
Class ComponentBindingTypeChoice.
- ComponentBindingTypeChoice() - Constructor for class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
- ComponentBindingTypeChoiceDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ComponentBindingTypeChoiceDescriptor.
- ComponentBindingTypeChoiceDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
- ComponentBindingTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ComponentBindingTypeDescriptor.
- ComponentBindingTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
- CONFIG_FILENAME_PROPERTY - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
The name of the configuration file.
- contains(FieldInfo) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns true if the given FieldInfo is contained within this ClassInfo.
- CONTENT_MEMBER_TYPE - Static variable in interface org.exolab.castor.builder.BindingComponent
-
A content member binding component.
- ContentMemberType - Class in org.exolab.castor.builder.binding.xml
-
This type represents the binding for the 'content' member
generated
as part of a 'mixed' complex type definition.
- ContentMemberType() - Constructor for class org.exolab.castor.builder.binding.xml.ContentMemberType
-
- ContentMemberTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ContentMemberTypeDescriptor.
- ContentMemberTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
- convertType(SimpleType, boolean) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(SimpleType, String, boolean) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(SimpleType, String, boolean, boolean, String) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(String) - Static method in class org.exolab.castor.builder.TypeConversion
-
Returns the XSType that corresponds to the given javaType.
- copy() - Method in class org.exolab.javasource.JModifiers
-
Creates a copy of this JModifiers instance.
- copyInto(JSourceCode) - Method in class org.exolab.javasource.JSourceCode
-
Copies the contents of this JSourceCode into the given JSourceCode.
- createAccessMethods(FieldInfo, JClass, boolean, AnnotationBuilder[]) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
- createAccessMethods(FieldInfo, JClass, boolean, AnnotationBuilder[]) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Adds the getter/setter for this field to the jClass.
- createAccessMethods(FieldInfo) - Method in class org.exolab.castor.builder.factory.IdentityMemberAndAccessorFactory
-
Creats the getter/setter and getReferenceId methods.
- createAddByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the add by index method.
- createAddByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the add by index method.
- createAddByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createAddMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
- createAddMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the add method for this collection.
- createAuthorDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @author JavaDoc descriptor.
- createAuthorDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @author JavaDoc descriptor with the provided author name string.
- createBinding(InputSource) - Static method in class org.exolab.castor.builder.binding.BindingLoader
-
Factory method that returns a binding given an InputSource.
- createBinding(String) - Static method in class org.exolab.castor.builder.binding.BindingLoader
-
Factory method for unmarshalling an
ExtendedBinding instance from the binding file as
identified by the given file name.
- createBoundPropertyCode(CollectionInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates bound property code..
- createClassName(Group, String) - Method in class org.exolab.castor.builder.GroupNaming
-
Creates a class name for the given Group.
- createCollection(XSType, String, String, JavaNaming, boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Creates a
CollectionInfo instance based upon the various parameters provided.
- createCollection(XSType, String, String, String, JavaNaming, boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Creates a
CollectionInfo instance based upon the various parameters provided.
- createCollection(String, XSType, boolean) - Static method in class org.exolab.castor.builder.types.XSCollectionFactory
-
Factory method to create an XS collection type, i.e.
- createCollectionIterationMethods(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
To the Java-1 collection iterators, we add the Java-2 Iterator.
- createCollectionIterationMethods(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Generate methods for iterating over the objects in the collection.
- createComment(Annotated) - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Creates and returns a Javadoc comment from the given annotations.
- createConstructor() - Method in class org.exolab.javasource.AbstractJClass
-
Creates a new JConstructor and adds it to this JClass.
- createConstructor(JParameter[]) - Method in class org.exolab.javasource.AbstractJClass
-
Creates a new JConstructor and adds it to this JClass.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSType
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Creates source code for an additional constructor that deals with default values as specified
in the XML schema instance.
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the enumerate method.
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates the enumerate method.
- createEnumeration(JType, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType instance representing an enumeration.
- createEnumeration(JType, boolean, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType instance representing an enumeration.
- createEqualsMethod(JClass) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Create an 'equals' method on the given JClass.
- createExceptionDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @exception JavaDoc descriptor.
- createExceptionDesc(String, String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @exception JavaDoc descriptor with a given exception name and a description
of when the exception is thrown.
- createFieldInfo(XSType, String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
- createFieldInfo(XMLBindingComponent, ClassInfoResolver, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo object for the given XMLBindingComponent.
- createFieldInfoForAny(Wildcard, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo for content models that support "any" element.
- createFieldInfoForChoiceValue() - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo to hold the value of a choice.
- createFieldInfoForContent(XMLBindingComponent, XSType, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo for content.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSId
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSString
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSType
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the string necessary to convert an Object to an instance of this XSType.
- createGetByIndexMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the get by index method.
- createGetByIndexMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the get by index method.
- createGetByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createGroupItem() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the binding of this XMLBindingComponent will require the generation of 2 java
classes.
- createHashCodeMethod(JClass) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Create an "hashCode" method on the given JClass.
- createHashtable(boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType instance representing an
Hashtable instance.
- createIdentity(String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
- createInnerClass(String) - Method in class org.exolab.javasource.AbstractJClass
-
Creates and returns an inner-class for this JClass.
- createIterator(JType, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType instance representing an
Iterator
instance.
- createIterator(JType, boolean, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType instance representing an
Iterator
instance.
- createIteratorMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the iterate method.
- createJavaField(FieldInfo, JClass) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Adds the suitable JField to the JClass.
- createMapping(ClassInfo) - Method in class org.exolab.castor.builder.factory.MappingFileSourceFactory
-
Creates the class mapping for the given ClassInfo.
- createParamDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @param JavaDoc descriptor.
- createParamDesc(String, String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @param JavaDoc descriptor with the given parameter name and description.
- createReferenceDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @reference JavaDoc descriptor.
- createReferenceDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @reference JavaDoc descriptor with the provided reference string.
- createRemoveByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the remove by index method.
- createRemoveByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the remove by index method.
- createRemoveByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createReturnDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @return JavaDoc descriptor.
- createReturnDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @return JavaDoc descriptor with the provided description of what is
returned.
- createSetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the set by index method.
- createSetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the set by index method.
- createSetByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createSource(ClassInfo) - Method in class org.exolab.castor.builder.descriptors.DescriptorSourceFactory
-
Creates the Source code of a MarshalInfo for a given XML Schema element declaration.
- createSource(ClassInfo) - Method in class org.exolab.castor.builder.descriptors.JDOClassDescriptorFactory
-
Creates the Source code of a ClassInfo for a given XML Schema element declaration.
- createSourceCode(XMLBindingComponent, SGStateInfo) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Creates a new ClassInfo for the given XMLBindingComponent.
- createSourceCode(ExtendedBinding, SimpleType, SGStateInfo) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Creates the Java source code to support the given Simpletype.
- createTestableMethods(JClass, FactoryState) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Implement org.castor.xmlctf.CastorTestable im the given JClass.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSId
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSString
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSType
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the string necessary to convert an instance of this XSType to an Object.
- createVersionDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @version JavaDoc descriptor.
- createVersionDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @version JavaDoc descriptor with the provided version string.
- createXMLFieldHandler(FieldInfo, XSType, String, JSourceCode, boolean) - Method in class org.exolab.castor.builder.factory.XMLFieldHandlerFactory
-
Creates the XMLFieldHandler for the given FieldInfo.
- GDAY_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gDay.
- generateExtraCollectionMethods() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if extra methods for collection fields should be generated.
- generateExtraDocumentationMethods() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if extra methods for accessing XML schema documentation should be generated;
default to 'false'.
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates the field initialization code in a constructor.
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Creates the field initialization code in a constructor.
- generateSource(String, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(Reader, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(InputSource, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(Schema, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- getAbstract() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'abstract'.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- getAnnotated() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XML Schema annotated structure used in this XMLBindingComponent.
- getAnnotatedElementHelper() - Method in class org.exolab.javasource.JStructure
-
Returns the object managing the annotations for this JStructure.
- getAnnotation(JAnnotationType) - Method in interface org.exolab.javasource.JAnnotatedElement
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been
set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been
set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JMethod
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been
set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JStructure
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been
set.
- getAnnotationBuilders() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
returns all applied annotation builders.
- getAnnotations() - Method in interface org.exolab.javasource.JAnnotatedElement
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JMethod
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JStructure
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotationType() - Method in class org.exolab.javasource.JAnnotation
-
Returns the JAnnotationType associated with this JAnnotation.
- getArgumentCount() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the amount of arguments.
- getArguments() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the arguments used by this constant.
- getAttributeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBinding.
- getAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBinding.Returns the contents of the
collection in an Array.
- getAttributeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBinding.
- getAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBinding.Returns the contents of the
collection in an Array.
- getAttributeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBindingCount.
- getAttributeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBindingCount.
- getAttributeField(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns a fieldInfo that corresponds to an attribute with the given node name.
- getAttributeFields() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns an array of XML attribute associated fields.
- getAttributeFieldsAsCollection() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns all attribute
FieldInfos as a collection.
- getAutomaticConflictResolutionTypeSuffix() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the type 'suffix' used for the type strategy during automatic class name conflict
resolution during XML code generation; default to "" unless a value is specified.
- getAutomaticNaming() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'automaticNaming'.
- getBaseClass() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the base class of this classInfo if any.
- getBinding() - Method in class org.exolab.castor.builder.binding.BindingLoader
-
Returns the binding loaded by the BindingLoader.
- getBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the Binding Object Model on which this XMLBindingComponent will query information.
- getBound() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'bound'.
- getCDRFile(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the CDRFile (Properties file) associated with the given filename.
- getCDRFilenames() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the set of CDR file names.
- getClassInfo() - Method in class org.exolab.castor.builder.FactoryState
-
Get ClassInfo for _jClass.
- getClassName() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Returns the value of field 'className'.
- getClassNameConflictResolutionStrategy(String) - Method in class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- getClassNameConflictResolutionStrategyNames() - Method in class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- getCollection() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'collection'.
- getCollectionType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the collection name specified in the binding file.
- getCollectionType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the name of collection type such as 'arraylist' in which we will store the different
occurrences of the java member generated to represent that BindingComponent.
- getColumnName() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Retrieves the sql column name.
- getColumnType() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns the sql type of the column.
- getComment() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the comment associated with this Member.
- getComment() - Method in class org.exolab.javasource.AbstractJField
-
Returns the JavaDoc comment describing this member.
- getComment() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the JavaDoc comment describing this member.
- getComment() - Method in class org.exolab.javasource.JDocComment
-
Returns the String value of this JDocComment.
- getComment() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the JavaDoc comment describing this JEnumConstant.
- getComplexTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBinding.
- getComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBinding.Returns the contents of the
collection in an Array.
- getComplexTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBinding.
- getComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBinding.Returns the contents of the
collection in an Array.
- getComplexTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBindingCount.
- getComplexTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBindingCount.
- getComplexTypeName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'complexTypeName'.
- getComponentBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBinding.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBinding.Returns the contents of the
collection in an Array.
- getComponentBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBinding.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBinding.Returns the contents of the
collection in an Array.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the ComponentBinding used in that XMLBindingComponent to retrieve customized
information.
- getComponentBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBindingCount.
- getComponentBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBindingCount.
- getComponentBindingType(Annotated) - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns the ComponentBinding that corresponds to the given Annotated XML Schema structure An
Schema location will be built for the given Annotated XML schema structure.
- getComponentBindingTypeChoice() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Returns the value of field 'componentBindingTypeChoice'.
- getComponentType() - Method in class org.exolab.javasource.JComponentizedType
-
Returns the component type.
- getConfig() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Get BuilderConfiguration instance, for callbacks to obtain certain configured properties.
- getConsoleDialog() - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
- getConstant(String) - Method in class org.exolab.javasource.AbstractJClass
- getConstantCount() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the amount of constants.
- getConstants() - Method in class org.exolab.javasource.AbstractJClass
- getConstructor(int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the constructor at the specified index.
- getConstructors() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the an array of the JConstructors contained within this JClass.
- getContent() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Returns the value of field 'content'.
- getContent() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Return the contents of the collection.
- getContentMember() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'contentMember'.
- getContentMemberName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the name 'override' of a content member as specified in a binding file.
- getContentName() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the variable name for the content of the collection.
- getContentType() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the type of content in this collection.
- getContentType() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the type contained in the list.
- getContructorsCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getCurrentFactoryState() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the current FactoryState that holds information about the classes being generated.
- getDeclaringClass() - Method in class org.exolab.javasource.AbstractJField
-
Returns the class in which this JField has been declared.
- getDeclaringClass() - Method in class org.exolab.javasource.JConstructor
-
Returns the class in which this JConstructor has been declared.
- getDeclaringClassInfo() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the ClassInfo to which this Member was declared, for inheritance reasons.
- getDefault() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the default configuration file.
- getDefaultBindingType() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'defaultBindingType'.
- getDefaultString() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the initialization string for this JAnnotationTypeElement.
- getDefaultValue() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the default value for this FieldInfo.
- getDeleteMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the delete method for this FieldInfo.
- getDescription() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the description String.
- getDescriptors() - Method in class org.exolab.javasource.JDocComment
-
Returns an Enumeration of the parameters of this JDocComment.
- getDetachable() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Indicates whether the entity in question is 'detachable'.
- getDialog() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the Dialog used for interacting with the user.
- getElement(String) - Method in class org.exolab.javasource.JAnnotationType
-
Returns the member with the given name, or null if no member was found with the given name.
- getElementBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBinding.
- getElementBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBinding.Returns the contents of the
collection in an Array.
- getElementBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBinding.
- getElementBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBinding.Returns the contents of the
collection in an Array.
- getElementBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBindingCount.
- getElementBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBindingCount.
- getElementField(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns a fieldInfo that corresponds to an element with the given node name.
- getElementFields() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns an array of XML element associated fields.
- getElementFieldsAsCollection() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns all element
FieldInfos as a collection.
- getElementName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'elementName'.
- getElementName() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the name to be used when referring to the elements of this collection.
- getElementNames() - Method in class org.exolab.javasource.JAnnotation
-
Returns the names of the elements set by this annotation.
- getElements() - Method in class org.exolab.javasource.JAnnotationType
-
Returns an Array containing all our JAnnotationTypeElements.
- getElementValue(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when it is a String.
- getElementValueAnnotation(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when it is a JAnnotation.
- getElementValueAnnotationList(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when it is an array of
JAnnotation.
- getElementValueList(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when it is an array of
String.
- getElementValueObject(String) - Method in class org.exolab.javasource.JAnnotation
-
Returns the given annotation element value as Object, typically used if the value type is not
known.
- getEnumBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBinding.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBinding.Returns the contents of the collection
in an Array.
- getEnumBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBinding.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBinding.Returns the contents of the collection
in an Array.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the EnumBindingType instance for the active binding component.
- getEnumBinding() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the EnumBindingType instance for the active binding component.
- getEnumBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBindingCount.
- getEnumBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBindingCount.
- getEnumClassName() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Returns the value of field 'enumClassName'.
- getEnumConstant(String) - Method in class org.exolab.javasource.JEnum
-
Returns the member with the given name, or null if no member was found with the given name.
- getEnumConstantCount() - Method in class org.exolab.javasource.JEnum
-
Returns the number of enum constants.
- getEnumConstants() - Method in class org.exolab.javasource.JEnum
-
Returns an array of all the JEnumConstant of this JEnum.
- getEnumDef() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'enumDef'.
- getEnumMember(int) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMember.
- getEnumMember() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMember.Returns the contents of the collection
in an Array.
- getEnumMemberCount() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMemberCount.
- getEquals() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'equals'.
- getException() - Method in exception org.exolab.castor.builder.binding.BindingException
-
Returns the embedded Exception, if any.
- getExceptionCount() - Method in class org.exolab.javasource.JMethod
-
Returns the amount of exceptions thrown.
- getExceptions() - Method in class org.exolab.javasource.JConstructor
-
Returns the exceptions that this JConstructor lists in its throws clause.
- getExceptions() - Method in class org.exolab.javasource.JMethod
-
Returns the exceptions that this JMethod throws.
- getExceptions() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the exceptions that this JMethodSignature lists in its throws clause.
- getExclude(int) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExclude.
- getExclude() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExclude.Returns the contents of the collection in
an Array.
- getExcludeCount() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExcludeCount.
- getExcludes() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Returns the value of field 'excludes'.
- getExclusion(String) - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns the
Exclude instance for the element identified by the given local name.
- getExtends() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'extends'.
- getExtends() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the name of a super class for the current XMLBinding.
- getExtends() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the name of a super class for the current BindingComponent.
- getField(String) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the field with the given name, or null if no field was found with that name.
- getField(String) - Method in class org.exolab.javasource.JAnnotationType
-
Not implemented.
- getField(String) - Method in class org.exolab.javasource.JInterface
-
Returns the field with the given name, or null if no field was found with the given name.
- getField(String) - Method in class org.exolab.javasource.JStructure
-
Returns the field with the given name, or null if no field was found with that name.
- getFieldCount() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the number of FieldInfo definitions for this ClassInfo.
- getFieldCount() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the amount of fields.
- getFieldInfoForChoice() - Method in class org.exolab.castor.builder.FactoryState
-
Get FieldInfo used to handle xsd:choice.
- getFieldInfoReference() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the reference to the
FieldInfo instance within the same class.
- getFieldName() - Method in class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
Retrieves the solrj field name.
- getFields() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- getFields() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of all the JFields of this JStructure.
- getFields() - Method in class org.exolab.javasource.JAnnotationType
-
Not implemented.
- getFields() - Method in class org.exolab.javasource.JInterface
-
Returns an array of all the JFields of this Jinterface.
- getFields() - Method in class org.exolab.javasource.JStructure
-
Returns an array of all the JFields of this JStructure.
- getFilename(String) - Method in class org.exolab.javasource.JCompUnit
-
- getFilename(String) - Method in class org.exolab.javasource.JStructure
-
- getFinal() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'final'.
- getFixedValue() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fixed production for this FieldInfo, or null if no fixed value has been specified.
- getForce(int) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForce.
- getForce() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForce.Returns the contents of the collection in an
Array.
- getForceCount() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForceCount.
- getForces() - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns all <force> elements defined in the binding file.
- getForces() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Returns the value of field 'forces'.
- getForeignKeys() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns a List of s holding the columns of the foreign key.
- getForeignKeys() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns a List of s holding the columns of the foreign key.
- getFractionDigits() - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Returns the fractionDigits facet value of this XSType.
- getGenerateImportedSchemas() - Method in class org.exolab.castor.builder.SourceGenerator
-
Indicates whether classes should be created for imported XML schemas as well.
- getGroupBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBinding.
- getGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBinding.Returns the contents of the
collection in an Array.
- getGroupBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBinding.
- getGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBinding.Returns the contents of the
collection in an Array.
- getGroupBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBindingCount.
- getGroupBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBindingCount.
- getGroupInfo() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
- getGroupNaming() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Returns the group naming helper class for naming nested anonymous groups.
- getHandler() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'handler'.
- getHasMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the has method for this FieldInfo.
- getHeader() - Method in class org.exolab.javasource.JStructure
-
Returns the JComment header to display at the top of the source file for this JStructure, or
null if no header was set.
- getId() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns the id of the Nature.
- getId() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns the fully qualified class name of the Nature.
- getId() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns the Nature Id.
- getId() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns the Nature Id.
- getId() - Method in class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
Returns the fully qualified class name of the nature.
- getId() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Implementation returns the fully qualified class name.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getIdentity.
- getImplements(int) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplements.
- getImplements() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplements.Returns the contents of the collection
in an Array.
- getImplements() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns an array of the different interface names implemented by the class that will represent
the current XMLBindingComponent.
- getImplements() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns an array of the different interface names implemented by the class that will represent
the current BindingComponent.
- getImplementsCount() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplementsCount.
- getImportCount() - Method in class org.exolab.javasource.JStructure
-
Returns the amount of imports.
- getImportedSourceCode(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the JClass with the given name or null if no bindings have been specified for a JClass
with the name.
- getImportedSourcesByName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the sources as generated through XML schema imports.
- getImports() - Method in class org.exolab.javasource.JCompUnit
-
Returns a array of String containing all imported classes/packages, also imports within the
same package of this object.
- getImports() - Method in class org.exolab.javasource.JStructure
-
Returns an Enumeration of imported package and class names for this JStructure.
- getInclude(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getInclude.
- getInclude() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getInclude.Returns the contents of the collection in
an Array.
- getIncludeCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getIncludeCount.
- getIndentChar() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current character used for indentation.
- getIndentLevel() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current indentation level.
- getIndentSize() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current indent size (getIndentLevel()*tabSize).
- getInfoFactory() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Get type factory.
- getInitString() - Method in class org.exolab.javasource.AbstractJField
-
Returns the initialization String for this JField.
- getInnerClassCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getInnerClasses() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of JClass (the inner classes) contained within this JClass.
- getInstanceName() - Method in class org.exolab.javasource.JCollectionType
-
Returns the instance name of this collection type.
- getInterface() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'interface'.
- getInterfaceCount() - Method in class org.exolab.javasource.JStructure
-
Return the count of the number of Interfaces that have been added to this JStructure.
- getInterfaces() - Method in class org.exolab.javasource.JStructure
-
Returns an Enumeration of interface names that this JStructure inherits from.
- getIsMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Get the 'is' method for this FieldInfo.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'javaClass'.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getJavaClass.
- getJavaClassName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns a valid Java Class Name corresponding to this XMLBindingComponent.
- getJavaClassName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a valid Java Class Name corresponding to this BindingComponent.
- getJavaMemberName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns a valid Java Member Name corresponding to this XMLBindingComponent.
- getJavaMemberName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a valid Java Member Name corresponding to this BindingComponent.
- getJavaName() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Returns the value of field 'javaName'.
- getJavaNaming() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
- getJavaNaming() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
- getJavaNaming() - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Returns the javaNaming.
- getJavaPackage() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the java package associated with this XML BindingComponent.
- getJavaPackage() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the java package associated with this BindingComponent.
- getJavaType() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'javaType'.
- getJavaType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XSType that corresponds to the Java type chosen to represent the XML Schema
component represented by this XMLBindingComponent.
- getJavaType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the XSType that corresponds to the Java type chosen to represent this BindingComponent.
- getJClass() - Method in class org.exolab.castor.builder.FactoryState
-
Get JClass for which we are currently generating code.
- getJClass() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the JClass described by this ClassInfo.
- getJClassPrinter() - Method in interface org.exolab.castor.builder.printing.JClassPrinterFactory
-
- getJClassPrinter() - Method in class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- getJClassPrinter() - Method in class org.exolab.castor.builder.printing.TemplateJClassPrinterFactory
-
- getJClassPrinterFactories() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns a String representing the list of JClassPrinterFactory instances configured in
the Castor XML code generator property file.
- getJClassPrinterFactory(String) - Method in class org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
-
- getJClassPrinterFactoryNames() - Method in class org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
-
- getJClassPrinterFactoryRegistry() - Method in class org.exolab.castor.builder.SourceGenerator
-
- getJDocComment() - Method in class org.exolab.javasource.JMethod
-
Returns the JavaDoc comment describing this JMethod.
- getJDocComment() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JavaDoc comment describing this JMethodSignature.
- getJDocComment() - Method in class org.exolab.javasource.JStructure
-
Returns the JavaDoc comment for this JStructure.
- getJType() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the JType that this XSType represents.
- getLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the length that this type must have.
- getLength() - Method in class org.exolab.javasource.JDocComment
-
Returns the length of the JavaDoc comment in characters.
- getLines(String) - Method in class org.exolab.castor.builder.printing.TemplateHelper
-
Takes a comment string and splits it into lines that have the maximum length of 70 chars,
- getLineSeparator() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the line separator being used by this JSourceWriter.
- getLocalName() - Method in class org.exolab.javasource.JType
-
Returns the unqualified Java type name (i.e.
- getLocalName() - Method in class org.exolab.javasource.JTypeName
-
Returns the local name of this JTypeName.
- getLocalNameFromClassName(String) - Static method in class org.exolab.javasource.JNaming
-
Returns the local class name from the given fully qualified class name.
- getLowerBound() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the lower bound of the collection that is generated from this BindingComponent.
- getLowerBound() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the lower bound of the collection that is generated from this BindingComponent.
- getMapping(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the Mapping file associated with the given filename.
- getMappingFilenames() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the set of mapping filenames.
- getMaxExclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the maximum exclusive value that this XSDate can hold.
- getMaximumNumberOfConstants() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the maximum number of static constant definitions that are acceptable within one class
file; default is 1000.
- getMaximumSize() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the maximum allowed size for this list.
- getMaxInclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the maximum inclusive value that this XSDate can hold.
- getMaxLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the maximum length occurances of this type can be.
- getMaxOccurs() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns the maximum occurance for this group.
- getMember() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'member'.
- getMemberAndAccessorFactory() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the FieldMemberAndAccessorFactory instance to use to create a JField out of this
FieldInfo.
- getMessage() - Method in exception org.exolab.castor.builder.binding.BindingException
-
Returns a detailed message for this Exception.
- getMethod(String, int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the first occurance of the method with the given name, starting from the specified
index.
- getMethod(int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the JMethod located at the specified index.
- getMethod(String, int) - Method in class org.exolab.javasource.JEnumConstant
-
Returns the first occurance of the method with the given name, starting from the specified
index.
- getMethod(int) - Method in class org.exolab.javasource.JEnumConstant
-
Returns the JMethod located at the specified index.
- getMethod(String, int) - Method in class org.exolab.javasource.JInterface
-
Returns the JMethodSignature with the given name and occuring at or after the given starting
index.
- getMethod(int) - Method in class org.exolab.javasource.JInterface
-
Returns the JMethodSignature at the given index.
- getMethodCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getMethodCount() - Method in class org.exolab.javasource.JEnumConstant
-
- getMethods() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the methods flag that indicates which.
- getMethods() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of all the JMethods of this JClass.
- getMethods() - Method in class org.exolab.javasource.JEnumConstant
-
Returns an array of all the JMethods of this JMethod
- getMethods() - Method in class org.exolab.javasource.JInterface
-
Returns an array of all the JMethodSignatures of this JInterface.
- getMethodSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the method suffix for creating method names.
- getMethodSuffix() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the method suffix for creating method names.
- getMinExclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the minimum exclusive value that this XSDate can hold.
- getMinimumSize() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the minimum allowed size for this list.
- getMinInclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the minimum inclusive value that this XSDate can hold.
- getMinLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the minimum length occurances of this type can be.
- getMinOccurs() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns the minimum occurance for this group.
- getModelGroupName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'modelGroupName'.
- getModifiers() - Method in class org.exolab.javasource.AbstractJField
-
Returns the modifiers for this JField.
- getModifiers() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the modifiers for this JAnnotationTypeElement.
- getModifiers() - Method in class org.exolab.javasource.JConstructor
-
Returns the modifiers for this JConstructor.
- getModifiers() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the modifiers for this JEnumConstant.
- getModifiers() - Method in interface org.exolab.javasource.JMember
-
Returns the modifiers for this JMember.
- getModifiers() - Method in class org.exolab.javasource.JMethod
-
Returns the modifiers for this JMethod.
- getModifiers() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the modifiers for this JMethodSignature.
- getModifiers() - Method in class org.exolab.javasource.JStructure
-
Returns the JModifiers, which allows the qualifiers to be changed.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Returns the value of field 'name'.
- getName() - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
Returns the name of this strategy.
- getName() - Method in class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Returns the name of the strategy.
- getName() - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
Returns the name of the strategy.
- getName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of this FieldInfo.
- getName() - Method in interface org.exolab.castor.builder.printing.JClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.printing.TemplateJClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSIdRefs
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNMTokens
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.javasource.AbstractJField
-
Returns the name of this JField.
- getName() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the name of this JAnnotationTypeElement.
- getName() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the name of the object being described.
- getName() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the name of this JEnumConstant.
- getName() - Method in interface org.exolab.javasource.JMember
-
Returns the name of this JMember.
- getName() - Method in class org.exolab.javasource.JMethod
-
Returns the name of this JMethod.
- getName() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the name of the method.
- getName() - Method in class org.exolab.javasource.JParameter
-
Returns the name of the parameter.
- getName() - Method in class org.exolab.javasource.JType
-
Returns the qualified Java type name.
- getNamespace() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Returns the value of field 'namespace'.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getNameSpacePrefix.
- getNamespacePrefix() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the namespace prefix of the object described by this XMLInfo.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getNameSpaceURI.
- getNamespaceURI() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the namespace URI of the object described by this XMLInfo.
- getNamingXML() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'namingXML'.
- getNegativeInfinity() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
- getNodeName() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the XML name for the object described by this XMLInfo.
- getNodeType() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the node type for the object described by this XMLInfo.
- getNodeTypeName() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the string name of the nodeType, either "attribute", "element" or "text".
- getPackage(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackage.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackage.Returns the contents of the collection in
an Array.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'package'.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Returns the value of field 'package'.
- getPackageCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackageCount.
- getPackageFromClassName(String) - Static method in class org.exolab.javasource.JNaming
-
Returns the package name from the given class name.
- getPackageName() - Method in class org.exolab.castor.builder.FactoryState
-
Get package for the class currently being generated.
- getPackageName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Get package used when creating new classes.
- getPackageName() - Method in class org.exolab.javasource.JCompUnit
-
Returns the name of the package that this JCompUnit is a member of.
- getPackageName() - Method in class org.exolab.javasource.JStructure
-
Returns the name of the package that this JStructure is a member of.
- getPackageName() - Method in class org.exolab.javasource.JTypeName
-
Returns the package name of this JTypeName.
- getPackageTypeChoice() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Returns the value of field 'packageTypeChoice'.
- getParamDescriptor(String) - Method in class org.exolab.javasource.JDocComment
-
Returns the Parameter Descriptor associated with the given name.
- getParameter(int) - Method in class org.exolab.javasource.JMethod
-
Returns the JParameter at the given index.
- getParameter(int) - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JParameter at the given index.
- getParameterClassNames() - Method in class org.exolab.javasource.JMethodSignature
-
Returns an array containing the names of the classes of the parameters in this
JMethodSignature.
- getParameterCount() - Method in class org.exolab.javasource.JConstructor
-
Returns the amount of parameters.
- getParameterCount() - Method in class org.exolab.javasource.JMethod
-
Returns the amount of parameters.
- getParameterPrefix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the element type name converted to a parameter prefix.
- getParameters() - Method in class org.exolab.javasource.JConstructor
-
Returns an array of JParameters consisting of the parameters of this JConstructor in declared
order.
- getParameters() - Method in class org.exolab.javasource.JMethod
-
Returns the set of JParameters for this JMethod.
- getParameters() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the set of JParameters in this JMethodSignature.
- getPatterns() - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Get list of pattern facets.
- getPositiveInfinity() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
- getPrefix() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Returns the value of field 'prefix'.
- getPrimaryKeys() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns a List of s holding the columns of the primary key.
- getProperty(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns a property from the default configuration file.
- getProperty(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
- getProperty(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
- getQualifiedName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name used for generating a java name that represents this
XMLBindingComponent.
- getQualifiedName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a fully qualified java class name.
- getQualifiedName() - Method in class org.exolab.javasource.JTypeName
-
Returns the qualified name of this JTypeName.
- getReadMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the read method for this FieldInfo.
- getReferenceMethodSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the suffix (ending) that should be used when creating the extra collection methods.
- getReferenceSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the reference suffix to use for 'reference style' methods.
- getReturnType() - Method in class org.exolab.javasource.JMethod
-
Returns the JType that represents the return type of the JMethod.
- getReturnType() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JType that represents the return type for the method signature.
- getSchema() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the underlying Schema of the wrapped structure.
- getSchemaLocation() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Returns the value of field 'schemaLocation'.
- getSchemaLocation() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the schemaLocation of the parent schema of the wrapped structure.
- getSchemaLocation(Structure, StringBuffer) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Deduces an XPATH expression qualifying the path from the schema root to the given structure in
question.
- getSchemaLocation(Structure, StringBuffer, boolean) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Deduces an XPATH expression qualifying the path from the schema root to the given structure in
question.
- getSchemaLocation(Structure, boolean) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Returns a string (XPATH) representation of an XML Schema component.
- getSchemaLocation(Structure) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Returns a string (XPATH) representation of an XML Schema component.
- getSchemaType() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the XML Schema type for the described object.
- getSGStateInfo() - Method in class org.exolab.castor.builder.FactoryState
-
Returns the SGStateInfo.
- getSignature() - Method in class org.exolab.javasource.JMethod
-
Returns the JMethodSignature for this JMethod.
- getSimpleTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBinding.
- getSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBinding.Returns the contents of the
collection in an Array.
- getSimpleTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBinding.
- getSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBinding.Returns the contents of the
collection in an Array.
- getSimpleTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBindingCount.
- getSimpleTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBindingCount.
- getSingleClassGenerator() - Method in class org.exolab.castor.builder.conflictresolution.BaseClassNameCRStrategy
-
Returns the current caller of this strategy implementation.
- getSource() - Method in class org.exolab.javasource.JSourceCode
-
Returns a vector of source lines.
- getSourceCode(Annotated) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the array of JClass for the given Annotated structure or null if no bindings have been
specified for the given Structure.
- getSourceCode(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the JClass with the given name or null if no bindings have been specified for a JClass
with the name.
- getSourceCode() - Method in class org.exolab.javasource.JConstructor
-
Returns the source code for this JConstructor.
- getSourceCode() - Method in class org.exolab.javasource.JMethod
-
Returns the JSourceCode for the method body.
- getSourceCodeEntries() - Method in class org.exolab.javasource.AbstractJClass
-
Returns a collection of (complete) source code fragments.
- getSourceCodeEntryCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the SourceGenerator instance being used.
- getSourceGenerator() - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- getSourcesByName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the sources as generated through XML schema imports.
- getStaticInitializationCode() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the JSourceCode for the static initializer of this JClass.
- getStatusCode() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the current status.
- getSubstitutionGroupMembers() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the possible substitution groups for this class.
- getSubstitutionGroups() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the possible substitution groups.
- getSuffix() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Returns the value of field 'suffix'.
- getSuperClass() - Method in class org.exolab.javasource.JClass
-
Returns the super class that this class extends.
- getSuperClassQualifiedName() - Method in class org.exolab.javasource.JClass
-
Returns the qualified name of the super class that this class extends.
- getSuppressNonFatalWarnings() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns true if non-fatal warnings should be suppressed.
- getTableName() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns the table name.
- getTargetNamespace() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the targetNamespace of the parent schema of the wrapped structure.
- getTextField() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the FieldInfo for the XML text associated field.
- getTotalDigits() - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Returns the totalDigits facet value of this XSType.
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.BindingType
-
Method getType.Returns the type of this BindingType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
Method getType.Returns the type of this
FieldTypeCollectionType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType
-
Method getType.Returns the type of this
FieldTypeVisibilityType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.VisibilityType
-
Method getType.Returns the type of this VisibilityType
- getType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the type of this component binding.
- getType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the type of this component binding.
- getType() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSIdRefs
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSList
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNMTokens
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.javasource.AbstractJField
-
Returns the JType representing the type of this JField.
- getType() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the JType representing the type of this JAnnotationTypeElement.
- getType() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the type of this JDocDescriptor.
- getType() - Method in class org.exolab.javasource.JParameter
-
Returns the parameter type.
- getUpperBound() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the upper bound of the collection that is generated from this BindingComponent.
- getUpperBound() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the upper bound of the collection that is generated from this BindingComponent.
- getURI() - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Returns the value of field 'URI'.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'validator'.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name of the Validator to use.
- getValidator() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the fully qualified name of the Validator to use.
- getValidator() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fully qualified name of the Validator to use.
- getValue() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Returns the value of field 'value'.
- getValue() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the value specified in the XML Schema for the XML Schema component wrapped in this
XMLBindingComponent.
- getValue() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the default value of the member generated from this binding component.
- getValue() - Method in class org.exolab.javasource.JAnnotation
-
Returns the annotation element value when it is a String.
- getValueAnnotation() - Method in class org.exolab.javasource.JAnnotation
-
Returns the annotation element value when it is an annotation.
- getVersion() - Static method in class org.exolab.castor.builder.SourceGenerator
-
Returns the version number of this SourceGenerator.
- getVisibility() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Returns the value of field 'visibility'.
- getVisibility() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'visibility'.
- getVisibility() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns this field's 'visibility'.
- getVisiblity() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the visibility of the Java member to generate.
- getWhiteSpace() - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Returns the whiteSpace facet of this type.
- getWrapper() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'wrapper'.
- getWrapperName() - Method in class org.exolab.javasource.JPrimitiveType
-
Return the name of the wrapper object for a primitive type, null for non-primitive types.
- getWriteMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the write method for this FieldInfo.
- getXMLFieldHandler() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLFieldHandler() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLFieldHandler() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLInfoRegistry() - Method in class org.exolab.castor.builder.SourceGenerator
-
Returns the
JClassRegistry instance associated with this source generator.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XML name declared in the XML Schema for this XMLBindingComponent.
- getXMLType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XMLType of the underlying structure.
- getXSList() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the schema type represented by this collection.
- GMONTH_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gMonth.
- GMONTHDAY_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gMonthDay.
- GROUP_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identify a model group.
- GroupInfo - Class in org.exolab.castor.builder.info
-
A class to hold group information.
- GroupInfo() - Constructor for class org.exolab.castor.builder.info.GroupInfo
-
Creates a new GroupInfo.
- GroupNaming - Class in org.exolab.castor.builder
-
A simple class used for creating class names for unnamed Groups in XML Schema.
- GroupNaming(JavaNaming) - Constructor for class org.exolab.castor.builder.GroupNaming
-
Creates a new GroupNaming.
- GYEAR_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gYear.
- GYEARMONTH_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gYearMonth.
- ID_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:ID.
- IdentityInfo - Class in org.exolab.castor.builder.info
-
- IdentityInfo(String, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.IdentityInfo
-
Creates a new IdentityInfo.
- IdentityMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
This class translates a fieldInfo describing an identity into the suitable getter<7setter
methods.
- IdentityMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.IdentityMemberAndAccessorFactory
-
Creates the IdentityMemberAndAccessorFactory.
- IDREF_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:IDREF.
- IDREFS_NAME - Static variable in class org.exolab.castor.builder.types.XSIdRefs
-
Name of the IDREFS type.
- IDREFS_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:IDREFS.
- IncludeType - Class in org.exolab.castor.builder.binding.xml
-
A binding file can include other binding files by specifying the
location
(URI) of the binding files to include.
- IncludeType() - Constructor for class org.exolab.castor.builder.binding.xml.IncludeType
-
- IncludeTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class IncludeTypeDescriptor.
- IncludeTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
- indent() - Method in class org.exolab.javasource.JSourceCode
-
Increases the current indent level by 1.
- indent() - Method in class org.exolab.javasource.JSourceWriter
-
Increases the indentation level by 1.
- INDEX_OUT_OF_BOUNDS_EXCEPTION - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass instance of type 'java.lang.IndexOutOfBoundsException'.
- INFINITY_VALUE - Static variable in class org.exolab.castor.builder.types.XSDouble
-
- InformViaLogClassNameCRStrategy - Class in org.exolab.castor.builder.conflictresolution
-
An implementation of
ClassNameCRStrategy that reports any conflict notifications to a log
file, basically stating what classes have been overwriten as a result of such a name conflict.
- InformViaLogClassNameCRStrategy() - Constructor for class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Creates an instance of this name conflict resolution strategy, that will emit warnings to the
user as part of a standard logging aproach.
- INT - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- INT - Static variable in class org.exolab.javasource.JType
-
JType instance for a int (Integer).
- INT_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:int.
- INTEGER - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- INTEGER_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:integer.
- Interface - Class in org.exolab.castor.builder.binding.xml
-
Class Interface.
- Interface() - Constructor for class org.exolab.castor.builder.binding.xml.Interface
-
- INTERFACE - Static variable in interface org.exolab.castor.builder.BindingComponent
-
An interface binding component.
- InterfaceDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class InterfaceDescriptor.
- InterfaceDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
- IO_EXCEPTION - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass instance of type 'java.io.IOException'.
- isAbstract() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'abstract'.
- isAbstract() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the class that will represent the current XMLBindingComponent must be abstract.
- isAbstract() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns true if the class generated from the current BindingComponent will be abstract.
- isAbstract() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns true if the JClass represented by this ClassInfo is abstract.
- isAbstract() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifiers includes the qualifier "abstract".
- isAnnotationPresent(JAnnotationType) - Method in interface org.exolab.javasource.JAnnotatedElement
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JMethod
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JStructure
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isArray() - Method in class org.exolab.javasource.JType
-
Returns true if this type represents an Array.
- isAutomaticConflictResolution() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
indicates whether automatic class name conflict resolution during XML code generation should
take place or not.
- isBound() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'bound'.
- isBound() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo represents a bound property.
- isChoice() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns true if the compositor of this GroupInfo is a choice.
- isChoice() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if the compositor of this GroupInfo is a choice.
- isCollection() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if this XSType represents a collection.
- isCollection() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents a collection.
- isContainer() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo describes a container class.
- isContainer() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if this ClassInfo describes a container class.
- isCreateGroupItem() - Method in class org.exolab.castor.builder.FactoryState
-
Returns true if we are currently in the state of creating a group item class.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSId
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSString
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.javasource.AbstractJField
-
Indicates whether this JField instance represents a field of type date/time.
- isDerivedFromXSList() - Method in class org.exolab.castor.builder.types.XSList
-
Indicates whether this
XSList instance has been created as a result of a
definition.
- isDirty() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns true if field will NOT be checked against the database for modification, otherwise
false.
- isDirty() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns true if field will NOT be checked against the database for modification, otherwise
false.
- isDirty() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns true if field will NOT be checked against the database for modification, otherwise
false.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if XSD is global element or element with anonymous type or false if property is
not set.
- isEmpty() - Method in class org.exolab.javasource.JSourceCode
-
Returns true if this JSourceCode is empty (ie.
- isEnum(JClass) - Method in class org.exolab.castor.builder.printing.TemplateHelper
-
Returns true if the
JClass instance is instance of JEnum.
- isEnumerated() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents an enumerated type.
- isEquals() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'equals'.
- isExtraMethods() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Indicates whether extra collection methods should be created.
- isFinal() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'final'.
- isFinal() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the class that will represent the current XMLBindingComponent must be final.
- isFinal() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns true if the class generated from the current BindingComponent will be final.
- isFinal() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Indicates whether this field is final.
- isFinal() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifiers includes the qualifier "final".
- isFixed() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the wrapped XML Schema component is fixed (i.e the value used is fixed).
- isIdDefinition() - Method in class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
Returns true if the solrj annotation is of type @Id.
- isInJavaLang(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a Java class in java.lang.* which will cause a problem when
used as a variable name.
- isKeyword(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a Java keyword which will cause a problem when used as a
variable name.
- isMultivalued() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Return whether or not the object described by this XMLInfo is multi-valued (appears more than
once in the XML document).
- isMultivalued() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns whether or not the object described by this XMLInfo is multi-valued (appears more than
once in the XML document).
- isNewline() - Method in class org.exolab.javasource.JSourceWriter
-
Checks to see if the cursor is positioned on a new line.
- isNillable() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the wrapped XML Schema component is nillable.
- isNillable() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this field represents a nillable field.
- isPackage() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is package (i.e., without
qualifier).
- isParameterizedCollectionsObject(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a parameterized Java collection.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSId
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSString
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.javasource.JType
-
Returns true if this type represents a Java primitive type.
- isPrivate() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "private".
- isProtected() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "protected".
- isPublic() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "public".
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns true if no update on the column can be performed, false otherwise.
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns true if no update on the column can be performed, false otherwise.
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns true if no update on the column can be performed, false otherwise.
- isRequired() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Return true if the XML object described by this GroupInfo must appear at least once in the XML
document (or object model).
- isRequired() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Return true if the XML object described by this XMLInfo must appear at least once in the XML
document (or object model).
- isReservedByCastor(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a reserved name by Castor which may cause a problem when
used as a variable name.
- isReservedByWindows(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a reserved name by the Windows filesystem which will cause
a problem when used as a class name under Windows.
- isSequence() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns true if the compositor of this GroupInfo is a sequence.
- isSequence() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if the compositor of this GroupInfo is a sequence.
- isStatic() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Indicates whether this field is static.
- isStatic() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifier includes the qualifier "static".
- isTransient() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo is a transient member.
- isTransient() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifier includes the qualifier "transient".
- isUseJava50() - Method in class org.exolab.javasource.JComponentizedType
-
Indicates whether Java 5.0 is used.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Method isValid.
- isValidJavaIdentifier(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String matches the production of a valid Java identifier.
- isWrapper() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'wrapper'.
- iterateAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateAttributeBinding.
- iterateAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateAttributeBinding.
- iterateComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateComplexTypeBinding.
- iterateComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateComplexTypeBinding.
- iterateComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateComponentBinding.
- iterateComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateComponentBinding.
- iterateElementBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateElementBinding.
- iterateElementBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateElementBinding.
- iterateEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateEnumBinding.
- iterateEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateEnumBinding.
- iterateEnumMember() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method iterateEnumMember.
- iterateExclude() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method iterateExclude.
- iterateForce() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method iterateForce.
- iterateGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateGroupBinding.
- iterateGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateGroupBinding.
- iterateImplements() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method iterateImplements.
- iterateInclude() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateInclude.
- iteratePackage() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iteratePackage.
- iterateSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateSimpleTypeBinding.
- iterateSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateSimpleTypeBinding.
- SEQUENCE - Static variable in class org.exolab.castor.builder.info.GroupInfo
-
The compositor value that indicates that all fields are required and order is important.
- SET - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the set type
- SET_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The set type
- setAbstract(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'abstract'.
- setAbstract(boolean) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Sets the class of this ClassInfo to be abstract of
abstractClass is true, false otherwise.
- setAbstract(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "abstract".
- setAccessMode(AccessMode) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- setArguments(String[]) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the arguments specified by this constant.
- setAsAll() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be "all".
- setAsChoice() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be a choice.
- setAsEnumerated(boolean) - Method in class org.exolab.castor.builder.types.XSType
-
Sets the enumerated flag for this XSClass.
- setAsSequence() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be a sequence.
- setAttributeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setAttributeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setAttributeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setAttributeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setAutomaticNaming(AutomaticNamingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'automaticNaming'.
- setBaseClass(ClassInfo) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Sets the base class of this classInfo.
- setBaseURL(String) - Method in class org.exolab.castor.builder.binding.BindingLoader
-
Sets the base URL for the binding and related files.
- setBinding(ExtendedBinding) - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Sets the Binding Object Model on which this XMLBindingComponent will query information.
- setBinding(ExtendedBinding) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use with this instance of the SourceGenerator.
- setBinding(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use given the path name of a Castor Binding File.
- setBinding(InputSource) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use given an InputSource identifying a Castor Binding File.
- setBound(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'bound'.
- setBound(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this FieldInfo represents a bound property.
- setBoundProperties(boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets whether or not the fields should be bound properties.
- setBoundProperties(boolean) - Method in class org.exolab.castor.builder.FactoryState
-
Allows setting the bound properties flag.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.factory.EnumerationFactory
-
Set to true if enumerated type lookups should be performed in a case insensitive manner.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Set to true if enumerated type lookups should be performed in a case insensitive manner.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Set to true if enumerated type lookups should be performed in a case insensitive manner.
- setCDRFile(String, Properties) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the CDR (ClassDescriptorResolver) file associated with the given filename.
- setClassDescFieldNames(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'classDescFieldNames' property.
- setClassName(String) - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Sets the value of field 'className'.
- setClassNameConflictResolver(ClassNameConflictResolver) - Method in class org.exolab.castor.builder.JClassRegistry
-
- setClassNameConflictResolver(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the ClassNameConflictResolver instance to be used for automatic class name conflict
resolution.
- setCollection(FieldTypeCollectionType) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'collection'.
- setColumnName(String) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the sql column name.
- setColumnType(String) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the column sql type.
- setComment(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the comment for this Member.
- setComment(JDocComment) - Method in class org.exolab.javasource.AbstractJField
-
Sets the JavaDoc comment describing this JField.
- setComment(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the JavaDoc comment describing this JField.
- setComment(JDocComment) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the JavaDoc comment describing this member.
- setComment(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the JavaDoc comment describing this member.
- setComment(String) - Method in class org.exolab.javasource.JComment
-
Sets the comment String of this JDocComment.
- setComment(String) - Method in class org.exolab.javasource.JDocComment
-
Sets the comment String of this JDocComment.
- setComment(JDocComment) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the JavaDoc comment describing this JEnumConstant.
- setComment(String) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the JavaDoc comment describing this JEnumConstant.
- setComment(String) - Method in class org.exolab.javasource.JMethod
-
Sets the comment describing this JMethod.
- setComment(String) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the JavaDoc comment describing this JMethodSignature.
- setComplexTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComplexTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComplexTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComplexTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComplexTypeName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'complexTypeName'.
- setComponentBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComponentBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComponentBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComponentBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComponentBindingTypeChoice(ComponentBindingTypeChoice) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Sets the value of field 'componentBindingTypeChoice'.
- setConsoleDialog(ConsoleDialog) - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
- setConsoleDialog(ConsoleDialog) - Method in class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Sets the console dialog to use with this strategy.
- setConsoleDialog(ConsoleDialog) - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
Sets the console dialog to use with this strategy.
- setContainer(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this FieldInfo describes a container field.
- setContainer(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not this ClassInfo describes a container class.
- setContent(String) - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Sets the value of field 'content'.
- setContentMember(ContentMemberType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'contentMember'.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets whether or not to create extra collection methods for accessing the actual collection.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to create extra collection methods for accessing the actual collection.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Sets whether or not to create extra collection methods for accessing the actual collection.
- setCreateGroupItem(boolean) - Method in class org.exolab.castor.builder.FactoryState
-
Sets to true if we are currently generating a class to represent items in a group.
- setCreateMarshalMethods(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to create the XML marshaling framework specific methods (marshal,
unmarshal, validate) in the generated classes.
- setCreateMarshalMethods(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create the XML marshaling framework specific methods (marshal,
unmarshal, validate) in the generated classes.
- setCurrentFactoryState(FactoryState) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the current FactoryState.
- setDateTime(boolean) - Method in class org.exolab.javasource.AbstractJField
-
To indicate whether this JField instance represents a field of type date/time.
- setDeclaringClass(JClass) - Method in class org.exolab.javasource.AbstractJField
-
Sets the class that declares this JField.
- setDeclaringClassInfo(ClassInfo) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the
ClassInfo of the class that declares this field.
- setDefaultBindingType(BindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'defaultBindingType'.
- setDefaultProperties(Properties) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Overrides the current set of properties with the given properties.
- setDefaultString(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the initialization string for this JAnnotationTypeElement.
- setDefaultValue(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the default value for this FieldInfo.
- setDerivedFromXSList(boolean) - Method in class org.exolab.castor.builder.types.XSList
-
Sets whether this
XSList instance has been created as a result of a
definition.
- setDescription(String) - Method in class org.exolab.javasource.JDocDescriptor
-
Sets the description String for this descriptor.
- setDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to create ClassDescriptors for the generated classes.
- setDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create ClassDescriptors for the generated classes.
- setDestDir(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the destination directory.
- setDestDir(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the destination directory.
- setDetachable(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Sets whether the entity is 'detachable'.
- setDigitsFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Transfer given facet if it is a digits facet.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
If set true, field will NOT be checked against the database for modification, otherwise set
false.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
If set true, field will NOT be checked against the database for modification, otherwise set
false.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
If set true, field will NOT be checked against the database for modification, otherwise set
false.
- setElementBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setElementBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setElementBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setElementBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setElementDefinition(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not XSD is element or not.
- setElementName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'elementName'.
- setElementValue(String, String) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=value pair.
- setElementValue(String, String[]) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=list pair.
- setElementValue(String, JAnnotation) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=annotation pair.
- setElementValue(String, JAnnotation[]) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=array of annotations.
- setEnumBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setEnumBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setEnumBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setEnumBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setEnumClassName(EnumClassName) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Sets the value of field 'enumClassName'.
- setEnumDef(EnumBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'enumDef'.
- setEnumMember(int, EnumMember) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
- setEnumMember(EnumMember[]) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
- setEquals(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'equals'.
- setEqualsMethod(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'equalsmethod' property.
- setExclude(int, Exclude) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
- setExclude(Exclude[]) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
- setExcludes(Excludes) - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Sets the value of field 'excludes'.
- setExtends(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'extends'.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSClass
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSListType
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSType
-
Set the given facet for XSType if applicable.
- setFacets(SimpleType) - Method in class org.exolab.castor.builder.types.XSType
-
Reads and sets the facets for XSType.
- setFailOnFirstError(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
If true, the source generator will fail on the first error encountered.
- setFieldInfoForChoice(FieldInfo) - Method in class org.exolab.castor.builder.FactoryState
-
Set FieldInfo used to handle xsd:choice.
- setFieldInfoReference(FieldInfo) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the field within the same class that is a reference to this field.
- setFieldName(String) - Method in class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
Sets the solrj field name.
- setFinal(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'final'.
- setFinal(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the "final" status of this FieldInfo.
- setFinal(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "final".
- setFixedValue(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the fixed value in which instances of this field type must lexically match.
- setForce(int, String) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
- setForce(String[]) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
- setForces(Forces) - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Sets the value of field 'forces'.
- setFractionDigits(int) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Sets the fractionDigits facet for this XSType.
- setGenerateImportedSchemas(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to generate Java sources for imported XML Schema.
- setGenerateMappingFile(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not a mapping file should be generated, this is false by default.
- setGroupBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setGroupBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setGroupBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setGroupBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setGroupInfo(GroupInfo) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
- setGroupNaming(GroupNaming) - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Sets the group naming helper class for naming nested anonymous groups.
- setHandler(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'handler'.
- setHeader(JComment) - Method in class org.exolab.javasource.JCompUnit
-
Sets the header comment for this JCompUnit.
- setHeader(JComment) - Method in class org.exolab.javasource.JStructure
-
Sets the header comment for this JStructure.
- setIdDefinition(boolean) - Method in class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
Sets whether or not the annotated solrj field is of type @Id.
- setImplements(int, String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
- setImplements(String[]) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
- setInclude(int, IncludeType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setInclude(IncludeType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setInitString(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the initialization string for this JField.
- setInterface(Interface) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'interface'.
- setJavaClass(ClassType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'javaClass'.
- setJavaName(String) - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Sets the value of field 'javaName'.
- setJavaNaming(JavaNaming) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
- setJavaType(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'javaType'.
- setJClassPrinterType(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- setJClassPrinterType(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the jclassPrinter type.
- setJdoDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to create JDOClassDescriptors for the generated classes.
- setJdoDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create JDO-specific class descriptors for the generated classes.
- setLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the length of this type.
- setLengthFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Transfer given facet if it is one of length, maxLength or minLength.
- setLineSeparator(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the line separator to use when printing the source code.
- setLineSeparator(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the line separator to use when printing the source code.
- setLineSeparator(String) - Method in class org.exolab.javasource.JSourceWriter
-
Sets the line separator to use at the end of each line.
- setLocalName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the local name for this JTypeName.
- setLocationPackageMapping(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the schemaLocation to package mapping.
- setMapping(String, MappingRoot) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the Mapping file associated with the given filename.
- setMappingFilename(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the filename of the mapping file.
- setMaxExclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the maximum exclusive value that this XSDate can hold.
- setMaximumSize(int) - Method in class org.exolab.castor.builder.types.XSListType
-
Sets the maximum allowed size for this list.
- setMaxInclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the maximum inclusive value that this XSDate can hold.
- setMaxLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the maximum length of this type.
- setMaxOccurs(int) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the maximum occurance for this group.
- setMember(FieldType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'member'.
- setMethods(int) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets which methods to create: READ_METHOD, WRITE_METHOD, READ_WRITE_METHODS.
- setMinExclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the minimum exclusive value that this XSDate can hold.
- setMinimumSize(int) - Method in class org.exolab.castor.builder.types.XSListType
-
Sets the minimum allowed size for this list.
- setMinInclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the minimum inclusive value that this XSDate can hold.
- setMinLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the minimum length of this XSString.
- setMinOccurs(int) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the minimum occurrence for this group.
- setModelGroupName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'modelGroupName'.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.AbstractJField
-
Sets the access modifiers on this JField.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JConstructor
-
Sets the modifiers on this JConstructor.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JMethod
-
Sets the JModifiers for this JMethod.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the JModifiers for this method signature.
- setMultivalued(boolean) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets whether the XML object can appear more than once in the XML document.
- setMultivalued(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether the XML object can appear more than once in the XML document.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the name of this JField.
- setName(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the name of this JAnnotationTypeElement.
- setName(String) - Method in class org.exolab.javasource.JDocDescriptor
-
Sets the name value of the JavaDoc field.
- setName(String) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the name of this JEnumConstant.
- setName(String) - Method in class org.exolab.javasource.JMethod
-
Sets the name of this JMethod.
- setName(String) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the name of the method.
- setName(String) - Method in class org.exolab.javasource.JParameter
-
Sets the name of this parameter.
- setName(String) - Method in class org.exolab.javasource.JType
-
Sets the qualified name of this type.
- setNameConflictStrategy(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- setNameConflictStrategy(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the strategy for handling name conflicts.
- setNamespace(String) - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Sets the value of field 'namespace'.
- setNamespacePackageMapping(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the namespace to package mapping.
- setNamespacePrefix(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the desired namespace prefix for this XMLInfo There is no guarantee that this prefix will
be used.
- setNamespaceURI(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the Namespace URI for this XMLInfo.
- setNamingXML(NamingXMLType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'namingXML'.
- setNegativeInfinity(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
- setNillable(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this field can be nillable.
- setNodeName(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the XML name of the object described by this XMLInfo.
- setNodeType(NodeType) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the nodeType for this XMLInfo.
- setPackage(int, PackageType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setPackage(PackageType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setPackage(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'package'.
- setPackage(String) - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Sets the value of field 'package'.
- setPackageName(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Set package used when creating new classes.
- setPackageName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the package name of this JTypeName.
- setPackageTypeChoice(PackageTypeChoice) - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Sets the value of field 'packageTypeChoice'.
- setParent(FactoryState) - Method in class org.exolab.castor.builder.FactoryState
-
Sets the parent of this FactoryState.
- setPositiveInfinity(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
- setPrefix(String) - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Sets the value of field 'prefix'.
- setPrimitiveWrapper(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'primitivetowrapper' property.
- setPromptForOverwrite(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to prompt when we would otherwise overwrite an existing JClass.
- setProperty(String, Object) - Method in class org.exolab.castor.builder.info.ClassInfo
-
- setProperty(String, Object) - Method in class org.exolab.castor.builder.info.FieldInfo
-
- setQualifiedName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the qualified name of this JTypeName.
- setRangeFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Transfer given facet if it is a range.
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the column read only.
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Sets the column read only.
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Sets the column read only.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets the method suffix (ending) to use when creating the extra collection methods.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets the method suffix (ending) to use when creating the extra collection methods.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Sets the method suffix (ending) to use when creating the extra collection methods.
- setRequired(boolean) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets whether or not the XML object must appear at least once.
- setRequired(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not the XML object must appear at least once.
- setResourceDestination(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the destination directory for resources, e.g.
- setResourceDestinationDirectory(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the destination directory for generated resources.
- setSAX1(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets to true if SAX1 should be used in the marshall method.
- setSAX1(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Set to true if SAX1 should be used in the marshal method.
- setSchemaLocation(String) - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Sets the value of field 'schemaLocation'.
- setSchemaType(XSType) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the XML Schema type for this XMLInfo.
- setSimpleTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setSimpleTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setSimpleTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setSimpleTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setSingleClassGenerator(SingleClassGenerator) - Method in class org.exolab.castor.builder.conflictresolution.BaseClassNameCRStrategy
-
Sets the current caller of this strategy implementation.
- setSingleClassGenerator(SingleClassGenerator) - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
- setSourceCode(String) - Method in class org.exolab.javasource.JConstructor
-
Sets the source code for this constructor.
- setSourceCode(JSourceCode) - Method in class org.exolab.javasource.JConstructor
-
Sets the source code for this constructor.
- setSourceCode(String) - Method in class org.exolab.javasource.JMethod
-
Sets the given string as the source code (method body) for this JMethod.
- setSourceCode(JSourceCode) - Method in class org.exolab.javasource.JMethod
-
Sets the given JSourceCode as the source code (method body) for this JMethod.
- setSourceGenerator(SourceGenerator) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
- setSourceGenerator(SourceGenerator) - Method in interface org.exolab.castor.builder.conflict.strategy.ClassNameConflictResolver
-
- setStatic(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the "static" status of this FieldInfo.
- setStatic(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "static".
- setStatusCode(int) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the current status code to the given one.
- setStyle(short) - Method in class org.exolab.javasource.JComment
-
Sets the style for this JComment.
- setSubstitutionGroupMembers(List<String>) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the possible substitution groups for this class.
- setSubstitutionGroups(List<String>) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the possible substitution groups.
- setSuffix(String) - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Sets the value of field 'suffix'.
- setSuperClass(String) - Method in class org.exolab.javasource.JClass
-
Sets the super Class that this class extends.
- setSuppressNonFatalWarnings(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to suppress non-fatal warnings encountered during source generation.
- setTableName(String) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Sets the table name to the given String.
- setTestable(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to implement CastorTestable.
- setTestable(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to implement CastorTestable.
- setTotalDigits(int) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Sets the totalDigits facet for this XSType.
- setTransient(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the transient status of this FieldInfo.
- setTransient(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "transient".
- setType(JType) - Method in class org.exolab.javasource.JParameter
-
Sets the type of this parameter.
- setURI(String) - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Sets the value of field 'URI'.
- setUseEnumeratedTypeInterface(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'enumTypeAccessInterface' property.
- setUseOldFieldNaming(boolean) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
- setValidator(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'validator'.
- setValidator(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the Validator to use.
- setValue(String) - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Sets the value of field 'value'.
- setValue(String) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value.
- setValue(String[]) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as a list.
- setValue(JAnnotation) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as an annotation.
- setValue(JAnnotation[]) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as a list of annotation values.
- setVerbose(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not the source code generator prints additional messages during generating
source code.
- setView(Annotated) - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Sets the window on the given Annotated XML Schema structure.
- setVisibility(VisibilityType) - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Sets the value of field 'visibility'.
- setVisibility(FieldTypeVisibilityType) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'visibility'.
- setVisibility(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the visibility of this FieldInfo.
- setWhiteSpace(String) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Sets the whiteSpace facet of this XSType.
- setWhiteSpaceFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Transfer given facet if it is a whiteSpace.
- setWrapper(boolean) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'wrapper'.
- setXMLFieldHandler(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the XMLfieldHandler to use.
- SGStateInfo - Class in org.exolab.castor.builder
-
A class for maintaining state for the SourceGenerator.
- SGStateInfo(Schema, SourceGenerator) - Constructor for class org.exolab.castor.builder.SGStateInfo
-
Creates a new SGStateInfo.
- SGTypes - Class in org.exolab.castor.builder
-
A collection of type definitions and factory methods to create those types, as used by the XML
code generator of Castor during code generation.
- SGTypes() - Constructor for class org.exolab.castor.builder.SGTypes
-
- SHORT - Static variable in class org.exolab.javasource.JType
-
JType instance for a short (Short).
- SHORT_OBJECT - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- SHORT_PRIMITIVE - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- SHORT_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:short.
- SIMPLETYPE_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identity a simplyType.
- SingleClassGenerator - Class in org.exolab.castor.builder
-
Writes a single class (and any associated inner classes) to a file.
- SingleClassGenerator(ConsoleDialog, SourceGenerator, String, String) - Constructor for class org.exolab.castor.builder.SingleClassGenerator
-
Creates an instance of this class.
- size() - Method in class org.exolab.javasource.JSourceCode
-
Returns the number of source code lines (aka JCodeStatements) set so far.
- SolrjFieldInfoNature - Class in org.exolab.castor.builder.info.nature
-
- SolrjFieldInfoNature(FieldInfo) - Constructor for class org.exolab.castor.builder.info.nature.SolrjFieldInfoNature
-
- SORTEDSET - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the sortedset type
- SORTEDSET_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The sortedset type
- SourceFactory - Class in org.exolab.castor.builder.factory
-
Creates the Java Source classes for Schema components.
- SourceFactory(BuilderConfiguration, FieldInfoFactory, GroupNaming, SourceGenerator) - Constructor for class org.exolab.castor.builder.factory.SourceFactory
-
Creates a new SourceFactory with the given FieldInfoFactory.
- SourceGenerator - Class in org.exolab.castor.builder
-
A Java Source generation tool which uses XML Schema definitions to create an Object model.
- SourceGenerator() - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the default FieldInfo factory.
- SourceGenerator(FieldInfoFactory) - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the specific field info Factory.
- SourceGenerator(FieldInfoFactory, ExtendedBinding) - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the specific field info Factory and the given Binding element.
- SourceGeneratorConstants - Interface in org.exolab.castor.builder
-
Defines contants used throughout source generation.
- SourceGeneratorMain - Class in org.exolab.castor.builder
-
Main line method for command-line invokation of the source generation tool.
- StandardJClassPrinterFactory - Class in org.exolab.castor.builder.printing
-
- StandardJClassPrinterFactory() - Constructor for class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- STOP_STATUS - Static variable in class org.exolab.castor.builder.SGStateInfo
-
The SourceGenerator has been stopped by an error or by the user.
- storeImportedSourcesByName(Map<String, JClass>) - Method in class org.exolab.castor.builder.SGStateInfo
-
Stores generated sources as processed within an imported schema.
- STRING - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass instance of type 'java.lang.String'.
- STRING - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- STRING_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:string.
- SUPER_CLASS - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
Property specifying the super class for all generated classes.