- GENERATE - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-  
- generateAnyAttributeMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateAnyCollectionMapping(Property, Descriptor, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateAnyObjectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateBinaryDataCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateBinaryMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateChoiceCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateChoiceMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateClass(String, byte[]) - Method in class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
-  
- generateCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateCompositeCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateCompositeObjectMapping(Property, Descriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateDescriptor(JavaClass, CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateDescriptorForJAXBElementSubclass(JavaClass, CoreProject, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateDirectCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateDirectEnumerationMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateDirectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateEnumCollectionMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateJsonSchema(SchemaOutputResolver, Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-  
- generateMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- 
Generate a mapping for a given Property. 
- generateMappingForReferenceProperty(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateMappings() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateMappings(TypeInfo, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- 
Generate mappings for a given TypeInfo. 
- generateProject() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- generateProject(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, List<ElementDeclaration>, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateSchema(Class) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.JsonSchemaGenerator
-  
- generateSchema() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>, SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- generateSchema(SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Generate a Schema for this JAXBContext 
- generateSchema(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Generate a Schema for this JAXBContext 
- generateSchemaFiles(String, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- generateSchemaFiles(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- generateTransformationMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- 
Generate an XMLTransformationMapping based on a given Property. 
- generateWrapperClass(String, String, boolean, QName) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- generateXMLCollectionReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- 
Create an XMLCollectionReferenceMapping and add it to the descriptor. 
- generateXMLObjectReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- 
Create an XMLObjectReferenceMapping and add it to the descriptor. 
- Generator - Class in org.eclipse.persistence.jaxb.compiler
- 
INTERNAL: 
- Generator(JavaModelInput) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
- 
This constructor creates a Helper using the JavaModelInput
 instance's JavaModel. 
- Generator(JavaModelInput, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
- 
This constructor will process and apply the given XmlBindings as appropriate. 
- Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
- 
This constructor creates a Helper using the JavaModelInput
 instance's JavaModel and a map of javaclasses that were generated from Type objects. 
- Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
- 
This constructor will process and apply the given XmlBindings as appropriate. 
- GenericsClassHelper - Class in org.eclipse.persistence.internal.jaxb
- 
Utility class for Generic class hierarchy. 
- GenericsClassHelper() - Constructor for class org.eclipse.persistence.internal.jaxb.GenericsClassHelper
-  
- get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getActualType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the generic type if it was set (collection or array item type) otherwise return the
 type of this property 
- getActualTypeArguments() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the "actual" type from a parameterized type. 
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the "actual" type from a parameterized type. 
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Not supported. 
- getActualValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the generic type if it was set (collection or array item type) otherwise return the
 type of this property 
- getAdaptedJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the adapted java type. 
- getAdaptedJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the adapted java type name. 
- getAdaptedValue() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
-  
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getAdditionalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return a Map of property names to list of properties. 
- getAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- getAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- getAllSchemas() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getAnnotation(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Returns a either a dynamic proxy instance that allows an element
 to be treated as an annotation (for JOT), or a Java annotation
 (for Reflection), or null if the specified annotation does not
 exist. 
- getAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-  
- getAnnotation(JavaAnnotation, Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
If this JavaClassis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
If this JavaPackageis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getAnnotation(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
- 
Get an annotation of type annotationClass if it's present on the AnnotatedElement
 elem. 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
- 
Assumes JavaType is a JavaClassImpl instance 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
- 
Assumes JavaType is a JavaClassImpl instance 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
If this JavaClassis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
If this JavaFieldis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
If this JavaMethodis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Return a Java Annotationrepresentation of the givenJavaAnnotation.
 
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
If this JavaPackageis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getAnnotationHelper() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the Annotationsfor thisJavaClass.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
Return all of the Annotationsfor thisJavaPackage.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
- 
Get all annotations that exist on the AnnotatedElement elem 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the Annotationsfor thisJavaClass.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Return all of the Annotationsfor thisJavaField.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Return all of the Annotationsfor thisJavaMethod.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
Return all of the Annotationsfor thisJavaPackage.
 
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Representing parameter level annotations that should be applied to this
 type. 
- getAnnotationsProcessor() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- getAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the name of the XmlAnyAttribute property, if one is set. 
- getAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the name of the XmlAnyElement property, if one is set. 
- getAnyOf() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getAnyOf() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map for which array class (by name) corresponds to which generated class 
- getAttachmentAsByteArray(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-  
- getAttachmentAsDataHandler(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-  
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-  
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-  
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getAttributeClass() - Method in class org.eclipse.persistence.internal.jaxb.JAXBSetMethodAttributeAccessor
- 
Return the return type of the method accessor. 
- getAttributeFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Gets the value of the attributeFormDefault property. 
- getAttributeGroup() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
-  
- getAttributeName() - Method in class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
-  
- getAttributeName() - Method in interface org.eclipse.persistence.jaxb.AttributeNode
-  
- getAttributeNodes() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
-  
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-  
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.Subgraph
- 
returns the attributes of this managed type that are included in the
 sub-graph 
- getAttributePrefix() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
The value that will be prepended to all keys that are mapped to an XML
 attribute. 
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
-  
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
-  
- getBeanValidationHelper() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Returns BeanValidationHelper. 
- getBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- getBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- getBinder(Binder) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
- 
Return the EclipseLink implementation of Binder. 
- getBindings() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-  
- getCachedJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getChoiceProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the choice properties set on this property. 
- getClass(Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-  
- getClass(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-  
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
- 
Obtain the JavaClassgiven the corresponding JavaClass.
 
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
- 
Obtain the JavaClassgiven the corresponding JavaClass'name.
 
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Obtain the JavaClassgiven the corresponding JavaClass.
 
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Obtain the JavaClassgiven the corresponding JavaClass'name.
 
- getClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the ClassExtractor class name. 
- getClassForJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- getClassLoader() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-  
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
- 
Returns this JavaModel'sClassLoader.
 
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Returns this JavaModel'sClassLoader.
 
- getClassName() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- getClassNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getClassOfType(Type) - Static method in class org.eclipse.persistence.internal.jaxb.GenericsClassHelper
-  
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map containing which Class (by name) corresponds to which generated class. 
- getClassType() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
-  
- getClassType() - Method in interface org.eclipse.persistence.jaxb.Subgraph
- 
returns the type of this sub-graph if it was used to extend a superclass
 sub-graph definition. 
- getClazz() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
- 
Gets the value of the clazz property. 
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map for which collection class (by Type) corresponds to which generated class 
- getComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
- 
Return the Mapof method name/value pairs for this proxy
 instance.
 
- getComponents() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-  
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-  
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
- 
Not supported. 
- getComponentType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
If this JavaClassis an array type, return the type of the
 array components.
 
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
If this JavaClassis an array type, return the type of the
 array components.
 
- getCompositor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getConstraintDescriptor() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getConstraintsMap() - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper
- 
Lazy getter for constraintsOnClasses property. 
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
- 
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
- 
- getConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the JavaConstructorfor thisJavaClassthat has the
 provided parameter types.
 
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the JavaConstructorfor thisJavaClassthat has the
 provided parameter types.
 
- getConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the JavaConstructorsfor this JavaClass.
 
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the JavaConstructorsfor thisJavaClass.
 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the containerType property. 
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the containerType property. 
- getCustomizationURIs() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-  
- getDeclaredAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
If this JavaClassdeclares anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
Not supported. 
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Not supported. 
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
If this JavaFieldis annotated with anAnnotationmatchingaClass,
 return itsJavaAnnotationrepresentation.
 
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Not supported. 
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
Not supported. 
- getDeclaredAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the declared Annotationsfor thisJavaClass.
 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
Not supported. 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
- 
Get all annotations that are defined directly on the AnnotatedElement
 (excluding inherited annotations). 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Not supported. 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Return all of the Annotationsfor thisJavaField.
 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Not supported. 
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
Not supported. 
- getDeclaredClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return this JavaClass'inner classes.
 
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return this JavaClass'inner classes.
 
- getDeclaredConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the declared JavaConstructorfor thisJavaClass.
 
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the declared JavaConstructorfor thisJavaClassthat has the
 provided parameter types.
 
- getDeclaredConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the declared JavaConstructorsfor thisJavaClass.
 
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the declared JavaConstructorsfor thisJavaClass.
 
- getDeclaredField(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the declared JavaFieldfor thisJavaClass, identified
 byfieldName.
 
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the declared JavaFieldfor thisJavaClass, identified
 byfieldName.
 
- getDeclaredFields() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the declared JavaFieldsfor thisJavaClass.
 
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the declared JavaFieldsfor thisJavaClass.
 
- getDeclaredMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the declared JavaMethodfor thisJavaClass,
 identified byname, with the signature matchingargs.
 
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
- 
Assumes JavaType[] contains JavaClassImpl instances 
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the declared JavaMethodfor thisJavaClass,
 identified byname, with the signature matchingargs.
 
- getDeclaredMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the declared JavaMethodsfor thisJavaClass.
 
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the declared JavaMethodsfor thisJavaClass.
 
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
This will be set if XmlElementDecl has a defaultValue specified 
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the defaultValue property. 
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the defaultValue property. 
- getDefinitions() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the XmlDescriptor set on this TypeInfo. 
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- getDomainClass(Set<Class<?>>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Get first non java class if exists. 
- getDomainClasses(Type) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
A convenience method to get the domain class (i.e. 
- getDomHandler() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the domHandler property. 
- getDomHandlerClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the DomHandler class name. 
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-  
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-  
- getDynamicType(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
- 
Obtain a reference to the DynamicTypeobject for a given Java name.
 
- getElement() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getElementFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Gets the value of the elementFormDefault property. 
- getElementName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the QName representing this element 
- getElementName(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
-  
- getElementRefsPropName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the XmlElementRefs property name, if one has been set. 
- getElementScope() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Indicates if a global element should be generated for this type. 
- getEnumClass() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- 
PUBLIC:
 Get the class which was set as the enum class which contains the fromValue method. 
- getEnumClassName() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- 
PUBLIC:
 Get the name of the enum class which contains the fromValue method. 
- getEnumConstant(String, String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
- 
Returns the constant named constantNamefrom the enum class specified byenumName.
 
- getEnumeration() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getEnumeration() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getEnumerationFacetsFor(EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-  
- getExecutableParameters() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getExecutableReturnValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getFacets() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getFactoryClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Gets the value of the factoryClass property. 
- getFactoryMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Gets the value of the factoryMethod property. 
- getFactoryMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getFactoryMethodParamTypes() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getFieldNames() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getFixedValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getFlags() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-  
- getFraction() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-  
- getGeneratedClassesToArrayClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getGeneratedClassesToCollectionClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getGenericInterfaces() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-  
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-  
- getGenericReturnType(JavaMethod) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a given method's generic return type as a JavaClass. 
- getGenericSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-  
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-  
- getGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
- 
Gets the value of the getMethod property. 
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Gets the value of the getMethod property. 
- getGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getGlobalElementDeclarations() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-  
- getGlobalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Lazy load and return the map of global elements. 
- getIDProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the TypeProperty 'idProperty'. 
- getIDResolver() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
- 
Return this Unmarshaller's custom IDResolver. 
- getInteger() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-  
- getInvalidValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getInverseReferencePropertyContainerClass() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getInverseReferencePropertyGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getInverseReferencePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getInverseReferencePropertySetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getIsSetMethodName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
- 
Gets the value of the isSetMethodName property. 
- getIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
- 
Gets the value of the isSetParameter property. 
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
-  
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
-  
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
-  
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
-  
- getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
-  
- getItems() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-  
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
- 
Return a Java Annotationrepresentation of thisJavaAnnotation.
 
- getJavaAnnotationClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
- 
Return the Java Classof theAnnotationrepresented by thisJavaAnnotation.
 
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
- 
Gets the value of the javaAttribute property. 
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
- 
Gets the value of the javaAttribute property. 
- getJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the javaAttributes property. 
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getJavaClass(Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a JavaClass instance created based the provided class. 
- getJavaClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a JavaClass instance created based on fully qualified
 class name. 
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getJavaClassArray(Class...) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return array of JavaClass instances created based on the provided classes. 
- getJavaClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-  
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
- 
Returns this JavaModelInput'sarray ofJavaClasses.
 
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-  
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
- 
Returns this JavaModelInput'sarray ofJavaClasses.
 
- getJavaClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the JavaClass name for this typeinfo. 
- getJavaEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
- 
Gets the value of the javaEnum property. 
- getJavaEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
- 
Gets the value of the javaEnumValue property. 
- getJavaField(Field) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getJavaMethod(Method) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getJavaMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the javaMethod property. 
- getJavaModel() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-  
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Get this JavaClass'JavaModel.
 
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
- 
Returns this JavaModelInput'sJavaModel.
 
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-  
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Get this JavaClass'JavaModel.
 
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
- 
Returns this JavaModelInput'sJavaModel.
 
- getJavaModelClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Returns a Mapof thisJavaModel'sJavaClasses, keyed on class name.
 
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-  
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
-  
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-  
- getJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
The javaType associated with this element. 
- getJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes
- 
Gets the value of the javaType property. 
- getJavaTypeAdapterClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the java type adapter class associated with the element 
- getJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the name of the java type associated with this global element. 
- getJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the javaTypes property. 
- getJavaVariableAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the javaVariableAttribute property. 
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
- 
Returns this JavaModel'sJaxbClassLoader, which
 should be the parentClassLoader.
 
- getJAXBContext(JAXBContext) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
- 
Return the EclipseLink implementation of JAXBContext. 
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getJAXBContext(Set<Class<?>>, Annotation[], MediaType, MultivaluedMap<String, ?>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Return the JAXBContext that corresponds to the domain class. 
- getJaxbElementClass() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a JavaClass instance based on the @see jakarta.xml.bind.JAXBElement . 
- getJAXBNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getKey() - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
-  
- getKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
- 
Gets the value of the key property. 
- getKeyType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getLeafBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-  
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-  
- getLocalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Gets the value of the location property. 
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
- 
Gets the value of the mappedBy property. 
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Gets the value of the mappedBy property. 
- getMappingsGenerator() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- getMarshaller(Marshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
- 
Return the EclipseLink implementation of Marshaller. 
- getMax() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-  
- getMaxOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getMessage() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getMessageTemplate() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return the JavaMethodfor thisJavaClass,
 identified byname, with the signature matchingargs.
 
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
- 
Assumes JavaType[] contains JavaClassImpl instances 
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return the JavaMethodfor thisJavaClass, identified
 byname, with the signature matchingargs.
 
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-  
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Gets the value of the method property. 
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Gets the value of the method property. 
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-  
- getMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Return all of the JavaMethodsfor thisJavaClass.
 
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Return all of the JavaMethodsfor thisJavaClass.
 
- getMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getMin() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-  
- getMinOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the Java language modifiers for this JavaClass, encoded in an integer.
 
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the Java language modifiers for this JavaClass, encoded in an integer.
 
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Returns the Java language modifiers for this JavaConstructor, encoded in an integer.
 
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Returns the Java language modifiers for this JavaField, encoded in an integer.
 
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns the Java language modifiers for this JavaMethod, encoded in an integer.
 
- getName() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getName() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
-  
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-  
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the name of this JavaClass.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
Returns the name of this JavaPackage.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-  
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the name of this JavaClass.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Returns the name of this JavaConstructor.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Returns the name of this JavaField.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns the name of this JavaMethod.
 
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
Returns the name of this JavaPackage.
 
- getName() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
- 
Returns the name of the static EntityGraph. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Gets the value of the name property. 
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Gets the value of the name property. 
- getNameFromXPath(String, String, boolean) - Static method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
- 
Convenience method that returns the field name for a given xml-path. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Gets the value of the namespace property. 
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Gets the value of the namespace property. 
- getNamespaceInfo() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getNamespaceInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getNamespaceInfoForNamespace(String, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getNamespacePrefixMapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
By default the JSON-binding will ignore namespace qualification. 
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getNamespaceResolverForDescriptor(NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
- 
- getNamespaceSeparator() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
This character (default is '.') separates the prefix from the key name. 
- getNamespaceUri() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
- 
Gets the value of the namespaceUri property. 
- getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
-  
- getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
-  
- getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Get the nested converter to that is used in conjunction with the adapter. 
- getNextMappedSuperClass(JavaClass, Map<String, TypeInfo>, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- getNoAccessTypePropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getNonTransientPropertiesInPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return all non-transient properties that exist in the propOrder array. 
- getNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Returns the null policy for this property. 
- getNullRepresentationForXml() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Gets the value of the nullRepresentationForXml property. 
- getObjectClass() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a JavaClass instance based on the @see java.lang.Object . 
- getObjectFactoryClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getObjectGraphs() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getOptionName() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-  
- getOrGeneratePrefixForNamespace(String, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- 
Attempt to resolve the given URI to a prefix. 
- getOriginalGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getOriginalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the list of original properties for this type info. 
- getOriginalSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getOriginalType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Get the original type of the property. 
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Returns the JavaClasswhich contains this constructor.
 
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Returns the JavaClasswhich contains this field.
 
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns the JavaClasswhich contains this method.
 
- getPackage() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the JavaPackagethat thisJavaClassbelongs to.
 
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the JavaPackagethat thisJavaClassbelongs to.
 
- getPackageInfoForPackage(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getPackageInfoForPackage(JavaPackage, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getPackageLevelAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmladapter class for a given bound type class. 
- getPackageLevelAdapterClass(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmladapter class for a given bound type class name. 
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the Map of XmlAdapters for this TypeInfo. 
- getPackageLevelXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getPackageName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the package name of this JavaClass.
 
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the package name of this JavaClass.
 
- getPackageName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the packageName property. 
- getPackageToPackageInfoMappings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getParameterizedTypeArguments(Class, Class) - Static method in class org.eclipse.persistence.internal.jaxb.GenericsClassHelper
- 
Get the parameterized type arguments for a declaring class that
 declares a generic class or interface type. 
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Returns the array of parameters for this JavaConstructor.
 
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns the array of parameters for this JavaMethod.
 
- getPatterns() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-  
- getPredicateProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
INTERNAL:
 Return the list of predicate properties. 
- getPrefix() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
- 
Gets the value of the prefix property. 
- getPrefixForNamespace(String, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getPrefixForNamespace(String, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getPrefixForNamespace(Schema, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the Map of Properties for this TypeInfo. 
- getPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getProperty(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- getProperty(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
- 
Get a property from the JAXBMarshaller. 
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
- 
Get a property from the JAXBMarshaller. 
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-  
- getPropertyList() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getPropertyMapFromArrayList(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getPropertyNames() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getPropertyPath() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Gets the value of the propOrder property. 
- getProxy(Map<String, Object>, Class<A>, ClassLoader, ConversionManager) - Static method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
- 
This is the preferred way to obtain an instance of a dynamic proxy. 
- getPublicMemberPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getQNameForProperty(Property, String, JavaHasAnnotations, NamespaceInfo, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map of which QName corresponds to which declared class. 
- getQNamesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getQualifiedJavaTypeName(String, String) - Static method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Prepends a package name to a given java type name, if it is not already present. 
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaPackage
-  
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the fully-qualified name of this JavaClass.
 
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
- 
Returns the fully-qualified name of this JavaPackage.
 
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the fully-qualified name of this JavaClass.
 
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
- 
Returns the fully-qualified name of this JavaPackage.
 
- getRawName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the raw name of this JavaClass.
 
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the raw name of this JavaClass.
 
- getRef() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- getReferencedByTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getReferencedElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the list of referenced elements. 
- getReferencedXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
- 
Gets the value of the referencedXmlPath property. 
- getRegexp() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-  
- getResolvedType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Returns the JavaClassrepresenting the type of thisJavaField.
 
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns this JavaMethod'sreturn type.
 
- getResolver() - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
-  
- getRestrictionBase() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- getResult() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
- 
Return the unmarhalled document. 
- getReturnType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Returns this JavaMethod'sreturn type.
 
- getReturnTypeForWriteTransformationMethod(String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-  
- getReturnTypeForWriteTransformationMethodTransformer(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-  
- getRootBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getRootBeanClass() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-  
- getRootClass() - Method in class org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
- 
Returns the root class of the schema to be generated. 
- getSchema() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Gets the value of the schema property. 
- getSchemaName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getSchemaType() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Get the schema type to be used during conversion. 
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
INTERNAL:
 Indicates the schema type to be used during marshal 
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- 
Return the schema type (as QName) based on a given JavaClass. 
- getSchemaTypeInfo() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- 
Return the Map of SchemaTypeInfo instances. 
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-  
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getSchemaTypeOrNullFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getScope() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the scope property. 
- getScopeClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the scope class associated with this element. 
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
- 
Gets the value of the setMethod property. 
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Gets the value of the setMethod property. 
- getSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getSimpleType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-  
- getSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
- 
Gets the value of the subgraph property. 
- getSubstitutableElements() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
The list of elements which can be substituted for this element (ie: has this element in their substitutionGroup) 
- getSubstitutionHead() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
If this element has a substitutionGroup this will be set. 
- getSubstitutionHeadName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the substitutionHeadName property. 
- getSubstitutionHeadNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the substitutionHeadNamespace property. 
- getSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Returns the super class of this JavaClass.
 
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Returns the super class of this JavaClass.
 
- getSuperClassOverride() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- getSuperType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the superType property. 
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Gets the value of the transformerClass property. 
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Gets the value of the transformerClass property. 
- getTransformerHelper() - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-  
- getTransformerPropertyBuilder(Property, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- 
Returns TransformerPropertyBuilder which builds properties from xml transformers. 
- getType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getType(JavaField) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Returns a JavaClass instance wrapping the provided field's resolved
 type. 
- getType() - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
- 
Get the Type associated with this JAXBTypeElement 
- getType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
The type to be bound. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the type property. 
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the type property. 
- getTypeFromAdapterClass(JavaClass, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
- 
If adapter class is null return null If there is a marshal method that
 returns something other than Object on the adapter class return the
 return type of that method Otherwise return Object.class 
- getTypeInfoClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getTypeInfos() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getTypeInfosForPackage(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Convenience method for returning all of the TypeInfo objects for a given
 package name. 
- getTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Get the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo 
- getTypeMappingInfosToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getTypeMappingInfosToSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getTypeMappingInfoToAdapterClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getTypeMappingInfoToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map of which TypeMappingInfo corresponds to which QName. 
- getTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Get the map of which Type corresponds to which QName. 
- getTypeToTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- getUnmarshaller(Unmarshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
- 
Return the EclipseLink implementation of Unmarshaller. 
- getUnmarshallerHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getUsage() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-  
- getUserDefinedSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the Map of user-defined properties. 
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the Map of user-defined properties. 
- getValidationEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
- 
Return the ValidationEventHandler associated with this JAXBErrorHandler. 
- getValue() - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
-  
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-  
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-  
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
-  
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
-  
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
- 
Gets the value of the value property. 
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
- 
Gets the value of the value property. 
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
- 
Gets the value of the value property. 
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Gets the value of the value property. 
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
- 
Gets the value of the value property. 
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Gets the value of the value property. 
- getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Get a value from an object based on an XPath statement. 
- getValueGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Gets the value of the valueType property. 
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Gets the value of the valueType property. 
- getValueWrapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
The key that will correspond to the property mapped with @XmlValue. 
- getVariableAttributeName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getVariableClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlAbstractNullPolicy property. 
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlAbstractNullPolicy property. 
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the xmlAbstractNullPolicy property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the xmlAccessMethods property. 
- getXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmlAccessOrder for this TypeInfo. 
- getXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlAccessorOrder property. 
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlAccessorOrder property. 
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
- 
Gets the value of the xmlAccessorType property. 
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlAccessorType property. 
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlAccessorType property. 
- getXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmlAccessType for this TypeInfo. 
- getXmlAdapterClass() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Return the XmlAdapter class for this converter. 
- getXmlAdapterClassName() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Return the XmlAdapter class name for this converter. 
- getXMLBinder() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in interface org.eclipse.persistence.jaxb.metadata.MetadataSource
-  
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.MetadataSourceAdapter
-  
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
-  
- getXmlBindingsFromProperties(Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- 
Convenience method for processing a properties map and creating a map of
 package names to XmlBindings instances. 
- getXmlBindingsModelContext() - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
- 
The method will load the eclipselink metadata model and return the
 corresponding JAXBContext 
- getXmlClassExtractor() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlClassExtractor property. 
- getXMLContext() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Return the XMLContext associated with this JAXBContext. 
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the XmlCustomizer class name set on this TypeInfo, or null if none
 is set. 
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlCustomizer property. 
- getXmlDescriptor() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
INTERNAL
 Returns the Descriptor associated with this TypeMappingInfo. 
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the class indicator field name for this type info. 
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlDiscriminatorNode property. 
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the value of the class indicator field for the java-type
 associated with this type info. 
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlDiscriminatorValue property. 
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Returns the xml-element as a Elementwhich represents the
 parameter level annotations that should be applied to this type.
 
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlElement property. 
- getXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
- 
Gets the value of the xmlElementDecl property. 
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-  
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlElementNillable property. 
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlElementNillable property. 
- getXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlElementRef property. 
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the List of XmlElementRef(s) for this Property. 
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlElementRefs property. 
- getXmlElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the XmlElements object set for this Property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the XmlElementWrapper set on this property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlElementWrapper property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the xmlElementWrapper property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlElementWrapper property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlElementWrapper property. 
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the xmlElementWrapper property. 
- getXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums
- 
Gets the value of the xmlEnum property. 
- getXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlEnums property. 
- getXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
- 
Gets the value of the xmlEnumValue property. 
- getXmlEnumValues() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- getXMLInputFactory() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-  
- getXmlInverseReference() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlInverseReference property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the xmlJavaTypeAdapter set on this Property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmlJavaTypeAdapter set on this Type. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapters
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the xmlJavaTypeAdapter property. 
- getXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlJavaTypeAdapters property. 
- getXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Gets the value of the xmlJoinNode property. 
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the XmlJoinNodes for this property. 
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlJoinNodes property. 
- getXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the list of XmlJoinNodes for this Property, if any. 
- getXmlKeyProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the list of XmlKey property entries. 
- getXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlMap property. 
- getXMLMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Return the mimeType specified on this element. 
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlMimeType property. 
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlMimeType property. 
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
- 
Gets the value of the xmlNamedAttributeNode property. 
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- 
Gets the value of the xmlNamedAttributeNode property. 
- getXmlNamedObjectGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraphs
- 
Gets the value of the xmlNamedObjectGraph property. 
- getXmlNamedObjectGraphs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlNamedObjectGraphs property. 
- getXmlNamedSubclassGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
- 
Gets the value of the xmlNamedSubclassGraph property. 
- getXmlNamedSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
- 
Gets the value of the xmlNamedSubgraph property. 
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the XMLNameTransformer used when converting Java names to XML names 
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlNameTransformer property. 
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlNameTransformer property. 
- getXMLNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- getXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Gets the value of the xmlNs property. 
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return XmlNullPolicy for this TypeInfo. 
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-  
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlNullPolicy property. 
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlNullPolicy property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the xpath for this property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Gets the value of the xmlPath property. 
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the xmlPath property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the xmlProperties property. 
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the xmlProperties property. 
- getXmlProperty() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
- 
Gets the value of the xmlProperty property. 
- getXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Gets the value of the xmlReadTransformer property. 
- getXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlRegistries property. 
- getXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries
- 
Gets the value of the xmlRegistry property. 
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmlRootElement set on this TypeInfo. 
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlRootElement property. 
- getXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlSchema property. 
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlSchemaType property. 
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlSchemaType property. 
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlSchemaType property. 
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaTypes
- 
Gets the value of the xmlSchemaType property. 
- getXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlSchemaTypes property. 
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the List of XmlSeeAlso class names for this TypeInfo. 
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlSeeAlso property. 
- getXmlTagName() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Root element name associated with this type; 
- getXMLToJavaTypeMap() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Return a map of default Java types to XML types. 
- getXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Return the XmlTransformation set on this property. 
- getXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Return the xmlType set on this TypeInfo. 
- getXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlType property. 
- getXMLUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- getXmlValueFieldForSimpleContent(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getXmlValueFieldForSimpleContent(TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- getXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlVirtualAccessMethods property. 
- getXmlWriteTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Gets the value of the xmlWriteTransformer property. 
- getXPathForElement(String, QName, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- getXPathForField(Property, NamespaceInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-  
- GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- ID_RESOLVER - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
- 
The name of the property used to specify a custom IDResolver class, to
 allow customization of ID/IDREF processing. 
- IDResolver - Class in org.eclipse.persistence.jaxb
- 
 IDResolver can be subclassed to allow customization of the ID/IDREF processing of
 JAXBUnmarshaller. 
- IDResolver() - Constructor for class org.eclipse.persistence.jaxb.IDResolver
-  
- IDResolverWrapper - Class in org.eclipse.persistence.internal.jaxb
- 
INTERNAL: 
- IDResolverWrapper(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
-  
- INDENT_STRING - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
- 
The Constant INDENT_STRING. 
- init() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Figure out the BoundType and ValueType for the XmlAdapter class, then
 either create an instance of the XmlAdapter, or if an instance is set
 on the marshaller, use it. 
- initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
- 
INTERNAL: 
- initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- 
INTERNAL:
 Set the enum class. 
- initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.JAXBSetMethodAttributeAccessor
- 
Override to avoid exceptions due to lack of get method. 
- initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
-  
- initializeMethod() - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
-  
- initTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Populate the map of which Type corresponds to which QName. 
- instanceOf() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-  
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-  
- INTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- INTERNAL_ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- INTERNAL_ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- INTERNAL_XML_LOCATION_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- INTERNAL_XML_LOCATION_ANNOTATION_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- INVALID_BOUND_TYPE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-  
- INVALID_JAVA_ATTRIBUTE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-  
- INVALID_TYPE_ON_MAP - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
-  
- invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
- 
Invoke a given Methodon this proxy.
 
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassisabstract.
 
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassisabstract.
 
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorisabstract.
 
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldisabstract.
 
- isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodisabstract.
 
- isAdditionalProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- isAdditionalProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- isAnnotation() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis anAnnotation.
 
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis anAnnotation.
 
- isAnnotationPresent(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Indicates if element contains a given annotation. 
- isAnnotationPresent(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
- 
Return true if the annotation annotationClass exists on the annotatedElement elem. 
- isAnonymousComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- isAny() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Returns indicator for XmlAnyElement 
- isAnyAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MapValue
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
-  
- isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
-  
- isArray() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis an Array type.
 
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis an Array type.
 
- isAssignableFrom(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis either the same as, or is a superclass of,
 thejavaClassargument.
 
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis either the same as, or is a superclass of,
 thejavaClassargument.
 
- isAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isAttribute - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-  
- isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- isBinaryDataToBeInlined() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if all binary data types are to be inlined for this class. 
- isBridge() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Not supported. 
- isBuiltInJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- 
Indicates if a given JavaClass is a built-in Java type. 
- isCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the cdata property. 
- isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the cdata property. 
- isChoice() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property represents a choice property. 
- isCollectionType(Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- 
Indicates if a given Property is a collection type. 
- isCollectionType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- isComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- isCustomizationTagName(String, String) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-  
- isDefaultNamespaceAllowed() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- isElement(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
-  
- isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- isEmptyNodeRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Gets the value of the emptyNodeRepresentsNull property. 
- isEnum() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis anenum.
 
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis anenum.
 
- isEnumConstant() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldis anenumconstant - i.e.
 
- isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if this type info represents an enumeration. 
- isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-  
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassisfinal.
 
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassisfinal.
 
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorisfinal.
 
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldisfinal.
 
- isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodisfinal.
 
- isFormattedOutput() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-  
- isIDSet() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if an @XmlID is set on a field/property. 
- isIncludeRoot() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-  
- isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-  
- isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-  
- isInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if XOP encoding should be disabled for datatypes that
 are bound to base64-encoded binary data in XML. 
- isInterface() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis aninterface.
 
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis aninterface.
 
- isInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isIsAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the isAttribute property. 
- isIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
- 
Gets the value of the isSetPerformedForAbsentNode property. 
- isLax() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Used with XmlAnyElement. 
- isLax() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the lax property. 
- isList() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Return if this element is a list 
- isLocationAware() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- isMap() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isMapType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- isMarshalEmptyCollections() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
If true empty collections will be marshalled as empty arrays, else the
 collection will not be marshalled to JSON (default is true). 
- isMemberClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassis an innerClass.
 
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassis an innerClass.
 
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isMetadataComplete - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-  
- isMethodProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isMixed() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates mixed content 
- isMixedContent() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isMtomAttachment(Property) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Indicates if a given Property represents an MTOM attachment. 
- isMtomAttachment() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isMutable() - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
-  
- isMutable() - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
-  
- isMutable() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
-  
- isMutable() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
-  
- isMutable() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Satisfy the interface. 
- isMutable() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-  
- isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Return if the global element will be marked as nillable 
- isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isNillable() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Return if the global element will be marked as nillable 
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the nillable property. 
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
- 
Gets the value of the nillable property. 
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Gets the value of the nillable property. 
- isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the nillable property. 
- isNotNullAnnotated() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isOptional() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Gets the value of the optional property. 
- isPositional() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is mapped by position, i.e. 
- isPostBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if this TypeInfo has completed the postBuildTypeInfo phase of
 processing. 
- isPreBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if this TypeInfo has completed the preBuildTypeInfo phase of
 processing. 
- isPrimitive() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassrepresents a primitive type.
 
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassrepresents a primitive type.
 
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassisprivate.
 
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassisprivate.
 
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorisprivate.
 
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldisprivate.
 
- isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodisprivate.
 
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassisprotected.
 
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassisprotected.
 
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorisprotected.
 
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldisprotected.
 
- isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodisprotected.
 
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassispublic.
 
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassispublic.
 
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorispublic.
 
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldispublic.
 
- isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodispublic.
 
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-  
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if the mapping for this Property is read-only. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the readOnly property. 
- isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the readOnly property. 
- isReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this Property is a reference property. 
- isRequired() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the required property. 
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the required property. 
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the required property. 
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Gets the value of the required property. 
- isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the required property. 
- isSetAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if the name of the XmlAnyAttribute property has been set. 
- isSetAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if the name of the XmlAnyElement property has been set. 
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if the isCdata flag was set via external metadata. 
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Indicates if the cdata field has been set, i.e. 
- isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Indicates if the cdata field has been set, i.e. 
- isSetClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if a ClassExtractor class name is set,
 i.e. 
- isSetDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Indicates if a method has been set, i.e. 
- isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Indicates if a method has been set, i.e. 
- isSetMethodName - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-  
- isSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if a null policy is set for this property. 
- isSetParameter - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-  
- IsSetParameter() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-  
- isSetPerformedForAbsentNode - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-  
- isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates that the propOrder has been set, i.e. 
- isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-  
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if the isReadOnly flag was set via external metadata. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Indicates if readOnly has been set, i.e. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Indicates if readOnly has been set, i.e. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Indicates if the isReadOnly flag was set. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Indicates if the isReadOnly flag was set. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Indicates if the readOnly property has been set, i.e. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Indicates if the readOnly property has been set, i.e. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Indicates if readOnly has been set, i.e. 
- isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Indicates if the isReadOnly flag was set. 
- isSetRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Indicates if the required flag was set via external metadata. 
- isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Indicates if a transformerClass has been set, i.e. 
- isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Indicates if a transformerClass has been set, i.e. 
- isSetUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if a map of userProperties is set for this property. 
- isSetValue() - Method in class org.eclipse.persistence.internal.jaxb.WrappedValue
-  
- isSetValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Indicates if the valueType property has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if the isWriteOnly flag was set via external metadata. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Indicates if writeOnly has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Indicates if writeOnly has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Indicates if the isWriteOnly flag was set. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Indicates if the isWriteOnly flag was set. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Indicates if the writeOnly property has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Indicates if the writeOnly property has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Indicates if writeOnly has been set, i.e. 
- isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Indicates if the isWriteOnly flag was set. 
- isSetXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if xmlAccessOrder has been set, i.e. 
- isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Indicates if xmlAccessorOrder has been set, i.e. 
- isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Indicates if XmlAccessorOrder is set, i.e. 
- isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Indicates if xmlAccessorType has been set, i.e. 
- isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Indicates if XmlAccessorType is set, i.e. 
- isSetXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if xmlAccessType has been set, i.e. 
- isSetXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if the class indicator field name is set, i.e. 
- isSetXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if a class indicator field value has been set,
 i.e. 
- isSetXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if an XmlElementWrapper has been set, i.e. 
- isSetXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Indicates if xmlInlineBinaryData has been set, i.e. 
- isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if an XmlJavaTypeAdapter has been set, i.e. 
- isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if an XmlJavaTypeAdapter has been set, i.e. 
- isSetXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property has XmlJoinNodes set. 
- isSetXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if xmlJoinNodesList has been set, i.e. 
- isSetXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Indicates if xmlList has been set, i.e. 
- isSetXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-  
- isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Indicates if the mixed flag has been set, i.e. 
- isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Indicates if the mixed flag has been set, i.e. 
- isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if an xpath is set for this property. 
- isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Indicates if a xmlPath has been set, i.e. 
- isSetXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Indicates if an XmlReadTransformer has been set, i.e. 
- isSetXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if xmlRootElement has been set, i.e. 
- isSetXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if xmlSeeAlso has been set, i.e. 
- isSetXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if an XmlTransformation is set for this porperty. 
- isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if XmlTransient is set. 
- isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Indicates if xmlTransient has been set, i.e. 
- isSetXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if xmlType has been set, i.e. 
- isSetXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if an xmlValueProperty is set on this TypeInfo, i.e. 
- isSetXmlWriteTransformers() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Indicates if at least one XmlWriteTransformer has been
 set, i.e. 
- isSimpleType(TypeInfo) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-  
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Indicates if this JavaClassisstatic.
 
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Indicates if this JavaClassisstatic.
 
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Indicates if this JavaConstructorisstatic.
 
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Indicates if this JavaFieldisstatic.
 
- isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Indicates if this JavaMethodisstatic.
 
- isSuperClassProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isSwaAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-  
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-  
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-  
- isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-  
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Not supported. 
- isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Not supported. 
- isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if the class represented by this TypeInfo is marked XmlTransient. 
- isTransientType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isTyped() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isValidating() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- isValidationXmlPresent() - Static method in class org.eclipse.persistence.jaxb.ValidationXMLReader
- 
Checks if validation.xml exists. 
- isVariableNodeAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isVirtual() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isWrapperAsArrayName() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
If true the grouping element will be used as the JSON key. 
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-  
- isWriteableInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Gets the value of the writeOnly property. 
- isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Gets the value of the writeOnly property. 
- isXmlAccessorFactorySupport() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Indicates whether this AnnotationsProcessor has been configured to enable
 processing of XmlAccessorFactory annotations. 
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Return if this element is associated with an XmlAttachmentRef annotation 
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlAttachmentRef property. 
- isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlAttachmentRef property. 
- isXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Indicates if XmlElementNillable is set. 
- isXmlElementType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isXmlId() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is an ID field. 
- isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlId property. 
- isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlId property. 
- isXmlIdExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is an ID extension field. 
- isXmlIdRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is a reference to an ID field. 
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlIdref property. 
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlIdref property. 
- isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlIdref property. 
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlInlineBinaryData property. 
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlInlineBinaryData property. 
- isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlInlineBinaryData property. 
- isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlKey property. 
- isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlKey property. 
- isXmlList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is an XmlList. 
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Gets the value of the xmlList property. 
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlList property. 
- isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Gets the value of the xmlList property. 
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Gets the value of the xmlLocation property. 
- isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
- 
Gets the value of the xmlLocation property. 
- isXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Gets the value of the xmlMappingMetadataComplete property. 
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Gets the value of the xmlMixed property. 
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Gets the value of the xmlMixed property. 
- isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Gets the value of the xmlMixed property. 
- isXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Track if this element had an @XmlRootElement annotation 
- isXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property represents an XmlTransformation. 
- isXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Gets the value of the xmlTransient property. 
- isXmlValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is an XmlValue. 
- isXmlValueExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if this property is an XmlValueExtension. 
- isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-  
- isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-  
- isXsiNilRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Gets the value of the xsiNilRepresentsNull property. 
- schema - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-  
- SchemaGenerator - Class in org.eclipse.persistence.jaxb.compiler
- 
INTERNAL: 
- SchemaGenerator(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-  
- SchemaMetadata - Class in org.eclipse.persistence.jaxb.dynamic.metadata
-  
- SchemaMetadata(DynamicClassLoader, Map<String, Object>) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-  
- SchemaMetadata(DynamicClassLoader, Map<String, Object>, Source, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-  
- SchemaMetadata(DynamicClassLoader, Map<String, Object>, Node, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-  
- SCHEMAMETADATA_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-  
- schemaType - Variable in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
-  
- SchemaTypeInfo - Class in org.eclipse.persistence.jaxb.compiler
- 
INTERNAL: 
- SchemaTypeInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-  
- scope - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-  
- SESSION_EVENT_LISTENER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
- 
The name of the property used to specify a SessionEventListener that can
 be used to customize the metadata before or after it has been
 initialized. 
- SessionEventListener - Class in org.eclipse.persistence.internal.jaxb
- 
Allows actions to be performed upon receipt of various Session events. 
- SessionEventListener() - Constructor for class org.eclipse.persistence.internal.jaxb.SessionEventListener
- 
The default constructor. 
- sessionEventListeners() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
-  
- setAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setActualTypeArgument(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-  
- setAdaptedClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setAdaptedClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setAdaptedJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the adapted java type if there is an XmlJavaTypeAdapter associated with this element
 This will also set the adaptedJavaTypeName (getAdaptedJavaTypeName) 
- setAdaptedValue(Collection<T>) - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
-  
- setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set an XmlAdapter on this Property. 
- setAdditionalProperties(Boolean) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setAdditionalProperties(Boolean) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setAfterMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
- 
Should not use this method - the init method will
 overwrite the set value. 
- setAfterUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
- 
Should not use this method - the init method will
 overwrite the set value. 
- setAnnotations(Annotation[]) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-  
- setAnyAttributePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the name of the XmlAnyAttribute property 
- setAnyElementPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the name of the XmlAnyElement property 
- setAnyOf(Property[]) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setAnyOf(Property[]) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setAttributeFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Sets the value of the attributeFormDefault property. 
- setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setAttributePrefix(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Specify a value that will be prepended to all keys that are mapped to an
 XML attribute. 
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
-  
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
-  
- setBeforeMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
- 
Should not use this method - the init method will
 overwrite the set value. 
- setBeforeUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
- 
Should not use this method - the init method will
 overwrite the set value. 
- setCdata(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Flag the mapping for this Property as containing character data. 
- setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the cdata property. 
- setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the cdata property. 
- setChoice(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set flag to indicate whether this property represents a choice
 property. 
- setChoiceProperties(Collection<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the choice properties for this property. 
- setClassBasedMarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-  
- setClassBasedUnmarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-  
- setClassExtractorName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the ClassExtractor class name. 
- setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- setClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- setClassNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setClassToGeneratedClasses(HashMap<String, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Set the map containing which Class (by name) corresponds to which generated class. 
- setClazz(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
- 
Sets the value of the clazz property. 
- setComplexType(ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setComponentClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setComponentClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setCompositor(TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the containerType property. 
- setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the containerType property. 
- setDefaultNamespaceAllowed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the default value associated with this element. 
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the defaultValue property. 
- setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the defaultValue property. 
- setDefaultValues(Object[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
-  
- setDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XmlDescriptor on this TypeInfo. 
- setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
- 
Should use setDomainClassName - the init method will overwrite
 the set value with Class.forName(domainClassName). 
- setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
- 
Should use setDomainClassName - the init method will overwrite
 the set value with Class.forName(domainClassName) 
- setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- setDomHandler(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the domHandler property. 
- setDomHandlerClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the DomHandler class name. 
- setElement(JavaHasAnnotations) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setElementFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Sets the value of the elementFormDefault property. 
- setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setElementRefsPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XmlElementRefs property name. 
- setElementScope(TypeMappingInfo.ElementScope) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-  
- setEmptyNodeRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Sets the value of the emptyNodeRepresentsNull property. 
- setEnumClass(Class) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- 
PUBLIC:
 Set the enum class to know which class to invoke the fromValue method on. 
- setEnumClassName(String) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- 
PUBLIC:
 Set the name of the enum class to know which class to invoke the fromValue method on. 
- setEnumeration(List<String>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setEnumeration(List<String>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-  
- setExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-  
- setFactoryClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Sets the value of the factoryClass property. 
- setFactoryMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Sets the value of the factoryMethod property. 
- setFactoryMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setFactoryMethodParamTypes(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setFixedValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setFormattedOutput(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Specify if the JSON output should be formatted (default is false). 
- setGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
- 
Sets the value of the getMethod property. 
- setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Sets the value of the getMethod property. 
- setGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setGlobalElementDeclarations(ArrayList<QName>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-  
- setHasAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- setHasAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- setHasBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-  
- setHasBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-  
- setHasSwaRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-  
- setHasXmlElementType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setHelper(Helper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIDProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Sets the TypeProperty 'idProperty'. 
- setIDResolver(IDResolver) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
- 
Set this Unmarshaller's custom IDResolver. 
- setIncludeRoot(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Specify if the root node should be included in the JSON message (default
 is false). 
- setInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Sets the flag that indicates if all binary data types are to
 be inlined for this class. 
- setInverseReference(boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setInverseReferencePropertyContainerClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setInverseReferencePropertyGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setInverseReferencePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setInverseReferencePropertySetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsAny(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set indicator for XmlAnyElement. 
- setIsAnyAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsAttribute(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the isAttribute property. 
- setisInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Sets the flag that indicates if XOP encoding should  be disabled
 for datatypes that are bound to base64-encoded binary data in
 XML. 
- setIsMtomAttachment(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsReadOnly(boolean) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setIsReference(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set flag to indicate whether this property represents a reference
 property. 
- setIsRequired(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
- 
Sets the value of the isSetMethodName property. 
- setIsSetPerformedForAbsentNode(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
- 
Sets the value of the isSetPerformedForAbsentNode property. 
- setIsSuperClassProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsSwaAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setIsXmlId(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Sets the indicator that identifies this property as an ID field. 
- setIsXmlIdExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Sets the indicator that identifies this property as an ID extension field. 
- setIsXmlIdRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Sets the indicator that identifies this property as a reference
 to an ID field. 
- setIsXmlList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the isXmlList property. 
- setIsXmlRootElement(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Mark if this element had an @XmlRootElement annotation 
- setIsXmlTransformation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set flag that indicates if this property represents an XmlTransformation. 
- setIsXmlValue(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the isXmlValue property. 
- setIsXmlValueExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the isXmlValueExtension property. 
- setItem(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
-  
- setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
-  
- setItem(ITEM) - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
-  
- setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
-  
- setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
-  
- setItems(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setJavaAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
- 
Sets the value of the javaAttribute property. 
- setJavaAttributes(JavaType.JavaAttributes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the javaAttributes property. 
- setJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setJavaClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the JavaClass name for this typeinfo. 
- setJavaEnum(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
- 
Sets the value of the javaEnum property. 
- setJavaEnumValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
- 
Sets the value of the javaEnumValue property. 
- setJavaMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the javaMethod property. 
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
- 
Set this JavaClass'JavaModel.
 
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-  
- setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
- 
Set this JavaClass'JavaModel.
 
- setJavaModelClasses(Map<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
- 
Sets the MapofJavaClassesfor thisJavaModel's, keyed on class name.
 
- setJavaModelImpl(JavaModelImpl) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- setJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the javaType associated with this element. 
- setJavaTypeAdapterClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the java type adapter class associated with this element if applicable. 
- setJavaTypes(XmlBindings.JavaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the javaTypes property. 
- setJavaVariableAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the javaVariableAttribute property. 
- setKey(K) - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
-  
- setKey(XmlMap.Key) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
- 
Sets the value of the key property. 
- setKeyType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setLax(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Used with XmlAnyElement. 
- setLax(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the lax property. 
- setList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Mark if this element is a list 
- setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-  
- setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-  
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setLocation(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Sets the value of the location property. 
- setLocationAware(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
- 
Sets the value of the mappedBy property. 
- setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Sets the value of the mappedBy property. 
- setMarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setMarshalEmptyCollections(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
If true empty collections will be marshalled as empty arrays, else the
 collection will not be marshalled to JSON (default is true). 
- setMaxOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setMetadataCompletePackageMap(Map<String, Boolean>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
- 
Set the Map of package names to metadata complete indicators for this
 JavaModelInput. 
- setMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-  
- setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Sets the value of the method property. 
- setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Sets the value of the method property. 
- setMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-  
- setMethodProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setMinOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setMixed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set mixed content indicator 
- setMixedContent(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setName(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Sets the value of the name property. 
- setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Sets the value of the name property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Sets the value of the namespace property. 
- setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
- 
Sets the value of the namespace property. 
- setNamespaceInfo(NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setNamespacePrefixMapper(Map<String, String>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
By default the JSON-binding will ignore namespace qualification. 
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-  
- setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setNamespaceSeparator(char) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
This character (default is '.') separates the prefix from the key name. 
- setNamespaceUri(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
- 
Sets the value of the namespaceUri property. 
- setNestedAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
-  
- setNestedConverter(CoreConverter) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
-  
- setNestedConverter(XMLConverter) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
-  
- setNestedConverter(CoreConverter) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Set a nested converter to be used in conjunction with the adapter. 
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set if the global element should be marked as nillable 
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Set if the global element should be marked as nillable 
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the nillable property. 
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
- 
Sets the value of the nillable property. 
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Sets the value of the nillable property. 
- setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the nillable property. 
- setNotNullAnnotated(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the null policy for this property. 
- setNullRepresentationForXml(XmlMarshalNullRepresentation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Sets the value of the nullRepresentationForXml property. 
- setObjectFactoryClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setOptional(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Sets the value of the optional property. 
- setOriginalGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setOriginalSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setOriginalType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the original type of the property. 
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
- 
Set the JavaClasswhich contains this constructor.
 
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
- 
Set the JavaClasswhich contains this field.
 
- setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
- 
Set the JavaClasswhich contains this method.
 
- setPackageLevelAdaptersByClass(HashMap<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setPackageLevelXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setPackageName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the packageName property. 
- setPackageToNamespaceMappings(HashMap<String, NamespaceInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Set namespace override info from XML bindings file. 
- setPackageToPackageInfoMappings(HashMap<String, PackageInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- setParameterTypeNames(String[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
-  
- setParameterTypes(Class[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
-  
- setPostBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set indicator that this TypeInfo has completed the postBuildTypeInfo
 phase of processing. 
- setPreBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set indicator that this TypeInfo has completed the preBuildTypeInfo
 phase of processing. 
- setPrefix(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
- 
Sets the value of the prefix property. 
- setProperties(Map<String, Property>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setProperties(Map<String, Property>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setProperties(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the Map of Properties for this TypeInfo. 
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
- 
Set a property on the JAXBMarshaller. 
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
- 
Set a property on the JAXBUnmarshaller. 
- setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-  
- setPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setPropOrder(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setQNamesToDeclaredClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
  Set the map of which QName corresponds to which declared class. 
- setQNameToGeneratedClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
INTERNAL:
 Set the map containing which QName corresponds to which generated class. 
- setReadOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Flag the mapping for this Property as read-only. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the readOnly property. 
- setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the readOnly property. 
- setRef(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setReferencedXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
- 
Sets the value of the referencedXmlPath property. 
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the required property. 
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the required property. 
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the required property. 
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
- 
Sets the value of the required property. 
- setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the required property. 
- setRestrictionBase(QName) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-  
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-  
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-  
- setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setSchema(XmlVirtualAccessMethodsSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Sets the value of the schema property. 
- setSchemaName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setSchemaType(QName) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Set the schema type to be used during conversion - if one is
 required. 
- setSchemaType(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setSchemaTypeName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-  
- setSchemaTypeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setScope(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the scope property. 
- setScopeClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the scope class associated with this element. 
- setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
- 
Sets the value of the setMethod property. 
- setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
- 
Sets the value of the setMethod property. 
- setSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setShouldValidateInstantiationPolicy(boolean) - Method in class org.eclipse.persistence.internal.jaxb.SessionEventListener
- 
PUBLIC:
 Indicates if each descriptor's instantiation policy should be validated
 during initialization. 
- setSimpleType(SimpleType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setSubgraph(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
- 
Sets the value of the subgraph property. 
- setSubstitutionHead(QName) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
If this element has a substitutionGroup this will be set. 
- setSubstitutionHeadName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the substitutionHeadName property. 
- setSubstitutionHeadNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the substitutionHeadNamespace property. 
- setSuperClassOverride(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- setSuperType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the superType property. 
- setTitle(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- 
Sets the value of the transformerClass property. 
- setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Sets the value of the transformerClass property. 
- setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Used to indicate that the class represented by this TypeInfo is marked
 XmlTransient. 
- setTransientType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setType(JsonType) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
-  
- setType(JsonType) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
-  
- setType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setType(Type) - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
- 
Set the Type associated with this JAXBTypeElement 
- setType(Type) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-  
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the type property. 
- setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the type property. 
- setTyped(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setTypeMappingInfo(TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo 
- setTypeToTypeMappingInfo(Map<Type, TypeMappingInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-  
- setUnmarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the Map of user-defined properties. 
- setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the Map of user-defined properties. 
- setValidating(boolean) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- setValue(V) - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
-  
- setValue(Object) - Method in class org.eclipse.persistence.internal.jaxb.WrappedValue
-  
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
- 
Sets the value of the value property. 
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
- 
Sets the value of the value property. 
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
- 
Sets the value of the value property. 
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Sets the value of the value property. 
- setValue(XmlMap.Value) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
- 
Sets the value of the value property. 
- setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Sets the value of the value property. 
- setValueByXPath(Object, String, NamespaceResolver, Object) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- 
Set a value on an object based on an XPath statement. 
- setValueGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setValueType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- 
Sets the value of the valueType property. 
- setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
- 
Sets the value of the valueType property. 
- setValueWrapper(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
Specify the key that will correspond to the property mapped with
 @XmlValue. 
- setVariableAttributeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setVariableClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setVariableNodeAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setWrapperAsArrayName(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
- 
If true the grouping element will be used as the JSON key. 
- setWriteOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Flag the mapping for this Property as write-only. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the writeOnly property. 
- setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the writeOnly property. 
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlAbstractNullPolicy property. 
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlAbstractNullPolicy property. 
- setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the xmlAbstractNullPolicy property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the xmlAccessMethods property. 
- setXmlAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the xmlAccessOrder for this TypeInfo. 
- setXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setXmlAccessorFactorySupport(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- 
Sets whether this AnnotationsProcessor should process XmlAccessorFactory annotations. 
- setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlAccessorOrder property. 
- setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlAccessorOrder property. 
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
- 
Sets the value of the xmlAccessorType property. 
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlAccessorType property. 
- setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlAccessorType property. 
- setXmlAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the xmlAccessType for this TypeInfo. 
- setXmlAdapterClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Set the XmlAdapter class to be used with this converter. 
- setXmlAdapterClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
- 
Set the XmlAdapter class to be used with this converter. 
- setXmlAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set if there is an XmlAttachmentRef annotations associated with this element. 
- setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlAttachmentRef property. 
- setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlAttachmentRef property. 
- setXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlClassExtractor property. 
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
-  
- setXMLContext(XMLContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-  
- setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Sets the XmlCustomizer class name on this TypeInfo. 
- setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlCustomizer property. 
- setXmlDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
INTERNAL
 Sets the Descriptor associated with this TypeMappingInfo. 
- setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Sets the class indicator field name (for use with inheritance). 
- setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlDiscriminatorNode property. 
- setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the value of the class indicator field for the java-type
 associated with this type info. 
- setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlDiscriminatorValue property. 
- setXmlElement(Element) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
- 
Set the xml-element Elementrepresenting parameter level
 annotations that should be applied to this type.
 
- setXmlElementNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XmlElementNillable for this TypeInfo. 
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-  
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlElementNillable property. 
- setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlElementNillable property. 
- setXmlElementRefs(List<XmlElementRef>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the List of XmlElementRef(s) for this Property. 
- setXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlElementRefs property. 
- setXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the XmlElements object for this Property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the XmlElementWrapper for this property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlElementWrapper property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the xmlElementWrapper property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the xmlElementWrapper property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlElementWrapper property. 
- setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the xmlElementWrapper property. 
- setXmlEnums(XmlBindings.XmlEnums) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlEnums property. 
- setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlId property. 
- setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlId property. 
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlIdref property. 
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlIdref property. 
- setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlIdref property. 
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlInlineBinaryData property. 
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlInlineBinaryData property. 
- setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlInlineBinaryData property. 
- setXmlInverseReference(XmlElement.XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlInverseReference property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set an XmlJavaTypeAdapter on this Property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set an XmlJavaTypeAdapter on this Type. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the xmlJavaTypeAdapter property. 
- setXmlJavaTypeAdapters(XmlJavaTypeAdapters) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlJavaTypeAdapters property. 
- setXmlJoinNode(List<XmlJoinNodes.XmlJoinNode>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- 
Sets the value of the xmlJoinNode property. 
- setXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set XmlJoinNodes for this property. 
- setXmlJoinNodesList(List<XmlJoinNodes>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the list of XmlJoinNodes for this Property. 
- setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlKey property. 
- setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlKey property. 
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlList property. 
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlList property. 
- setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlList property. 
- setXmlLocation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-  
- setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlLocation property. 
- setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
- 
Sets the value of the xmlLocation property. 
- setXmlMap(XmlMap) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlMap property. 
- setXmlMappingMetadataComplete(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlMappingMetadataComplete property. 
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
- 
Set of this element has an XmlMimeType annotation 
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlMimeType property. 
- setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlMimeType property. 
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlMixed property. 
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the xmlMixed property. 
- setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the xmlMixed property. 
- setXmlNamedObjectGraphs(XmlNamedObjectGraphs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlNamedObjectGraphs property. 
- setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-  
- setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XMLNameTransformer used when converting Java names to XML names 
- setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlNameTransformer property. 
- setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlNameTransformer property. 
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XmlNullPolicy for this TypeInfo. 
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-  
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlNullPolicy property. 
- setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlNullPolicy property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the xpath for this property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- 
Sets the value of the xmlPath property. 
- setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the xmlPath property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- 
Sets the value of the xmlProperties property. 
- setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- 
Sets the value of the xmlProperties property. 
- setXmlReadTransformer(XmlTransformation.XmlReadTransformer) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
- 
Sets the value of the xmlReadTransformer property. 
- setXmlRegistries(XmlBindings.XmlRegistries) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlRegistries property. 
- setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the xmlRootElement for this TypeInfo. 
- setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlRootElement property. 
- setXmlSchema(XmlSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlSchema property. 
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- 
Sets the value of the xmlSchemaType property. 
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlSchemaType property. 
- setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- 
Sets the value of the xmlSchemaType property. 
- setXmlSchemaTypes(XmlSchemaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
- 
Sets the value of the xmlSchemaTypes property. 
- setXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the List of XmlSeeAlso class names for this TypeInfo. 
- setXmlTagName(QName) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-  
- setXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Set the XmlTransformation for this property. 
- setXmlTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the XmlTransient for this TypeInfo. 
- setXmlTransient(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlTransient property. 
- setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
- 
Set the xmlType for this TypeInfo. 
- setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlType property. 
- setXmlValueProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-  
- setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
- 
Sets the value of the xmlVirtualAccessMethods property. 
- setXsiNilRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
- 
Sets the value of the xsiNilRepresentsNull property. 
- SHORT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- shouldGenerateTypeInfo(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-  
- shouldSetNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
- 
Indicates if nillable='true' should be set on a given schema component. 
- SIMPLE_REGEX_MOD - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-  
- SizeFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
-  
- SizeFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-  
- SQL_DATE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- SQL_TIME - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- SQL_TIMESTAMP - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- startDocument(ValidationEventHandler) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
-  
- startDocument(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
- 
 Called when unmarshalling begins. 
- startDocument(ErrorHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
- 
INTERNAL 
- startDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
- 
Event that is called at the start of processing the document. 
- STAX_SOURCE_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-  
- STRING - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-  
- Subgraph - Interface in org.eclipse.persistence.jaxb
- 
This type represents a AttributeNode of an EntityGraph that corresponds to a
 Managed Type. 
- subgraph - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-  
- substitutionHeadName - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-  
- substitutionHeadNamespace - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-  
- superClassOverride - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-  
- superType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-  
- supportsMediaType(MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-