- addAnonymousInnerClass() - Method in class org.jibx.schema.codegen.NewInstanceBuilder
-
Create an anonymous inner class as the target of this new instance expression.
- addAny(AnnotatedBase) - Method in class org.jibx.schema.codegen.GroupItem
-
Add a child any.
- addAssignToName(Expression, String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append an assignment from an expression to a field or local variable.
- addAssignVariableToField(String, String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append an assignment from a local variable to a field.
- addBinding(String, boolean) - Method in class org.jibx.binding.generator.BindGen
-
Get the binding definition for a namespace, creating a new one if not previously defined.
- addBreak() - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a 'break' statement.
- addCall(InvocationBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a method call statement.
- addCharacterLiteralOperand(char) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add a character literal operand to expression.
- addChild(CustomBase) - Method in class org.jibx.custom.classes.ClassCustom
-
Add child.
- addChild(ClassHolder.DataNode) - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Add a child node (which may be another parent) to this parent.
- addChild(CustomBase) - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Add child.
- addChild(CustomBase) - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Add child.
- addClass(String, NameConverter, ClassDecorator[], boolean, boolean, BindingHolder) - Method in class org.jibx.schema.codegen.PackageHolder
-
Add class to package.
- addClass(String, String, NameConverter, ClassDecorator[], boolean, BindingHolder) - Method in class org.jibx.schema.codegen.PackageHolder
-
Add derived class to package.
- addClassCustomization(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Get initialized class customization information, creating it if it doesn't already exist.
- addCollectionBinding(boolean, ValueCustom, Map, BindingHolder) - Method in class org.jibx.ws.wsdl.tools.Jibx2Wsdl
-
Add the <mapping> definition for a typed collection to a binding.
- addConstructor(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add constructor declaration.
- addDefault(StatementBuilderBase) - Method in class org.jibx.schema.codegen.SwitchBuilder
-
Add default case to switch statement.
- addDependency(ComponentExtension) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Add dependency extension.
- addEnumConstant(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add a constant to a Java 5 enum definition.
- addEnumConstant(String, String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add a constant to a Java 5 enum definition.
- addExpressionStatement(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append an expression statement.
- addExtensionChild(Object) - Method in class org.jibx.custom.classes.GlobalCustom
-
Add a child extension element.
- addExtraAttribute(String, String, String) - Method in class org.jibx.ws.wsdl.model.OpenAttrBase
-
Add extra attribute.
- addFaultMessage(Message) - Method in class org.jibx.ws.wsdl.model.Operation
-
Add reference to fault message.
- addField(FieldDeclaration) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add separately-constructed field declaration.
- addField(String, Type) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add field declaration.
- addField(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add field declaration.
- addField(FieldDeclaration) - Method in class org.jibx.schema.codegen.ClassHolder
-
Add separately-constructed field to this class definition.
- addField(FieldDeclaration) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Add field declaration to class.
- addGroup(AnnotatedBase) - Method in class org.jibx.schema.codegen.GroupItem
-
Add a child grouping structure.
- addIfElseIfStatement(ExpressionBuilderBase, ExpressionBuilderBase, BlockBuilder, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append an 'if-else-if' statement.
- addIfElseStatement(ExpressionBuilderBase, BlockBuilder, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append an 'if-else' statement.
- addIfStatement(ExpressionBuilderBase, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a simple 'if' statement (no else).
- addImport(String) - Method in class org.jibx.schema.codegen.ClassHolder
-
Add import for class.
- addImport(String) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Add import for class.
- addImport(String, boolean) - Method in class org.jibx.schema.codegen.ImportsTracker
-
Add import for class.
- addIndexedForStatement(String, String, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a standard 'for' statement using an index variable over an array.
- addInnerClass(IClassHolder) - Method in class org.jibx.schema.codegen.PackageHolder
-
Add an inner class to package.
- addInputMessage(Message) - Method in class org.jibx.ws.wsdl.model.Operation
-
Add reference to input message.
- addInterface(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add an interface to this class definition.
- addInterface(String) - Method in class org.jibx.schema.codegen.ClassHolder
-
Add an interface to this class definition.
- addInterface(String) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Add an interface to this class definition.
- addIntField(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add int field declaration with constant initialization.
- addIteratedForStatement(String, Type, ExpressionBuilderBase, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a standard 'for' statement using an iterator.
- addJavaDoc(String, BodyDeclaration) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add JavaDoc to a declaration.
- addLocalType(String, String) - Method in class org.jibx.schema.codegen.ImportsTracker
-
Add local definition name to those visible in class.
- addLocalVariableDeclaration(String, String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a local variable declaration.
- addLocalVariableDeclaration(Type, String, ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a local variable declaration with initializer expression.
- addLocalVariableDeclaration(String, String, ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a local variable declaration with initializer expression.
- addMessage(Message) - Method in class org.jibx.ws.wsdl.model.Definitions
-
Add message definition.
- addMethod(MethodDeclaration) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add separately-constructed method declaration.
- addMethod(String, Type) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add method declaration.
- addMethod(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add method declaration.
- addMethod(MethodDeclaration) - Method in class org.jibx.schema.codegen.ClassHolder
-
Add separately-constructed method declaration to this class definition.
- addMethod(MethodDeclaration) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Add method declaration to class.
- addNamedCase(String, StatementBuilderBase) - Method in class org.jibx.schema.codegen.SwitchBuilder
-
Add case to switch statement with a named constant as the match value.
- addNamespace(String) - Method in class org.jibx.ws.wsdl.model.Definitions
-
Add namespace to set declared in WSDL.
- addNamespaceDeclaration(String, String) - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Add namespace declaration.
- addNoCaseSet(String[], Set) - Static method in class org.jibx.custom.CustomUtils
-
Utility method to add an array of names to a set, ignoring case.
- addNullOperand() - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add a null literal operand to expression.
- addNumberCase(String, StatementBuilderBase) - Method in class org.jibx.schema.codegen.SwitchBuilder
-
Add case to switch statement with a number as the match value.
- addNumberLiteralOperand(String) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add a number literal operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.ArrayAccessBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.CastBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add operand to expression.
- addOperand(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add another expression as an operand.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.InfixExpressionBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.InvocationBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.NewArrayBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.NewInstanceBuilder
-
Add operand to expression.
- addOperand(Expression) - Method in class org.jibx.schema.codegen.PrefixExpressionBuilder
-
Add operand to expression.
- addOperation(Operation) - Method in class org.jibx.ws.wsdl.model.Definitions
-
Add operation definition.
- addOutputMessage(Message) - Method in class org.jibx.ws.wsdl.model.Operation
-
Add reference to output message.
- addParameter(String, Type) - Method in class org.jibx.schema.codegen.MethodBuilder
-
Add a method parameter.
- addParameter(String, String) - Method in class org.jibx.schema.codegen.MethodBuilder
-
Add a method parameter.
- addReference(ComponentExtension) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Add reference extension.
- addReference(AnnotatedBase, DefinitionItem) - Method in class org.jibx.schema.codegen.GroupItem
-
Add a child reference structure.
- addReturnExpression(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a statement returning the value of an expression.
- addReturnNamed(String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a statement returning the value of a field or local variable.
- addReturnNull() - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a statement returning null.
- addRootUris(Collection) - Method in class org.jibx.binding.generator.BindGen
-
Adds a collection of namespace URIs to be referenced at root binding level.
- addServiceCustomization(String) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Add new service customization.
- addSourceComment(String, String) - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Add optionally tagged source comment for this body.
- addSourceComment(String) - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Add untagged source comment for this body.
- addSourceComment(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Set source comment for this class.
- addStatement(StatementBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a constructed statement.
- addStringLiteralOperand(String) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add a string literal operand to expression.
- addSugaredForStatement(String, String, ExpressionBuilderBase, BlockBuilder) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a Java 5 "enhanced" 'for' statement.
- addSwitch(String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a 'switch' statement using a local variable or field name as the switch value.
- addSwitch(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a 'switch' statement using a constructed expression as the switch value.
- addThrowException(String, String) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a throw new exception statement.
- addThrowException(String, ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.BlockBuilder
-
Append a throw new exception statement.
- addThrows(String) - Method in class org.jibx.schema.codegen.MethodBuilder
-
Add an exception type to those thrown by the method.
- addType(TypeDeclaration) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Add separately-constructed inner class declaration.
- addType(TypeDeclaration) - Method in class org.jibx.schema.codegen.ClassHolder
-
Add separately-constructed inner class declaration to this class definition.
- addType(TypeDeclaration) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Add inner type declaration to class.
- addValue(AnnotatedBase, QName, JavaType) - Method in class org.jibx.schema.codegen.GroupItem
-
Add a child value.
- addVariableOperand(String) - Method in class org.jibx.schema.codegen.ExpressionBuilderBase
-
Add a local variable or field name operand to expression.
- adjustName() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Adjust name based on group nesting.
- ANY_DISCARD - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- ANY_DOM - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- ANY_MAPPED - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- AnyItem - Class in org.jibx.schema.codegen
-
Information for an xs:any item to be included in code generated from schema.
- appendDocText(StringBuffer) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Append documentation text to description.
- appendSelectConstText(StringBuffer) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Append selection constant text to description, if selection constant defined.
- apply(IClassLocator) - Method in class org.jibx.custom.classes.ClassCustom
-
Apply customizations to class to fill out members.
- apply(IClassLocator) - Method in interface org.jibx.custom.classes.IApply
-
Apply customizations to default values.
- apply(IClassLocator) - Method in class org.jibx.custom.classes.PackageCustom
-
Apply customizations to default values.
- apply(ComponentExtension, ValidationContext) - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Apply customizations to a schema extension.
- apply(IClassLocator) - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Apply customizations to fault to fill out members.
- apply(IClassItem, IClassLocator, IDocumentFormatter) - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Apply customizations to method to fill out parameter and return information.
- apply(IClassLocator, IDocumentFormatter) - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Apply customizations to service to fill out members.
- apply(IClassLocator) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Apply customizations to services to fill out members.
- applyAndCountUsage(ValidationContext) - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Apply extensions to schema definition component, deleting components flagged for skipping and substituting types
as configured.
- applyAndNormalize() - Method in class org.jibx.schema.codegen.CodeGen
-
Apply extensions and normalize all schemas.
- applyAndNormalize() - Method in class org.jibx.schema.codegen.Refactory
-
Apply extensions and normalize all schemas.
- applyOverrides(Map) - Method in class org.jibx.binding.generator.BindGenCommandLine
-
- applyOverrides(Map) - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Apply map of override values to customizations read from file or created as default.
- applyOverrides(Map) - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
- applyOverrides(Map) - Method in class org.jibx.schema.codegen.SchemaCommandLineBase
-
- applyOverrides(Map) - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
- applyOverrides(Map) - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
- ARITY_OPTIONAL_COLLECTION - Static variable in class org.jibx.schema.codegen.custom.BaseExtension
-
- ARITY_OPTIONAL_SINGLETON - Static variable in class org.jibx.schema.codegen.custom.BaseExtension
-
- ARITY_REQUIRED_COLLECTION - Static variable in class org.jibx.schema.codegen.custom.BaseExtension
-
- ARITY_REQUIRED_SINGLETON - Static variable in class org.jibx.schema.codegen.custom.BaseExtension
-
- ArrayAccessBuilder - Class in org.jibx.schema.codegen
-
Abstract syntax tree array access expression builder.
- ArrayAccessBuilder(ClassBuilder, ArrayAccess) - Constructor for class org.jibx.schema.codegen.ArrayAccessBuilder
-
Constructor.
- ASTBuilderBase - Class in org.jibx.schema.codegen
-
Abstract syntax tree builder base class.
- ASTBuilderBase(AST) - Constructor for class org.jibx.schema.codegen.ASTBuilderBase
-
Constructor.
- ATTRIBUTE_STYLE_INTEGER - Static variable in class org.jibx.custom.classes.NestingBase
-
- ATTRIBUTE_VALUE_STYLE - Static variable in class org.jibx.custom.classes.NestingBase
-
- CAMEL_CASE_NAMES - Static variable in class org.jibx.custom.classes.CustomBase
-
- CastBuilder - Class in org.jibx.schema.codegen
-
Abstract syntax tree array cast expression builder.
- CastBuilder(ClassBuilder, CastExpression) - Constructor for class org.jibx.schema.codegen.CastBuilder
-
Constructor.
- checkInclude(String) - Method in class org.jibx.binding.generator.BindGen
-
Check if a class needs to be included in the binding.
- checkMatch(String, SchemaElement) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Check if this customization matches a particular schema.
- checkNoNamespace(BindingElement) - Static method in class org.jibx.schema.codegen.CodeGen
-
Check if a binding definition uses the no-namespace namespace.
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.binding.generator.BindGenCommandLine
-
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.custom.classes.ClassCustomizationBase
-
Check if an extension parameter is recognized.
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Check extension parameter.
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.schema.codegen.SchemaCommandLineBase
-
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
- checkParameter(CustomizationCommandLineBase.ArgList) - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
- checkRemovable() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Check if the global definition can be removed from the schema.
- checkSchemas(ValidationContext) - Method in class org.jibx.schema.codegen.custom.SchemasetCustom
-
Recursively check that each schema customization has been matched to a schema.
- ClassBuilder - Class in org.jibx.schema.codegen
-
Builder for a class definition.
- ClassBuilder(AnonymousClassDeclaration, ClassBuilder) - Constructor for class org.jibx.schema.codegen.ClassBuilder
-
Constructor for an anonymous inner class.
- ClassCustom - Class in org.jibx.custom.classes
-
Class customization information.
- ClassCustomizationBase - Class in org.jibx.custom.classes
-
Command line processor for customizable tools working with Java classes.
- ClassCustomizationBase(String[]) - Constructor for class org.jibx.custom.classes.ClassCustomizationBase
-
Constructor.
- ClassDecorator - Interface in org.jibx.schema.codegen.extend
-
Interface implemented by class construction decorators used during code generation.
- ClassHolder - Class in org.jibx.schema.codegen
-
Information for a class to be included in code generated from schema.
- ClassHolder(String, String, PackageHolder, BindingHolder, NameConverter, ClassDecorator[], boolean, boolean) - Constructor for class org.jibx.schema.codegen.ClassHolder
-
Constructor.
- ClassHolder(String, ClassHolder, boolean) - Constructor for class org.jibx.schema.codegen.ClassHolder
-
Constructor for creating a child inner class definition.
- ClassHolder.DataNode - Class in org.jibx.schema.codegen
-
Information for a data structure component of a class definition.
- ClassHolder.DataNode(Item, ClassHolder.ParentNode) - Constructor for class org.jibx.schema.codegen.ClassHolder.DataNode
-
Constructor.
- ClassHolder.LeafNode - Class in org.jibx.schema.codegen
-
Information for a leaf node of the data structure tree.
- ClassHolder.LeafNode(Item, ClassHolder.ParentNode) - Constructor for class org.jibx.schema.codegen.ClassHolder.LeafNode
-
Constructor.
- ClassHolder.ParentNode - Class in org.jibx.schema.codegen
-
Information for an interior node of the data structure tree.
- ClassHolder.ParentNode(GroupItem, ClassHolder.ParentNode) - Constructor for class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Constructor.
- classifyContent() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Classify the content of this item as attribute, element, and/or character data content.
- classifyContent() - Method in class org.jibx.schema.codegen.GroupItem
-
Classify the content of this item as attribute, element, and/or character data content.
- classifyContent() - Method in class org.jibx.schema.codegen.Item
-
Classify the content of this item as attribute, element, and/or character data content, and as requiring content
of some form if appropriate.
- classifyContent() - Method in class org.jibx.schema.codegen.ReferenceItem
-
Classify the content of this item as attribute, element, and/or character data content, and as requiring content
of some form if appropriate.
- ClassItemSourceWrapper - Class in org.jibx.custom.classes
-
Wrapper for class field or method item with added source information.
- ClassSourceLocator - Class in org.jibx.custom.classes
-
Locator that supports both class file lookup and source file lookup.
- ClassSourceLocator(String[]) - Constructor for class org.jibx.custom.classes.ClassSourceLocator
-
Constructor.
- ClassSourceWrapper - Class in org.jibx.custom.classes
-
Wrapper for class with added source information.
- ClassSourceWrapper(IClassSourceLocator, ClassFile) - Constructor for class org.jibx.custom.classes.ClassSourceWrapper
-
Constructor.
- clean(File) - Static method in class org.jibx.custom.CustomUtils
-
Clean directory by recursively deleting children.
- clearExtraAttributes() - Method in class org.jibx.ws.wsdl.model.OpenAttrBase
-
Clear extra attribute list.
- clearNamespaceDeclarations() - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Clear namespace declarations list.
- clone(ASTNode) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Clone an AST node.
- CodeGen - Class in org.jibx.schema.codegen
-
Code generator from schema definition.
- CodeGen(SchemasetCustom, URL, File) - Constructor for class org.jibx.schema.codegen.CodeGen
-
Constructor.
- CodeGen(SchemasetCustom, ValidationContext) - Constructor for class org.jibx.schema.codegen.CodeGen
-
Constructor used by tests.
- CodeGenCommandLine - Class in org.jibx.schema.codegen
-
Command line processing specifically for the
CodeGen class.
- CodeGenCommandLine() - Constructor for class org.jibx.schema.codegen.CodeGenCommandLine
-
Constructor.
- COLLECTION_VARIABLE_NAME - Static variable in class org.jibx.schema.codegen.ClassHolder
-
- COLLECTION_VARIABLE_TYPE - Static variable in class org.jibx.schema.codegen.ClassHolder
-
- CollectionMethodsDecorator - Class in org.jibx.schema.codegen.extend
-
Code generation decorator which adds sizeXXX(), addXXX(YYY) getXXX(int), and
clearXXX() methods for each collection value using a java.util.List representation.
- CollectionMethodsDecorator() - Constructor for class org.jibx.schema.codegen.extend.CollectionMethodsDecorator
-
- COMMENT_LEAD_TEXT - Static variable in class org.jibx.schema.codegen.SchemaDocumentationGenerator
-
Leading text for comment lines.
- compareTo(Object) - Method in class org.jibx.schema.codegen.StringKeyed
-
Compare to another instance.
- ComponentCustom - Class in org.jibx.schema.codegen.custom
-
Class for all schema component elements, with the exception of the <schema> element itself.
- ComponentCustom(String, NestingCustomBase) - Constructor for class org.jibx.schema.codegen.custom.ComponentCustom
-
Constructor.
- ComponentCustomUnmarshaller - Class in org.jibx.schema.codegen.custom
-
Unmarshaller class for all nested customizations.
- ComponentCustomUnmarshaller() - Constructor for class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
- ComponentExtension - Class in org.jibx.schema.codegen.custom
-
Extension information for all schema components other than the schema element itself.
- ComponentExtension(OpenAttrBase, GlobalExtension) - Constructor for class org.jibx.schema.codegen.custom.ComponentExtension
-
Constructor.
- CONVERTFORCE_METHOD - Static variable in class org.jibx.schema.codegen.EnumerationClassHolder
-
Static conversion method name, with exception if value not matched.
- CONVERTIF_METHOD - Static variable in class org.jibx.schema.codegen.EnumerationClassHolder
-
Static conversion method name, with null return if value not matched.
- convertMemberNameCase(String) - Static method in class org.jibx.custom.classes.SharedValueBase
-
Convert case of member name derived from name used in code.
- convertName(String, int) - Static method in class org.jibx.custom.classes.CustomBase
-
Convert class, method, or parameter name to XML name.
- convertName(String) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Convert class or unprefixed field name to element or attribute name using current format.
- convertReserved(String) - Static method in class org.jibx.schema.codegen.NameUtils
-
Convert name if it is reserved in Java.
- convertToDefinition() - Method in class org.jibx.schema.codegen.GroupItem
-
Convert an embedded group to a freestanding definition.
- convertTypeReference() - Method in class org.jibx.schema.codegen.GroupItem
-
Handle groups which consist of a single type reference, or of an extension type reference, by subclassing the
class generated for the reference.
- copy(Item, GroupItem) - Method in class org.jibx.schema.codegen.AnyItem
-
Copy the item under a different parent.
- copy(Item, GroupItem) - Method in class org.jibx.schema.codegen.GroupItem
-
Copy the item under a different parent.
- copy(Item, GroupItem) - Method in class org.jibx.schema.codegen.Item
-
Copy the item under a different parent.
- copy(Item, GroupItem) - Method in class org.jibx.schema.codegen.ReferenceItem
-
Copy the item under a different parent.
- copy(Item, GroupItem) - Method in class org.jibx.schema.codegen.ValueItem
-
Copy the item under a different parent.
- countReference() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Count a reference to this definition.
- createBlock() - Method in class org.jibx.schema.codegen.MethodBuilder
-
Create a block builder for the method body.
- createExpressionMethodCall(ExpressionBuilderBase, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create method call builder on the reference result of an expression.
- createInstance(String, UnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase.ClassDecoratorUnmarshaller
-
Create an instance of the appropriate class decorator class, to be used for unmarshalling.
- createInstance(String, UnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase.ExtensionUnmarshaller
-
Instance creation method.
- createInstance(String, UnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase.NameConverterUnmarshaller
-
Create an instance of the appropriate name converter class, to be used for unmarshalling.
- createLocalStaticMethodCall(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create internal static method call builder.
- createMemberMethodCall(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create internal member method call builder.
- createNormalMethodCall(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create method call builder on a local variable or field value.
- createParameterizedType(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create a parameterized type.
- createParameterizedType(String, Type) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create a parameterized type.
- createParameterizedType(String, String) - Method in class org.jibx.schema.codegen.SourceBuilder
-
Create a parameterized type.
- createStaticMethodCall(String, String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create a static method call builder.
- createStaticMethodCall(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create a static method call builder.
- createType(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Create type definition.
- createType(String) - Method in class org.jibx.schema.codegen.SourceBuilder
-
Create type definition.
- createTypeName(String) - Method in class org.jibx.schema.codegen.SourceBuilder
-
Create type name.
- current() - Method in class org.jibx.custom.CustomizationCommandLineBase.ArgList
-
Get current argument value.
- CustomBase - Class in org.jibx.custom.classes
-
Base class for all customizations.
- CustomBase(SharedNestingBase) - Constructor for class org.jibx.custom.classes.CustomBase
-
Constructor.
- CustomBase - Class in org.jibx.schema.codegen.custom
-
Base class for all schema customizations.
- CustomBase(NestingCustomBase) - Constructor for class org.jibx.schema.codegen.custom.CustomBase
-
Constructor.
- CustomizationCommandLineBase - Class in org.jibx.custom
-
Command line processor for all types of customizable tools.
- CustomizationCommandLineBase(String[]) - Constructor for class org.jibx.custom.CustomizationCommandLineBase
-
Constructor.
- CustomizationCommandLineBase.ArgList - Class in org.jibx.custom
-
Wrapper class for command line argument list.
- CustomizationCommandLineBase.ArgList(String[]) - Constructor for class org.jibx.custom.CustomizationCommandLineBase.ArgList
-
Constructor.
- customizeSchemas(String, ProblemHandler) - Method in class org.jibx.schema.codegen.CodeGen
-
Validate and apply customizations to loaded schemas.
- customizeSchemas() - Method in class org.jibx.schema.codegen.Refactory
-
Validate and apply customizations to loaded schemas.
- CustomUtils - Class in org.jibx.custom
-
Support methods used by customization code.
- CustomUtils() - Constructor for class org.jibx.custom.CustomUtils
-
- generate(Boolean, List) - Method in class org.jibx.binding.generator.BindGen
-
Generate binding(s) for a list of classes.
- generate(boolean, SourceBuilder) - Method in class org.jibx.schema.codegen.ClassHolder
-
Generate this class.
- generate(boolean, String, String, String, List, List, File, ProblemHandler) - Method in class org.jibx.schema.codegen.CodeGen
-
Generate code from a list of schemas.
- generate(boolean, SourceBuilder) - Method in class org.jibx.schema.codegen.EnumerationClassHolder
-
Generate this class.
- generate(boolean, TypeData, AST) - Method in class org.jibx.schema.codegen.PackageHolder
-
Generate a specific class within this package.
- generate(boolean, AST, BindingOrganizer) - Method in class org.jibx.schema.codegen.PackageHolder
-
Generate this package.
- generate(GroupItem, boolean) - Method in class org.jibx.schema.codegen.SchemaDocumentationGenerator
-
Generate documentation from the schema component corresponding to a class.
- generate(boolean, SourceBuilder) - Method in class org.jibx.schema.codegen.StructureClassHolder
-
Generate this class.
- generate(List) - Method in class org.jibx.schema.generator.SchemaGen
-
Generate a list of schemas from a list of bindings.
- generateInner(boolean, SourceBuilder) - Method in class org.jibx.schema.codegen.ClassHolder
-
Generate any inner classes of this class.
- generateSpecified(ArrayList, List, List) - Method in class org.jibx.binding.generator.BindGen
-
Generate binding(s) for lists of classes.
- GeneratorCustom - Class in org.jibx.schema.codegen.custom
-
Generator customization.
- GeneratorCustom(NestingCustomBase) - Constructor for class org.jibx.schema.codegen.custom.GeneratorCustom
-
Constructor.
- getAbstract() - Method in class org.jibx.binding.generator.BindGenCommandLine
-
Get force abstract mapping setting.
- getAbstractMapping() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get the abstract <mapping> for the target class.
- getAccessMethodMap() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get map from access method name to property customization information for properties covered by this
<mapping>.
- getActiveFacetsMask() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the bitmask of facet element flags to be processed.
- getActualType() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get 'actual-type' attribute value.
- getAnyHandling() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:any handling text value set specifically for this element.
- getAnyType() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get the xs:any handling type code to be applied for this component.
- getAnyType() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:any handling type code to be applied for this component and all nested components.
- getBaseName() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get value name as used in code.
- getBaseName() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Get base name for corresponding property.
- getBaseName() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get base name for corresponding property.
- getBinding(String) - Method in class org.jibx.binding.generator.BindGen
-
Get the binding definition for a namespace, which must already have been created.
- getBindingDirectory() - Method in class org.jibx.schema.codegen.CodeGen
-
Get the binding directory.
- getBindingFileName() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get binding definition file name.
- getBindingFileName() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get binding definition file name.
- getBindingName() - Method in class org.jibx.binding.generator.BindGenCommandLine
-
Get binding name.
- getBindingName() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get binding name.
- getBindingName() - Method in class org.jibx.schema.codegen.TypeData
-
Get fully-qualified name as used in binding.
- getBindingName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get binding name.
- getBindingName() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the binding name.
- getBindingName() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get binding name.
- getBindingQName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get binding qualified name
- getBindingType() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get the value type name in binding form.
- getBoundType() - Method in class org.jibx.ws.wsdl.tools.custom.ValueCustom
-
Get value type to be bound.
- getBuilder() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the builder for this class.
- getCheckMethod() - Method in class org.jibx.schema.codegen.JavaType
-
Get check method name.
- getChild(String) - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Get child by name.
- getChildCount() - Method in class org.jibx.schema.codegen.GroupItem
-
Get the number of items present in the group.
- getChildren() - Method in class org.jibx.custom.classes.ClassCustom
-
Get list of children.
- getChildren() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get child nodes of this parent.
- getChildren() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get child customizations.
- getChoiceHandling() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:choice handling text value set specifically for this element.
- getChoiceType() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get the xs:choice handling type code to be applied for this component.
- getChoiceType() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:choice handling type code to be applied for this component and all nested components.
- getClassCount() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get the total number of classes (including inner classes) in package.
- getClassCustom() - Method in class org.jibx.custom.classes.SharedValueBase
-
Convenience method to access the containing class customization element.
- getClassCustomization(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Get class customization information.
- getClassCustomization(String) - Method in class org.jibx.custom.classes.PackageCustom
-
Get existing information for class in this package.
- getClassDecorators() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get code generation decorators used for this component.
- getClassDecorators() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get code generation decorators used for this component.
- getClassDocumentation(IClass) - Method in interface org.jibx.custom.classes.IDocumentFormatter
-
Get formatted documentation from class.
- getClassDocumentation(IClass) - Method in class org.jibx.schema.generator.DocumentFormatter
-
Get formatted documentation from class, in the form of a list of org.w3c.dom.Node instances.
- getClassFields() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get the field information for every class in this package.
- getClassInfo(String) - Method in class org.jibx.custom.classes.ClassSourceLocator
-
Get the information for a class.
- getClassInfo(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Get class information.
- getClassInformation() - Method in class org.jibx.custom.classes.ClassCustom
-
Get actual class information.
- getClassLocator() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get class locator.
- getClassName() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Get name to be used for generated class.
- getClassName() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get name to be used for generated class.
- getClassName() - Method in class org.jibx.schema.codegen.custom.GeneratorCustom
-
Get class name.
- getClassName() - Method in class org.jibx.schema.codegen.GroupItem
-
Get class name set directly for this group.
- getClassName() - Method in class org.jibx.schema.codegen.JavaType
-
Get fully-qualified object type name.
- getClassName() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get service class name.
- getComplexDetails() - Method in class org.jibx.schema.generator.DetailDirectory
-
Get all complex type details.
- getComponent() - Method in class org.jibx.schema.codegen.custom.BaseExtension
-
Get schema component.
- getComponentExtension() - Method in class org.jibx.schema.codegen.Item
-
Get schema component annotation corresponding to this item.
- getConcreteMapping() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get the concrete <mapping> for the target class.
- getContainingClass(IUnmarshallingContext) - Static method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Gets the parent element link from the unmarshalling stack.
- getContainingObject(IUnmarshallingContext) - Static method in class org.jibx.custom.classes.CustomBase
-
Gets the parent element link from the unmarshalling stack.
- getContainingObject(IUnmarshallingContext) - Static method in class org.jibx.schema.codegen.custom.CustomBase
-
Gets the parent element link from the unmarshalling stack.
- getCreateType() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the type name to be used when creating an instance of this class.
- getCreateType() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get 'create-type' attribute value.
- getCustom() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get the containing global extension.
- getCustom() - Method in class org.jibx.schema.generator.EnumDetail
-
Get class customization information.
- getCustomization(String) - Method in class org.jibx.schema.codegen.custom.SchemasetCustom
-
Get existing schema customization information.
- getCustomRoot() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get customizations model root.
- getCustomRoot() - Method in class org.jibx.schema.codegen.SchemaCommandLineBase
-
Get customizations model root.
- getDataType() - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Get fully-qualified name of exception data class.
- getDeclaration() - Method in class org.jibx.schema.codegen.FieldBuilder
-
Get the field declaration.
- getDeclaration() - Method in class org.jibx.schema.codegen.MethodBuilder
-
Get the method declaration.
- getDefinition() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get definition item.
- getDefinition() - Method in class org.jibx.schema.codegen.ReferenceItem
-
Get the referenced structure.
- getDependency(int) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get dependency extension by index position.
- getDependencyCount() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get the number of dependencies for this component.
- getDeserializer() - Method in class org.jibx.custom.classes.ClassCustom
-
Get deserializer method.
- getDeserializerMethod() - Method in class org.jibx.schema.codegen.JavaType
-
Get deserializer method name.
- getDifferenceFile() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get file to be used for finding differences in generated data model.
- getDocumentation() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get schema documentation for this node.
- getDocumentation() - Method in class org.jibx.ws.wsdl.model.Operation
-
Get documentation.
- getDocumentation() - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Get documentation.
- getDocumentation() - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Get value documentation node list.
- getDocumentation() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get operation documentation.
- getDocumentation() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get service documentation node list.
- getDocumentation() - Method in class org.jibx.ws.wsdl.tools.custom.ThrowsCustom
-
Get value documentation node list.
- getDocumentation() - Method in class org.jibx.ws.wsdl.tools.custom.ValueCustom
-
Get value documentation node list.
- getEffectiveClassName() - Method in class org.jibx.schema.codegen.GroupItem
-
Get effective item name, applying inheritance if necessary.
- getEffectiveName() - Method in class org.jibx.schema.codegen.Item
-
Get effective item name, applying inheritance if necessary.
- getElementName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the element name to be used for this class in a concrete mapping.
- getElementName() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Get the schema element name for the component.
- getElementName() - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Get XML element name for exception data.
- getElementQName() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get the element name used for a concrete mapping.
- getElementQName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the qualified element name to be used for this class in a concrete mapping.
- getElementReference() - Method in class org.jibx.ws.wsdl.model.MessagePart
-
Get referenced element name.
- getEnumerationTypeText() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get the enumeration representation text value set specifically for this element.
- getEnumType() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get the enumeration representation type code to be applied for this schema or set of schemas.
- getEnumValueMethod() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the method used to retrieve the text value for an enum class.
- getEvent() - Method in class org.jibx.ws.wsdl.tools.SignatureParser
-
Get current event.
- getExceptionJavaDoc(int) - Method in class org.jibx.custom.classes.ClassItemSourceWrapper
-
- getExceptionType() - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Get fully-qualified exception class name.
- getExcludes() - Method in class org.jibx.custom.classes.ClassCustom
-
Get list of names to be excluded from class representation.
- getExcludes() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Get the names of definitions to be excluded from generation.
- getExcludes() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get list of method names to be excluded as operations.
- getExtendsType() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get the fully-qualified class name of the type extended by this <mapping>.
- getExtension() - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Get extension data.
- getExtensionBase() - Method in class org.jibx.schema.generator.MappingDetail
-
Get base mapping for schema type extension.
- getExtensionChildren() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get the extension elements used in this customization.
- getExtraArgs() - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Get extra arguments from command line.
- getExtraAttributes() - Method in class org.jibx.ws.wsdl.model.OpenAttrBase
-
Get read-only list of extra attributes.
- getExtraTypes() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get extra classes to be included in binding.
- getFactoryMethod() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the factory method to be used when creating an instance of this class.
- getFactoryMethod() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get 'factory' attribute value.
- getFaultCustomization(String) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get fault customization information.
- getFaultName() - Method in class org.jibx.ws.wsdl.tools.custom.FaultCustom
-
Get Fault name.
- getFaults() - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get list of Faults.
- getFieldName() - Method in class org.jibx.custom.classes.ValueCustom
-
Get 'field' attribute value.
- getFieldName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get field name used for value.
- getFieldPrefix() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get prefix text for normal field names.
- getFields() - Method in class org.jibx.schema.codegen.ClassBuilder
-
Get the fields defined in this class.
- getFields() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the fields defined in this class.
- getFields() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get the fields defined in this class.
- getFieldSuffix() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get suffix text for normal field names.
- getFirstChild() - Method in class org.jibx.schema.codegen.GroupItem
-
Get head item in list grouped by this structure.
- getFlagMethodName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get flag-method name used for value.
- getForm() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the representation code.
- getFormat() - Method in class org.jibx.schema.codegen.JavaType
-
Get format.
- getFormatter(SharedNestingBase) - Method in class org.jibx.schema.generator.FormatterCache
-
Get the JavaDoc formatter instance for a customization.
- getFormatter(SharedNestingBase) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get a JavaDoc formatter instance for a class.
- getFormatterClass() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Get JavaDoc formatter class name.
- getFullName() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get fully-qualified name.
- getFullName() - Method in class org.jibx.schema.codegen.TypeData
-
Get fully-qualified name.
- getGenerateClass() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Get information for class to be generated.
- getGenerateClass() - Method in class org.jibx.schema.codegen.GroupItem
-
Get information for class to be generated.
- getGenerateDirectory() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get generate directory.
- getGeneratePath() - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Get generate directory.
- getGetMethodName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get get-method name used for value.
- getGetName() - Method in class org.jibx.custom.classes.ValueCustom
-
Get 'get-method' attribute name.
- getGlobal() - Method in class org.jibx.binding.generator.BindGenCommandLine
-
Get customizations model root.
- getGlobal() - Method in class org.jibx.custom.classes.CustomBase
-
Get global customizations root.
- getGlobal() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get global customizations root.
- getGlobal() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get the containing global extension.
- getGlobal() - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
Get customizations model root.
- getGlobal() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get customizations model root.
- getImage(PackageOrganizer) - Static method in class org.jibx.schema.codegen.DataModelUtils
-
Get the complete data model.
- getImports() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get imports information.
- getIncludePaths() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get the list of paths for bindings to be used for matching schema definitions.
- getIncludes() - Method in class org.jibx.custom.classes.ClassCustom
-
Get list of names to be included in class representation.
- getIncludes() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Get the names of definitions to be included in generation.
- getIncludes() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get list of method names to be included as operations.
- getInterfaces() - Method in class org.jibx.schema.codegen.ClassBuilder
-
Get the interfaces implemented by this class.
- getInterfaces() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the interfaces implemented by this class.
- getInterfaces() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get the interfaces implemented by this class.
- getItem() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get associated item.
- getItemDocumentation(IClassItem) - Method in interface org.jibx.custom.classes.IDocumentFormatter
-
Get formatted documentation from class item.
- getItemDocumentation(IClassItem) - Method in class org.jibx.schema.generator.DocumentFormatter
-
Get formatted documentation from class item, in the form of a list of org.w3c.dom.Node instances.
- getItemName() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get item element name.
- getItemType() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get item type.
- getJavaDoc() - Method in class org.jibx.custom.classes.ClassItemSourceWrapper
-
- getJavaDoc() - Method in class org.jibx.custom.classes.ClassSourceWrapper
-
- getKey() - Method in class org.jibx.schema.codegen.StringKeyed
-
Get the key string.
- getLineWidth() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get the preferred maximum line width used for generated classes.
- getLocator() - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
Get class locator.
- getMapping() - Method in class org.jibx.schema.generator.MappingDetail
-
Get mapping.
- getMappingDetail(String) - Method in class org.jibx.binding.generator.BindGen
-
Get the mapping details for a class.
- getMappingDetail(MappingElementBase) - Method in class org.jibx.schema.generator.DetailDirectory
-
Get detail information for a <mapping>.
- getMappingDetail(MappingElement) - Method in class org.jibx.schema.generator.SchemaGen
-
Get details of schema handling of a mapping.
- getMember(String) - Method in class org.jibx.custom.classes.ClassCustom
-
Get customization information for a member by name.
- getMembers() - Method in class org.jibx.custom.classes.ClassCustom
-
Get collection of members in class.
- getMessage() - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Get referenced message.
- getMessageReferences() - Method in class org.jibx.ws.wsdl.model.Operation
-
Get message references for operation.
- getMessages() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get messages.
- getMethodName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get method name.
- getMethods() - Method in class org.jibx.schema.codegen.ClassBuilder
-
Get the methods defined in this class.
- getMethods() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the methods defined in this class.
- getMethods() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get the methods defined in this class.
- getModelFile() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get file to be used for dumping generated data model.
- getName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get fully-qualified class name.
- getName() - Method in class org.jibx.custom.classes.PackageCustom
-
Get fully-qualified package name.
- getName() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get simple name.
- getName() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Get schema name.
- getName() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get simple name.
- getName(String) - Method in class org.jibx.schema.codegen.ImportsTracker
-
Get the name to be used for a type.
- getName() - Method in class org.jibx.schema.codegen.Item
-
Get name set directly for this item.
- getName() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get fully-qualified package name.
- getName() - Method in class org.jibx.ws.wsdl.model.Message
-
Get message name.
- getName() - Method in class org.jibx.ws.wsdl.model.MessagePart
-
Get part name.
- getName() - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Get name for this reference.
- getName() - Method in class org.jibx.ws.wsdl.model.Operation
-
Get operation name.
- getNameConverter() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get name converter used for this component.
- getNameConverter() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get name converter used for this component.
- getNameMap() - Method in class org.jibx.schema.codegen.ImportsTracker
-
Get map from imported fully-qualified class names to short names.
- getNames() - Method in class org.jibx.schema.codegen.custom.SchemasetCustom
-
Get schema name match patterns.
- getNamespace() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Get the namespace for schema definitions.
- getNamespace() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Get schema namespace.
- getNamespace() - Method in class org.jibx.ws.wsdl.model.OpenAttrBase
-
Get the WSDL target namespace.
- getNamespaceDeclarations() - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Get namespace declarations list.
- getNamespaceStyle() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Get namespace derivation style.
- getNameStyle() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Get name style.
- getNameStyle() - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
- getNext() - Method in class org.jibx.schema.codegen.Item
-
Get next item in list.
- getNonamespacePackage() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get default package for no-namespace schemas.
- getOperationName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get the operation name.
- getOperations() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get operations.
- getOperations() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get list of children.
- getOtherName() - Method in class org.jibx.schema.generator.MappingDetail
-
Get element name.
- getOuterClass() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get containing class of inner class.
- getOuterClass() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get containing class of inner class.
- getOverrideType() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get override type.
- getPackage(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Get package customizations.
- getPackage() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get containing package.
- getPackage() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get package for class generation.
- getPackage() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get package for class generation.
- getPackage() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get fully-qualified package name.
- getPackage(String) - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Get package information based on package name.
- getPackageDirectory() - Method in class org.jibx.schema.codegen.CodeGen
-
Get the package directory used for code generation.
- getPackageForUri(String) - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Get the information for a package.
- getPackageName() - Method in class org.jibx.schema.codegen.SourceBuilder
-
Get the name of the package containing this source file.
- getPackages() - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Get the defined packages.
- getParameterJavaDoc(int) - Method in class org.jibx.custom.classes.ClassItemSourceWrapper
-
- getParameterName(int) - Method in class org.jibx.custom.classes.ClassItemSourceWrapper
-
- getParameters() - Method in class org.jibx.schema.codegen.custom.GeneratorCustom
-
Get parameter values.
- getParameters() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get list of children.
- getParent() - Method in class org.jibx.custom.classes.CustomBase
-
Get container.
- getParent() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get parent node.
- getParent() - Method in class org.jibx.schema.codegen.custom.CustomBase
-
Get container.
- getParent() - Method in class org.jibx.schema.codegen.Item
-
Get containing group item.
- getParent() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get parent package.
- getParts() - Method in class org.jibx.ws.wsdl.model.Message
-
Get message parts.
- getPortName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get port name.
- getPortName() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the port name.
- getPortTypeDocumentation() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get portType documentation.
- getPortTypeName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get port type name.
- getPortTypeName() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the portType name.
- getPortTypeQName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get port type qualified name
- getPrefix() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get prefix for value names in group.
- getPrefix() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get prefix used for namespace.
- getPrefix() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get prefix used for namespace.
- getPrimitiveName() - Method in class org.jibx.schema.codegen.JavaType
-
Get primitive type name.
- getPropertyName() - Method in class org.jibx.custom.classes.ValueCustom
-
Get 'property-name' attribute value.
- getPropName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get property name for value.
- getQName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get the name associated with a node.
- getQName() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Get qualified name for definition in binding.
- getQName() - Method in class org.jibx.ws.wsdl.model.Message
-
Get qualified name.
- getReference(int) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get referencing extension by index position.
- getReferenceCount() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Get the number of references to this definition.
- getReferenceQName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get the reference name associated with a node.
- getRepeatedTypeText() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get the repeated value representation text value set specifically for this element.
- getRepeatType() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get the repeated value representation type code to be applied for this schema or set of schemas.
- getReplacement(QName) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get replacement type.
- getReplacement(QName) - Method in interface org.jibx.schema.codegen.custom.TypeReplacer
-
Get replacement type.
- getReplacementType(QName) - Method in class org.jibx.schema.codegen.custom.BaseExtension
-
Get the replacement type to be substituted for a supplied type.
- getRequestMessageName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get request message name.
- getRequestWrapperName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get request wrapper element name.
- getRequiredClassInfo(String) - Method in class org.jibx.custom.classes.ClassSourceLocator
-
Get required class information.
- getResponseMessageName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get response message name.
- getResponseWrapperName() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get response wrapper name.
- getReturn() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get return value.
- getReturnJavaDoc() - Method in class org.jibx.custom.classes.ClassItemSourceWrapper
-
- getRootBinding() - Method in class org.jibx.schema.codegen.CodeGen
-
Get the root binding definition.
- getRootParent() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Get parent customization (which will either be null, or another instance of this class).
- getSchema() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Get schema definition.
- getSchemaComponent() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get the associated schema component.
- getSchemaComponent() - Method in class org.jibx.schema.codegen.Item
-
Get schema component corresponding to this item.
- getSchemaCustom() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the schema customization associated with root schema component matching this class.
- getSchemaDir() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get root directory for schemas.
- getSchemaDir() - Method in class org.jibx.schema.codegen.SchemaCommandLineBase
-
Get root directory for schemas.
- getSchemaName() - Method in class org.jibx.schema.codegen.JavaType
-
Get schema type local name.
- getSchemaRoot() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get root URL for schemas.
- getSchemaRoot() - Method in class org.jibx.schema.codegen.custom.CustomBase
-
Get schema customizations parent.
- getSchemaRoot() - Method in class org.jibx.schema.codegen.SchemaCommandLineBase
-
Get root URL for schemas.
- getSchemas() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get schema definition holders.
- getSchemaType() - Method in class org.jibx.schema.codegen.ValueItem
-
Get schema type name.
- getSchemaTypes() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Get map from schema type local name to type information.
- getSchemaTypes() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Get map from schema type local name to type information.
- getSchemaValidationContext() - Method in class org.jibx.schema.codegen.CodeGen
-
Get the validation context used for processing schemas.
- getSelectCheckMethod() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get selector check method name.
- getSelectConstName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get selection constant name.
- getSelectField() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get selector field name.
- getSelectorType() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get the selector type.
- getSelectPropName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get selection property name (used for 'if' method generation).
- getSelectSetMethod() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Get selector set method name.
- getSerializer() - Method in class org.jibx.custom.classes.ClassCustom
-
Get serializer method.
- getSerializerMethod() - Method in class org.jibx.schema.codegen.JavaType
-
Get serializer method name.
- getServiceAddress() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the service address.
- getServiceBase() - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Get the service base address.
- getServiceCustomization(String) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get service customization information.
- getServiceLocation() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get service location.
- getServiceName() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get service name.
- getServiceName() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the service name.
- getServices() - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get list of services.
- getSetMethodName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get set-method name used for value.
- getSetName() - Method in class org.jibx.custom.classes.ValueCustom
-
Get 'set-method' attribute name.
- getSimpleDetail(String) - Method in class org.jibx.schema.generator.DetailDirectory
-
Get detail information for a simple type.
- getSimpleDetails() - Method in class org.jibx.schema.generator.DetailDirectory
-
Get all simple type details.
- getSimpleName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get simple class name.
- getSoapAction() - Method in class org.jibx.ws.wsdl.model.Operation
-
Get soapAction.
- getSoapAction() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get SOAPAction.
- getSortedFields() - Method in class org.jibx.schema.codegen.ClassBuilder
-
Get a sorted array of the field names and types defined in this class.
- getSortedFields() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get a sorted array of the field names and types defined in this class.
- getSourceInfo(String) - Method in class org.jibx.custom.classes.ClassSourceLocator
-
Get the source code information for a class.
- getSourceInfo(String) - Method in interface org.jibx.custom.classes.IClassSourceLocator
-
Get source information.
- getSpecifiedNamespace() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Get namespace specified on this element.
- getStatedType() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get stated type of value, as declared in code.
- getStaticPrefix() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get prefix text for static field names.
- getStaticSuffix() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get suffix text for static field names.
- getStripPrefixes() - Method in class org.jibx.custom.classes.NestingBase
-
Get prefixes to be stripped from field names.
- getStripPrefixes() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get the prefixes to be stripped when converting XML names.
- getStripSuffixes() - Method in class org.jibx.custom.classes.NestingBase
-
Get suffixes to be stripped from field names.
- getStripSuffixes() - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Get the suffixes to be stripped when converting XML names.
- getStyle() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get style code to apply to value.
- getSubpackageCount() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get the number of subpackages created for this package.
- getSubstitution() - Method in class org.jibx.schema.generator.MappingDetail
-
Get substitution group base name.
- getSubstitutions() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get type substitution pairs list.
- getSuperClass() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get base class to be extended.
- getSuperClassName() - Method in class org.jibx.schema.codegen.ClassHolder
-
Get name of base class to be extended.
- getSuperClassName() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get name of base class to be extended.
- getTestMethodName() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get test-method name used for value.
- getText() - Method in class org.jibx.schema.codegen.Name
-
Get item name.
- getThen() - Method in class org.jibx.schema.codegen.IfBuilder
-
Get the "then" conditional block.
- getThrows() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get list of throws customizations.
- getTopClassCount() - Method in class org.jibx.schema.codegen.PackageHolder
-
Get the number of top-level classes in package.
- getTopmost() - Method in class org.jibx.schema.codegen.Item
-
Get the topmost item associated with the same schema component as this item.
- getType() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get fully-qualified name of mapped class.
- getType() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Get the value type name.
- getType() - Method in class org.jibx.schema.codegen.ValueItem
-
Get the simple type for this value.
- getType() - Method in class org.jibx.ws.wsdl.tools.custom.ThrowsCustom
-
Get fully-qualified class name thrown.
- getType() - Method in class org.jibx.ws.wsdl.tools.SignatureParser
-
Get type.
- getTypeMap() - Static method in class org.jibx.schema.codegen.JavaType
-
Get map from schema type local name to Java type.
- getTypeName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the type name to be used for this class in an abstract mapping.
- getTypeName(String) - Method in class org.jibx.schema.codegen.ClassHolder
-
Get the name to be used for a type.
- getTypeName(String) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Get the name to be used for a type.
- getTypeName() - Method in class org.jibx.schema.generator.MappingDetail
-
Get name for type.
- getTypeQName() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Get the type name used for an abstract mapping.
- getTypeQName() - Method in class org.jibx.custom.classes.ClassCustom
-
Get the qualified type name to be used for this class in an abstract mapping.
- getUnionHandling() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:union handling text value set specifically for this element.
- getUnionType() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get the xs:union handling type code to be applied for this component.
- getUnionType() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Get the xs:union handling type code to be applied for this component and all nested components.
- getUnmarshalledClasses() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get list of unmarshalled classes.
- getUriNames() - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
Get schema namespace URI to name map.
- getUsageLines() - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Get the usage lines describing command line parameters.
- getUseBindings() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get existing bindings to be used for message components.
- getUseCount() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Get the use count for the component.
- getUseSchemas() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get existing schemas to be used for message components.
- getUsingNamespace() - Method in class org.jibx.schema.codegen.CodeGenCommandLine
-
Get namespace to be used when no schemas with namespaces are being generated.
- getValue() - Method in class org.jibx.schema.codegen.StringObjectPair
-
Get the value object.
- getValue() - Method in class org.jibx.schema.codegen.StringPair
-
Get the value string.
- getValueStyle(String) - Method in class org.jibx.custom.classes.NestingBase
-
Get value style code.
- getWorkingType() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get working type of member.
- getWsdlCustom() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Get WSDL customizations model root.
- getWsdlNamespace() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get WSDL target namespace URI.
- getWsdlNamespace() - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Get WSDL definitions namespace.
- getWsdlNamespace() - Method in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Get the namespace for WSDL definitions of this service.
- getWsdlNamespace() - Method in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Get the namespace for WSDL definitions of this service.
- getWsdlNamespace() - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Get the namespace for WSDL definitions of services.
- getWsdlPrefix() - Method in class org.jibx.ws.wsdl.model.Definitions
-
Get WSDL target namespace prefix.
- getXmlName() - Method in class org.jibx.custom.classes.SharedValueBase
-
Get XML element or attribute name from customization.
- GlobalCustom - Class in org.jibx.custom.classes
-
Global customization information.
- GlobalCustom(IClassLocator) - Constructor for class org.jibx.custom.classes.GlobalCustom
-
Constructor with class locator supplied.
- GlobalCustom() - Constructor for class org.jibx.custom.classes.GlobalCustom
-
Constructor.
- GlobalCustom.Mapper - Class in org.jibx.custom.classes
-
Unmarshaller implementation for class.
- GlobalCustom.Mapper() - Constructor for class org.jibx.custom.classes.GlobalCustom.Mapper
-
- GlobalExtension - Class in org.jibx.schema.codegen.custom
-
Extension information for a schema global definition component.
- GlobalExtension(SchemaExtension, OpenAttrBase) - Constructor for class org.jibx.schema.codegen.custom.GlobalExtension
-
Constructor.
- GroupItem - Class in org.jibx.schema.codegen
-
Information for a grouping of components (attributes, elements, compositors, and/or wildcards).
- GroupItem(AnnotatedBase, GroupItem) - Constructor for class org.jibx.schema.codegen.GroupItem
-
Internal constructor.
- IApply - Interface in org.jibx.custom.classes
-
Apply customizations interface.
- IClassHolder - Interface in org.jibx.schema.codegen
-
Interface for working with classes during code generation.
- IClassSourceLocator - Interface in org.jibx.custom.classes
-
Locator for class and/or source information.
- IDocumentFormatter - Interface in org.jibx.custom.classes
-
Formatter interface for JavaDoc conversion to XML documentation components.
- IfBuilder - Class in org.jibx.schema.codegen
-
If statement builder.
- IfBuilder(ClassBuilder, Expression) - Constructor for class org.jibx.schema.codegen.IfBuilder
-
Constructor.
- imageDiff(StringObjectPair[], StringObjectPair[]) - Static method in class org.jibx.schema.codegen.DataModelUtils
-
Find the difference between two data model images.
- ImportsTracker - Class in org.jibx.schema.codegen
-
Organizer for imports to a source file.
- ImportsTracker(String) - Constructor for class org.jibx.schema.codegen.ImportsTracker
-
Constructor.
- importValueType(ClassHolder.DataNode) - Method in class org.jibx.schema.codegen.ClassHolder
-
Import the type associated with an item, if not directly accessible
- IN_BINDING - Static variable in class org.jibx.custom.classes.GlobalCustom
-
- incrementUseCount() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Increment the use count for the component.
- InfixExpressionBuilder - Class in org.jibx.schema.codegen
-
Abstract syntax tree infix expression builder.
- InfixExpressionBuilder(ClassBuilder, InfixExpression) - Constructor for class org.jibx.schema.codegen.InfixExpressionBuilder
-
Constructor.
- InfixExpressionBuilder(ClassBuilder, InfixExpression, Expression) - Constructor for class org.jibx.schema.codegen.InfixExpressionBuilder
-
Constructor with left operand supplied.
- initClass(boolean, ClassBuilder, ClassHolder.ParentNode) - Method in class org.jibx.schema.codegen.ClassHolder
-
Initialize the class construction.
- initClasses() - Method in class org.jibx.custom.classes.GlobalCustom
-
Initialize the global default namespace, along with special classes with built-in defaults.
- INLINE_BLOCK - Static variable in class org.jibx.schema.codegen.custom.ComponentCustom
-
- INLINE_DEFAULT - Static variable in class org.jibx.schema.codegen.custom.ComponentCustom
-
- INLINE_PREFER - Static variable in class org.jibx.schema.codegen.custom.ComponentCustom
-
- inlineReference() - Method in class org.jibx.schema.codegen.ReferenceItem
-
Inline the referenced structure.
- INPUT_REFERENCE - Static variable in class org.jibx.ws.wsdl.model.MessageReference
-
Reference to message as input.
- INSTANCEVALUE_FIELD - Static variable in class org.jibx.schema.codegen.EnumerationClassHolder
-
Instance field to hold text value.
- internalAddExtensionChild(Object) - Method in class org.jibx.custom.classes.GlobalCustom
-
Internal method used during unmarshalling to add a child extension element.
- InvocationBuilder - Class in org.jibx.schema.codegen
-
Method invocation builder.
- InvocationBuilder(ClassBuilder, MethodInvocation) - Constructor for class org.jibx.schema.codegen.InvocationBuilder
-
Constructor.
- isAbstractMappingForced() - Method in class org.jibx.custom.classes.ClassCustom
-
Check if abstract mapping required for class.
- isAddConstructors() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get 'add-constructors' setting.
- isAllOptional() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if all immediate child nodes are optional.
- isAny() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if an xs:any value.
- isAttributeInlined() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Check whether xs:attribute definitions should always be inlined, even when used in multiple locations.
- isAttributePresent() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if an attribute is part of this item.
- isAttributePresent() - Method in class org.jibx.schema.codegen.ValueItem
-
Check if an attribute is part of this item.
- isBindingOnly() - Method in class org.jibx.binding.generator.BindGenCommandLine
-
Check if only binding generation to be done.
- isBindingPerSchema() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check if a separate binding should be generated for each schema.
- isChecked() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Check if definition has been processed.
- isChecked() - Method in class org.jibx.schema.codegen.Name
-
Check if name has been checked for conflicts.
- isChoiceExposed() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if xs:choice selection state should be exposed for this component.
- isChoiceExposed() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Check whether xs:choice selection states should be exposed to the user.
- isClassUsed(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Check if a class is included in the customization information.
- isCollection() - Method in class org.jibx.custom.classes.SharedValueBase
-
Check if collection member.
- isCollection() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if a collection value.
- isCollection() - Method in class org.jibx.schema.codegen.Item
-
Check if a collection item.
- isComplexCollection() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Check if this is a collection that wraps some other structure (rather than a simple leaf node).
- isConcreteClass() - Method in class org.jibx.custom.classes.ClassCustom
-
Check if this is a directly instantiable class (not an interface, and not abstract)
- isConcreteMappingForced() - Method in class org.jibx.custom.classes.ClassCustom
-
Check if concrete mapping required for class.
- isContentPresent() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if character data content is part of this item.
- isContentPresent() - Method in class org.jibx.schema.codegen.ValueItem
-
Check if character data content is part of this item.
- isConversionNeeded(String) - Static method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Check if a name needs to be converted from XML form due to invalid characters or embedded underscores.
- isDefaultImport(String) - Static method in class org.jibx.schema.codegen.NameUtils
-
Check if a class name is a default import in Java.
- isDeleteAnnotations() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether annotations are to be deleted.
- isDocLit() - Method in class org.jibx.ws.wsdl.tools.WsdlGeneratorCommandLine
-
Check if using pure doc/lit (not wrapped) style.
- isElement() - Method in class org.jibx.schema.generator.MappingDetail
-
Check if generating as an element.
- isElementForced() - Method in class org.jibx.custom.classes.SharedValueBase
-
Check if element required.
- isElementPresent() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if a child elements is part of this item.
- isElementPresent() - Method in class org.jibx.schema.codegen.ValueItem
-
Check if a child elements is part of this item.
- isEnumeration() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if this value represents an enumeration.
- isExcluded() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Check if schema component is to be excluded.
- isExtended() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Check for target class extended by other mapped class(es).
- isExtension(String) - Method in class org.jibx.ws.wsdl.tools.WsdlWriter.SchemaMarshaller
-
- isExtensionReference() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if this group represents an extension reference.
- isFault() - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Check if reference is to message as fault.
- isFixed() - Method in class org.jibx.schema.codegen.Name
-
Check if name is fixed by configuration.
- isFixedClassName() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if the class name is fixed by configuration.
- isFixedName() - Method in class org.jibx.schema.codegen.Item
-
Check if the name is fixed by configuration.
- isForceBinding() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Check if separate binding forced for schema.
- isForceClasses() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get 'force-classes' setting.
- isForceMapping() - Method in class org.jibx.custom.classes.NestingBase
-
Check force mapping flag.
- isForceStructureNames() - Method in class org.jibx.custom.classes.NestingBase
-
Check force structure names flag.
- isForceTypes() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Check if type specifications forced for schema.
- isForceTypes() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Check if type specifications forced for schema.
- isGenerateAll() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether unused definitions should be included in code generation.
- isGenerated() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Check if this <mapping> has been generated.
- isGenerated() - Method in class org.jibx.schema.codegen.ClassHolder
-
Check if the class has been generated.
- isGlobal() - Method in class org.jibx.schema.generator.EnumDetail
-
Check if global type definition.
- isGroup() - Method in class org.jibx.schema.generator.MappingDetail
-
Check if generating as a group.
- isIgnored() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if value is ignored.
- isIgnored() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Check if schema component is to be ignored (allowed, but not processed, in unmarshalling).
- isIgnored() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if component is to be ignored.
- isIgnored() - Method in class org.jibx.schema.codegen.Item
-
Check if item is ignored.
- isImplicit() - Method in class org.jibx.schema.codegen.Item
-
Check if the item is represented implicitly by subclassing.
- isIncluded() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Check if component specifically included in code generation (requiring a separate class).
- isInline() - Method in class org.jibx.schema.codegen.GroupItem
-
Check if structure to be inlined.
- isInlineBlocked() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Check if inlining is blocked (due to non-singleton references).
- isInlined() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Check if schema component is to be generated inline.
- isInlined() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if schema component is to be generated inline.
- isInlineGroups() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Check whether xs:group and xs:attributeGroup definitions should be inlined by default.
- isInlineGroups() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether xs:group and xs:attributeGroup definitions should be inlined by default.
- isInput() - Method in class org.jibx.custom.classes.GlobalCustom
-
Check for an input binding.
- isInput() - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Check if reference is to message as input.
- isInSet(String, SchemaElement) - Method in class org.jibx.schema.codegen.custom.SchemasetCustom
-
Check if a schema is included in this set.
- isInterior() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if this is an interior node.
- isInterior() - Method in class org.jibx.schema.codegen.ClassHolder.LeafNode
-
Check if this is an interior node (always false).
- isInterior() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Check if this is an interior node (always true).
- isJavaDocDocumentation() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether schema documentation is to be used for JavaDocs in the generated code.
- isKnownMapping(String) - Method in class org.jibx.custom.classes.GlobalCustom
-
Check if type represents a known mapping.
- isList() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if an xs:list value.
- isLookupSupported() - Method in class org.jibx.custom.classes.ClassSourceLocator
-
Check if class lookup is supported.
- isMapAbstract() - Method in class org.jibx.custom.classes.NestingBase
-
Check abstract mapping flag.
- isNamed() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if a name (element or attribute) is associated with this node.
- isNillable() - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Check if xsi:nillable should be used for optional values (rather than minOccurs='0').
- isNullCollectionAllowed() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether collection holder (array, list, etc.) can be null.
- isObjectRequired(String) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Check if object value should be treated as required.
- isOptional() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if value is optional.
- isOptional() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if optional component.
- isOptional() - Method in class org.jibx.schema.codegen.Item
-
Check if item is optional.
- isOutput() - Method in class org.jibx.custom.classes.GlobalCustom
-
Check for an output binding.
- isOutput() - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Check if reference is to message as output.
- isParameterized() - Method in class org.jibx.ws.wsdl.tools.SignatureParser
-
Check if type is parameterized.
- isPreferInline() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Check if inlining of definition preferred.
- isPreferInline() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Check if inlining of definition preferred.
- isPreferInline() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether inlining of components is preferred.
- isPregenerated() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Check if definition has been pregenerated.
- isPregenerated() - Method in class org.jibx.schema.codegen.TypeData
-
Check if pregenerated class.
- isPresent(IUnmarshallingContext) - Method in class org.jibx.custom.classes.GlobalCustom.Mapper
-
- isPresent(IUnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Check if element present.
- isPresent(IUnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase.ExtensionUnmarshaller
-
Check for element present.
- isPresent(IUnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase.SchemaTypeUnmarshaller
-
Check for element present.
- isPrimitive() - Method in class org.jibx.ws.wsdl.tools.SignatureParser
-
Check if type is a primitive.
- isPrimitiveRequired(String) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Check if primitive value should be treated as required.
- isPrivate() - Method in class org.jibx.custom.classes.ValueCustom
-
Check if a private member.
- isProperty() - Method in class org.jibx.custom.classes.ValueCustom
-
Check if member represents a property.
- isPropertyAccess() - Method in class org.jibx.custom.classes.NestingBase
-
Check property access mode flag.
- isPushInline() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Check if inlining of definition is pushed (even when multiple values are involved).
- isQualified(String) - Method in class org.jibx.schema.codegen.ImportsTracker
-
Check if type needs qualified references.
- isReference() - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Check if a reference (element or attribute) is associated with this node.
- isReferenced() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Check if definition has been referenced during inline checking.
- isRemoved() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if component to be removed from schema.
- isRepeated() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if repeated component.
- isRequired() - Method in class org.jibx.custom.classes.SharedValueBase
-
Check if value is required.
- isReserved(String) - Static method in class org.jibx.schema.codegen.NameUtils
-
Check if a name is reserved in Java.
- isSchemaFragmentDocumentation() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether schema fragments matching a generated class are to be included in the class JavaDocs.
- isSelectorExposed() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Check if selector state should be exposed to user.
- isSelectorNeeded() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Check if a selector field is required for this group.
- isSelectorType() - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Check if a selector field may be required for this group.
- isSeparateClass() - Method in class org.jibx.schema.codegen.custom.ComponentCustom
-
Check if schema component is to be generated as a separate class.
- isSeparateClass() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if schema component is to be generated as a separate class.
- isSimpleValue() - Method in class org.jibx.custom.classes.ClassCustom
-
Check if class represents a simple text value.
- isSimpleValue() - Method in class org.jibx.schema.codegen.TypeData
-
Check if class represents a simple value.
- isSoapAction() - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Check if soapAction should be set.
- isStructureOptional() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether references to classes with no associated element and all components optional should be made
optional in the generated binding.
- isSuperClassForced() - Method in class org.jibx.schema.codegen.ClassHolder
-
Check if superclass is forced by schema model.
- isSuperClassForced() - Method in interface org.jibx.schema.codegen.IClassHolder
-
Check if superclass is forced by schema model.
- isTopmost() - Method in class org.jibx.schema.codegen.Item
-
Check if topmost item for a particular schema component.
- isTrackSource() - Method in class org.jibx.custom.classes.GlobalCustom
-
Get 'track-source' attribute value.
- isType() - Method in class org.jibx.schema.generator.MappingDetail
-
Check if generating as a group.
- isTypeIsomorphic() - Method in class org.jibx.schema.codegen.DefinitionItem
-
Check if this is a type-isomorphic element definition.
- isUnionExposed() - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Check if xs:union selection state should be exposed for this component.
- isUnionExposed() - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Check whether xs:union selection states should be exposed to the user.
- isUseAbstract() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Check if an abstract <mapping> used for this class.
- isUseConcrete() - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Check if a concrete <mapping> used for this class.
- isUseInner() - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Check whether inner classes are preferred for components used only by one definition.
- isUseInnerClasses() - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Check if inner classes should be used for substructures.
- isUseInnerClasses() - Method in class org.jibx.schema.codegen.custom.SchemaExtension
-
Check if inner classes should be used for substructures.
- isUseJavaDocs() - Method in class org.jibx.custom.classes.SharedNestingBase
-
Check if JavaDocs should be used for documentation.
- isUseSuper() - Method in class org.jibx.custom.classes.ClassCustom
-
Check for superclass to be included in binding.
- isValid() - Method in class org.jibx.custom.CustomizationCommandLineBase.ArgList
-
Check if argument list valid.
- isValueClass(String) - Method in class org.jibx.binding.generator.BindGen
-
Check if a class represents a simple value.
- isVerbose() - Method in class org.jibx.custom.CustomizationCommandLineBase
-
Check if verbose output requested.
- isWrapCollections() - Method in class org.jibx.custom.classes.NestingBase
-
Check wrap collections flag.
- isWrapped() - Method in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Check wrapped flag.
- Item - Class in org.jibx.schema.codegen
-
Base class for code generation items.
- Item(AnnotatedBase, GroupItem) - Constructor for class org.jibx.schema.codegen.Item
-
Basic constructor.
- Item(Item, Item, ComponentExtension, GroupItem) - Constructor for class org.jibx.schema.codegen.Item
-
Copy constructor.
- ItemVisitor - Class in org.jibx.schema.codegen
-
Visitor to build the code generation items corresponding to a component.
- ItemVisitor() - Constructor for class org.jibx.schema.codegen.ItemVisitor
-
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.ClassCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.GlobalCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.NestingBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.PackageCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.SharedNestingBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.SharedValueBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.custom.classes.ValueCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.GeneratorCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.SchemaCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.SchemaRootBase.SchemaTypeUnmarshaller
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.schema.codegen.custom.SchemasetCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.NestingBase
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.OperationCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.ThrowsCustom
-
Enumeration of allowed attribute names
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.ValueCustom
-
Enumeration of allowed attribute names.
- s_allowedAttributes - Static variable in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Enumeration of allowed attribute names
- s_anyAttributeType - Static variable in class org.jibx.schema.codegen.JavaType
-
<anyAttribute> schema component type.
- s_anyType - Static variable in class org.jibx.schema.codegen.JavaType
-
<any> schema component type.
- s_anyValues - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- s_baseAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Attribute names allowed for all types of components.
- s_enumValues - Static variable in class org.jibx.schema.codegen.custom.SchemaRootBase
-
- s_ignorableAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Attribute names allowed for all excludable components.
- s_inlineValues - Static variable in class org.jibx.schema.codegen.custom.ComponentCustom
-
- s_namedIgnorableValueAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Allowed attribute names for customizing elements with values and names.
- s_namedValueAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Allowed attribute names for customizing elements with values and names.
- s_namespaceStyleEnum - Static variable in class org.jibx.custom.classes.CustomBase
-
- s_nameStyleEnum - Static variable in class org.jibx.custom.classes.CustomBase
-
- s_repeatValues - Static variable in class org.jibx.schema.codegen.custom.SchemaRootBase
-
- s_representationEnum - Static variable in class org.jibx.custom.classes.ClassCustom
-
- s_requireEnum - Static variable in class org.jibx.custom.classes.CustomBase
-
- s_selectionValues - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- s_typeDefinitionAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Allowed attribute names for type definition elements.
- s_unnamedValueAttributes - Static variable in class org.jibx.schema.codegen.custom.ComponentCustomUnmarshaller
-
Allowed attribute names for customizing elements with values but no names.
- s_valueStyleEnum - Static variable in class org.jibx.custom.classes.NestingBase
-
- sanitizePackageName(String) - Static method in class org.jibx.schema.codegen.NameUtils
-
Convert a raw package name to a legal Java package name.
- SchemaCommandLineBase - Class in org.jibx.schema.codegen
-
Command line processing for tools working with schemas.
- SchemaCommandLineBase() - Constructor for class org.jibx.schema.codegen.SchemaCommandLineBase
-
Constructor.
- SchemaCustom - Class in org.jibx.schema.codegen.custom
-
Individual schema customization information.
- SchemaCustom(SchemasetCustom) - Constructor for class org.jibx.schema.codegen.custom.SchemaCustom
-
Constructor.
- SchemaCustom(SchemasetCustom, String, String, String[], String[]) - Constructor for class org.jibx.schema.codegen.custom.SchemaCustom
-
Constructor for constructing instance directly.
- SchemaDocumentationGenerator - Class in org.jibx.schema.codegen
-
Visitor to write a filtered view of a schema definition matching the data structure of a class.
- SchemaDocumentationGenerator() - Constructor for class org.jibx.schema.codegen.SchemaDocumentationGenerator
-
Constructor.
- SchemaExtension - Class in org.jibx.schema.codegen.custom
-
Extension information for a schema element.
- SchemaExtension(SchemaElement, SchemaCustom, PackageHolder) - Constructor for class org.jibx.schema.codegen.custom.SchemaExtension
-
Constructor.
- SchemaGen - Class in org.jibx.schema.generator
-
Schema generator from binding definition.
- SchemaGen(IClassLocator, GlobalCustom, Map) - Constructor for class org.jibx.schema.generator.SchemaGen
-
Constructor.
- SchemaGenCommandLine - Class in org.jibx.schema.generator
-
Command line processing specifically for the
SchemaGen class.
- SchemaGenCommandLine() - Constructor for class org.jibx.schema.generator.SchemaGenCommandLine
-
Constructor for when class is used directly.
- SchemaGenCommandLine(String[]) - Constructor for class org.jibx.schema.generator.SchemaGenCommandLine
-
Constructor used by subclasses.
- SchemaRootBase - Class in org.jibx.schema.codegen.custom
-
Base class for possible root customizations.
- SchemaRootBase(SchemaRootBase) - Constructor for class org.jibx.schema.codegen.custom.SchemaRootBase
-
Constructor.
- SchemaRootBase.ClassDecoratorUnmarshaller - Class in org.jibx.schema.codegen.custom
-
Unmarshaller for class decorator extension elements.
- SchemaRootBase.ClassDecoratorUnmarshaller() - Constructor for class org.jibx.schema.codegen.custom.SchemaRootBase.ClassDecoratorUnmarshaller
-
Constructor.
- SchemaRootBase.ExtensionUnmarshaller - Class in org.jibx.schema.codegen.custom
-
Unmarshaller for extension elements.
- SchemaRootBase.ExtensionUnmarshaller(String) - Constructor for class org.jibx.schema.codegen.custom.SchemaRootBase.ExtensionUnmarshaller
-
Constructor.
- SchemaRootBase.NameConverterUnmarshaller - Class in org.jibx.schema.codegen.custom
-
Unmarshaller for name converter extension elements.
- SchemaRootBase.NameConverterUnmarshaller() - Constructor for class org.jibx.schema.codegen.custom.SchemaRootBase.NameConverterUnmarshaller
-
Constructor.
- SchemaRootBase.SchemaTypeUnmarshaller - Class in org.jibx.schema.codegen.custom
-
Unmarshaller for schema-type elements.
- SchemaRootBase.SchemaTypeUnmarshaller() - Constructor for class org.jibx.schema.codegen.custom.SchemaRootBase.SchemaTypeUnmarshaller
-
- SchemasetCustom - Class in org.jibx.schema.codegen.custom
-
Customization information for a set of schemas.
- SchemasetCustom(SchemasetCustom) - Constructor for class org.jibx.schema.codegen.custom.SchemasetCustom
-
Normal constructor.
- SchemasetCustom(SchemaCustom) - Constructor for class org.jibx.schema.codegen.custom.SchemasetCustom
-
Constructor with single schema customization as content.
- SELECTION_CHECKEDBOTH - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- SELECTION_CHECKEDSET - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- SELECTION_OVERRIDEBOTH - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- SELECTION_OVERRIDESET - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- SELECTION_UNCHECKED - Static variable in class org.jibx.schema.codegen.custom.NestingCustomBase
-
- SerializableDecorator - Class in org.jibx.schema.codegen.extend
-
Code generation decorator which adds the java.lang.Serializable interface to each class, and optionally
also adds a private static final long serialVersionUID value.
- SerializableDecorator() - Constructor for class org.jibx.schema.codegen.extend.SerializableDecorator
-
- ServiceCustom - Class in org.jibx.ws.wsdl.tools.custom
-
Service customization information.
- ServiceCustom(SharedNestingBase, String) - Constructor for class org.jibx.ws.wsdl.tools.custom.ServiceCustom
-
Constructor.
- setAbstract() - Method in class org.jibx.schema.codegen.ClassBuilder
-
Set the abstract flag for this class.
- setAbstractMapping(MappingElement) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set the abstract <mapping> for the target class.
- setAccessMethodMap(Map) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set map from access method name to property customization information for properties covered by this
<mapping>.
- setAddConstructors(boolean) - Method in class org.jibx.custom.classes.GlobalCustom
-
Set 'add-constructors' value.
- setAnyType(int) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set the xs:any handling type code.
- setBaseClass(String) - Method in class org.jibx.schema.codegen.extend.ExtensionDecorator
-
Set base class to be set for matched classes.
- setBaseName(String) - Method in class org.jibx.custom.classes.SharedValueBase
-
Set value name as used in code.
- setBinding(FormatElement) - Method in class org.jibx.schema.codegen.EnumerationClassHolder
-
Set the binding component linked to this class.
- setBinding(ContainerElementBase) - Method in class org.jibx.schema.codegen.StructureClassHolder
-
Set the binding component linked to this class.
- setChecked(boolean) - Method in class org.jibx.schema.codegen.DefinitionItem
-
Set definition has been processed flag.
- setChecked(boolean) - Method in class org.jibx.schema.codegen.Name
-
Set flag for name checked for conflicts.
- setChoiceType(int) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set the xs:choice handling type code.
- setClassName(String) - Method in class org.jibx.schema.codegen.GroupItem
-
Set class name directly for this group.
- setConcreteMapping(MappingElementBase) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set the concrete <mapping> for the target class.
- setCreateType(String) - Method in class org.jibx.custom.classes.ClassCustom
-
Set the type name to be used when creating an instance of this class.
- setDefaultPrefixes(Iterator) - Method in class org.jibx.schema.codegen.CodeGen
-
Scan schemas to find the default prefixes used for namespaces.
- setDefinition(DefinitionItem) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Set definition item.
- setDocumentation(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set schema documentation for this node.
- setDocumentation(List) - Method in class org.jibx.ws.wsdl.model.Operation
-
Set documentation.
- setDocumentation(List) - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Set documentation.
- setElement(boolean) - Method in class org.jibx.schema.generator.MappingDetail
-
Set generating as an element.
- setElementForced() - Method in class org.jibx.custom.classes.SharedValueBase
-
Set element required.
- setElementQName(QName) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set the element name used for a concrete mapping.
- setElementReference(QName) - Method in class org.jibx.ws.wsdl.model.MessagePart
-
Set referenced element name.
- setElementType(QName, ElementElement, SchemaHolder) - Method in class org.jibx.schema.generator.SchemaGen
-
Set element type, adding schema reference if necessary.
- setElse(StatementBuilderBase) - Method in class org.jibx.schema.codegen.IfBuilder
-
Set the "else" conditional statement.
- setEnforcedFacets(String[], IUnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set the list of facet elements to be enforced.
- setEnumeration(boolean) - Method in class org.jibx.schema.codegen.GroupItem
-
Set value represents an enumeration flag.
- setEnumType(int) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Set the enumeration representation type code.
- setExcludes(String[]) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set the names of definitions to be excluded from generation.
- setExtended(boolean) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set target class extended by other mapped class(es).
- setExtension(Object) - Method in class org.jibx.ws.wsdl.model.WsdlBase
-
Set extension data.
- setFieldName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set field name used for value.
- setFieldPrefix(String) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set prefix text for normal field names.
- setFieldSuffix(String) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set suffix text for normal field names.
- setFinal(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set the final flag for a declaration.
- setFinal() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set the final flag.
- setFlagMethodName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set flag-method name used for value.
- setForceClasses(boolean) - Method in class org.jibx.custom.classes.GlobalCustom
-
Set 'force-classes' value.
- setForceTypes(Boolean) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set type specifications forced for schema.
- setGenerateClass(TypeData) - Method in class org.jibx.schema.codegen.GroupItem
-
Set information for class to be generated.
- setGenerated(boolean) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set flag for <mapping> generated.
- setGetMethodName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set get-method name used for value.
- setGlobal(boolean) - Method in class org.jibx.schema.generator.EnumDetail
-
Set global type definition.
- setGroup(boolean) - Method in class org.jibx.schema.generator.MappingDetail
-
Set generating as a group.
- setIgnoredFacets(String[], IUnmarshallingContext) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set the list of facet elements to be ignored.
- setImplicit(boolean) - Method in class org.jibx.schema.codegen.Item
-
Set item represented implicitly by subclassing flag.
- setIncluded(boolean) - Method in class org.jibx.schema.codegen.custom.GlobalExtension
-
Set flag for component specifically included in code generation (requiring a separate class).
- setIncludes(String[]) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set the names of definitions to be included in generation.
- setInitializer(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.FieldBuilder
-
Set initializer expression for field declaration.
- setInline(boolean) - Method in class org.jibx.schema.codegen.GroupItem
-
Set structure to be inlined flag.
- setInlineBlocked(boolean) - Method in class org.jibx.schema.codegen.DefinitionItem
-
Set inlining blocked flag.
- setInput(boolean) - Method in class org.jibx.custom.classes.GlobalCustom
-
Set input binding flag.
- setItemName(String) - Method in class org.jibx.custom.classes.SharedValueBase
-
Set item name.
- setItemType(String) - Method in class org.jibx.custom.classes.SharedValueBase
-
Set item type.
- setListClass(String) - Method in class org.jibx.schema.codegen.extend.ListImplementationDecorator
-
Set list class to be used.
- setListImplementation(String) - Method in class org.jibx.schema.codegen.ClassHolder
-
Set name of list implementation class to be used for initializing instances.
- setListImplementation(String) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Set name of list implementation class to be used for initializing instances.
- setLocator(IClassLocator) - Method in class org.jibx.schema.generator.SchemaGenCommandLine
-
Set class locator.
- setMapAbstract(Boolean) - Method in class org.jibx.custom.classes.NestingBase
-
Set abstract mapping flag.
- setMatchName(String) - Method in class org.jibx.schema.codegen.extend.NameMatchDecoratorBase
-
Set name pattern to be matched.
- setName(String) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set schema name.
- setName(String) - Method in class org.jibx.schema.codegen.Item
-
Set name directly for this item.
- setName(String) - Method in class org.jibx.ws.wsdl.model.MessagePart
-
Set part name.
- setName(String) - Method in class org.jibx.ws.wsdl.model.MessageReference
-
Set name for this reference.
- setNamespace(String) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Set the namespace to be used for schema definitions.
- setNamespace(String) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set schema namespace.
- setNamespaceLeadReplaces(String[], String[]) - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Set the namespace lead replacement patterns.
- setNamespaceStyle(Integer) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Set namespace derivation style.
- setNameStyle(Integer) - Method in class org.jibx.custom.classes.SharedNestingBase
-
Set name style.
- setNSPackageMap(Map) - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Set map from namespace URIs to packages.
- setNumberInitializer(String) - Method in class org.jibx.schema.codegen.FieldBuilder
-
Set initializer as a number literal.
- setOptional(boolean) - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Set optional component.
- setOutput(boolean) - Method in class org.jibx.custom.classes.GlobalCustom
-
Set output binding falg.
- setOverrideType(QName) - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Set override type.
- setPackage(String) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Set fully-qualified package name.
- setPackageDirMap(Map) - Method in class org.jibx.schema.codegen.PackageOrganizer
-
Set map from package to base generation directory.
- setParent(NestingCustomBase) - Method in class org.jibx.schema.codegen.custom.CustomBase
-
Set container.
- setPortTypeDocumentation(List) - Method in class org.jibx.ws.wsdl.model.Definitions
-
Set portType documentation.
- setPostSet(String) - Method in class org.jibx.schema.codegen.extend.ExtensionDecorator
-
Set name of method to be called after an instance of class is unmarshalled.
- setPreGet(String) - Method in class org.jibx.schema.codegen.extend.ExtensionDecorator
-
Set name of method to be called before an instance of class is marshalled.
- setPreSet(String) - Method in class org.jibx.schema.codegen.extend.ExtensionDecorator
-
Set name of method to be called before an instance of class is unmarshalled.
- setPrivate(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set the private access flag for a declaration.
- setPrivate() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set the private access flag.
- setPrivateFinal(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set declaration as private final.
- setPrivateFinal() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set private final flags.
- setPrivateStaticFinal(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set declaration as private static final.
- setPrivateStaticFinal() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set private static final flags.
- setPropName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set property name for value.
- setPublic(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set the public access flag for a declaration.
- setPublic() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set the public access flag.
- setPublicStatic(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set declaration as public static.
- setPublicStatic() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set public static flags.
- setPublicStaticFinal(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set declaration as public static final.
- setPublicStaticFinal() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set public static final flags.
- setQName(QName) - Method in class org.jibx.ws.wsdl.model.Message
-
Set qualified name.
- setReferenced(boolean) - Method in class org.jibx.schema.codegen.DefinitionItem
-
Set definition has been referenced during inline checking flag.
- setRemoved(boolean) - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Set flag for component to be removed from schema.
- setRepeated(boolean) - Method in class org.jibx.schema.codegen.custom.ComponentExtension
-
Set repeated component.
- setRepeatType(int) - Method in class org.jibx.schema.codegen.custom.SchemaRootBase
-
Set the repeated value representation type code.
- setReplacement(QName, QName) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set a type replacement.
- setSchema(String, SchemaElement) - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Set schema definition.
- setSelectCheckMethod(String) - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Set selector check method name.
- setSelectConstName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set selection constant name.
- setSelectField(String) - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Set selector field name.
- setSelectPropName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set selection property name (used for 'if' method generation).
- setSelectSetMethod(String) - Method in class org.jibx.schema.codegen.ClassHolder.ParentNode
-
Set selector set method name.
- setSerialVersion(Long) - Method in class org.jibx.schema.codegen.extend.SerializableDecorator
-
Set serial version.
- setServiceLocation(String) - Method in class org.jibx.ws.wsdl.model.Definitions
-
Set service location.
- setSetMethodName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set set-method name used for value.
- setSize(ExpressionBuilderBase) - Method in class org.jibx.schema.codegen.NewArrayBuilder
-
Set the size of the array.
- setSoapAction(String) - Method in class org.jibx.ws.wsdl.model.Operation
-
Set soapAction.
- setStatic(BodyDeclaration) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Set the static flag for a declaration.
- setStatic() - Method in class org.jibx.schema.codegen.BodyBuilderBase
-
Set the static flag.
- setStaticPrefix(String) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set prefix text for static field names.
- setStaticSuffix(String) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set suffix text for static field names.
- setStringInitializer(String) - Method in class org.jibx.schema.codegen.FieldBuilder
-
Set initializer as a string literal.
- setStripPrefixes(String[]) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set the prefixes to be stripped when converting XML names.
- setStripSuffixes(String[]) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Set the suffixes to be stripped when converting XML names.
- setStyle(Integer) - Method in class org.jibx.custom.classes.SharedValueBase
-
Set style code to apply to value.
- setSubstitution(QName) - Method in class org.jibx.schema.generator.MappingDetail
-
Set substitution group base name.
- setSubstitutions(QName[]) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set type substitution pairs list.
- setSuperclass(String) - Method in class org.jibx.schema.codegen.ClassBuilder
-
Set the superclass for this class.
- setSuperClass(TypeData) - Method in class org.jibx.schema.codegen.ClassHolder
-
Set superclass to be extended.
- setSuperClassName(String) - Method in class org.jibx.schema.codegen.ClassHolder
-
Set name of base class to be extended.
- setSuperClassName(String) - Method in interface org.jibx.schema.codegen.IClassHolder
-
Set name of base class to be extended.
- setTestMethodName(String) - Method in class org.jibx.schema.codegen.ClassHolder.DataNode
-
Set test-method name used for value.
- setText(String) - Method in class org.jibx.schema.codegen.Name
-
Set item name.
- setTrackSource(boolean) - Method in class org.jibx.custom.classes.GlobalCustom
-
Set 'track-source' value.
- setType(boolean) - Method in class org.jibx.schema.generator.MappingDetail
-
Set generating as a type.
- setTypeIsomorphic(boolean) - Method in class org.jibx.schema.codegen.DefinitionItem
-
Set the type-isomorphic element definition flag.
- setTypeReplacer(TypeReplacer) - Method in class org.jibx.schema.codegen.custom.BaseExtension
-
Set type replacer.
- setUnionType(int) - Method in class org.jibx.schema.codegen.custom.NestingCustomBase
-
Set the xs:union handling type code.
- setUseAbstract(boolean) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set flag for abstract <mapping> used for this class.
- setUseConcrete(boolean) - Method in class org.jibx.binding.generator.BindingMappingDetail
-
Set flag for concrete <mapping> used for this class.
- setValid(boolean) - Method in class org.jibx.custom.CustomizationCommandLineBase.ArgList
-
Set valid state.
- setValueStyle(Integer) - Method in class org.jibx.custom.classes.NestingBase
-
Set value style.
- setWsdlNamespace(String) - Method in class org.jibx.ws.wsdl.tools.custom.WsdlCustom
-
Set the namespace for WSDL definitions of services.
- setXmlName(String) - Method in class org.jibx.custom.classes.SharedValueBase
-
Set XML element or attribute name from customization.
- SharedNestingBase - Class in org.jibx.custom.classes
-
Base class for all binding customizations that can contain other customizations.
- SharedNestingBase(SharedNestingBase) - Constructor for class org.jibx.custom.classes.SharedNestingBase
-
Constructor.
- SharedValueBase - Class in org.jibx.custom.classes
-
Base class for all value customization information.
- SharedValueBase(SharedNestingBase) - Constructor for class org.jibx.custom.classes.SharedValueBase
-
Constructor.
- SharedValueBase(SharedNestingBase, String) - Constructor for class org.jibx.custom.classes.SharedValueBase
-
Constructor with name known.
- SignatureParser - Class in org.jibx.ws.wsdl.tools
-
Pull parser for generic method or field signature.
- SignatureParser(String) - Constructor for class org.jibx.ws.wsdl.tools.SignatureParser
-
Constructor.
- SOAP_NAMESPACE_PREFIX - Static variable in class org.jibx.ws.wsdl.tools.WsdlWriter
-
Fixed prefix for SOAP namespace.
- SOAP_NAMESPACE_URI - Static variable in class org.jibx.ws.wsdl.model.WsdlBase
-
Fixed URI for SOAP namespace.
- SOAP_NAMESPACE_URI - Static variable in class org.jibx.ws.wsdl.tools.WsdlWriter
-
Fixed URI for SOAP namespace.
- SourceBuilder - Class in org.jibx.schema.codegen
-
Abstract syntax tree builder.
- SourceBuilder(AST, PackageHolder, String, ImportsTracker) - Constructor for class org.jibx.schema.codegen.SourceBuilder
-
Constructor.
- splitItems(String, List) - Static method in class org.jibx.custom.classes.ClassCustomizationBase
-
Split items from a comma-delimited list.
- splitXMLWords(String) - Method in class org.jibx.schema.codegen.extend.DefaultNameConverter
-
Split an XML name into words.
- splitXMLWords(String) - Method in interface org.jibx.schema.codegen.extend.NameConverter
-
Split an XML name into words.
- start(IClassHolder) - Method in interface org.jibx.schema.codegen.extend.ClassDecorator
-
Method called before starting code generation for the target class.
- start(IClassHolder) - Method in class org.jibx.schema.codegen.extend.CollectionMethodsDecorator
-
Method called before starting code generation for the target class.
- start(IClassHolder) - Method in class org.jibx.schema.codegen.extend.ExtensionDecorator
-
Method called before starting code generation for the target class.
- start(IClassHolder) - Method in class org.jibx.schema.codegen.extend.ListImplementationDecorator
-
Method called before starting code generation for the target class.
- start(IClassHolder) - Method in class org.jibx.schema.codegen.extend.SerializableDecorator
-
Method called before starting code generation for the target class.
- StatementBuilderBase - Class in org.jibx.schema.codegen
-
Base class for all statement builders.
- StatementBuilderBase(ClassBuilder) - Constructor for class org.jibx.schema.codegen.StatementBuilderBase
-
Constructor.
- STRING_PARAMETER_ARRAY - Static variable in class org.jibx.custom.CustomizationCommandLineBase
-
Array of method parameter classes for single String parameter.
- STRING_UNMARSHALLER_PARAMETER_ARRAY - Static variable in class org.jibx.custom.CustomizationCommandLineBase
-
Array of classes for String and unmarshaller parameters.
- StringKeyed - Class in org.jibx.schema.codegen
-
Base class for a data representation using a string value as a key.
- StringKeyed(String) - Constructor for class org.jibx.schema.codegen.StringKeyed
-
Constructor.
- stringLiteral(String) - Method in class org.jibx.schema.codegen.ASTBuilderBase
-
Create a string literal.
- StringObjectPair - Class in org.jibx.schema.codegen
-
Holder for a pair consisting of a key string and a value object.
- StringObjectPair(String, Object) - Constructor for class org.jibx.schema.codegen.StringObjectPair
-
Constructor.
- StringPair - Class in org.jibx.schema.codegen
-
Holder for a pair consisting of a key string and a value string.
- StringPair(String, String) - Constructor for class org.jibx.schema.codegen.StringPair
-
Constructor.
- stripAnnotations() - Method in class org.jibx.schema.codegen.custom.SchemaCustom
-
Strip the annotation components (at any level) from a schema definitions.
- StructureClassHolder - Class in org.jibx.schema.codegen
-
Information for a data class to be included in code generated from schema.
- StructureClassHolder(String, String, PackageHolder, BindingHolder, NameConverter, ClassDecorator[], boolean) - Constructor for class org.jibx.schema.codegen.StructureClassHolder
-
Constructor.
- STYLE_DOCUMENT - Static variable in class org.jibx.ws.wsdl.model.Definitions
-
Supported style value.
- SwitchBuilder - Class in org.jibx.schema.codegen
-
Switch statement builder.
- SwitchBuilder(ClassBuilder, Expression) - Constructor for class org.jibx.schema.codegen.SwitchBuilder
-
Constructor.