IContextObj
ObjectBinding
, PrecompiledBinding
public interface ITypeBinding
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAttributeMarshalMethod() |
Get the method which marshals attributes from an instance.
|
java.lang.String |
getAttributePresentTestMethod() |
Get the method which checks attributes to determine if an instance is
present.
|
java.lang.String |
getAttributeUnmarshalMethod() |
Get the method which unmarshals attributes into an instance.
|
java.lang.String |
getCompleteMethod() |
Get the method which handles unmarshalling completion.
|
java.lang.String |
getContentMarshalMethod() |
Get the method which marshals child elements and character data content
from an instance.
|
java.lang.String |
getContentPresentTestMethod() |
Get the method which checks child elements to determine if an instance is
present.
|
java.lang.String |
getContentUnmarshalMethod() |
Get the method which unmarshals child elements and character data content
into an instance.
|
java.lang.String |
getCreateMethod() |
Get the method which creates an instance of the bound class if one does
not already exist.
|
java.lang.String |
getPrepareMethod() |
Get the method which handles preparation for marshalling an instance.
|
java.lang.String getCreateMethod() throws JiBXException
null
that reference will
simply be returned; otherwise, a new instance will be created and
returned. This method also handles any appropriate pre-set processing for
the instance.null
if noneJiBXException
- on error in code generationjava.lang.String getCompleteMethod() throws JiBXException
null
if noneJiBXException
- on error in code generationjava.lang.String getPrepareMethod() throws JiBXException
null
if noneJiBXException
- on error in code generationjava.lang.String getAttributePresentTestMethod() throws JiBXException
true
if an attribute of the mapping
is found, false
if not.null
if noneJiBXException
- on error in code generationjava.lang.String getAttributeUnmarshalMethod() throws JiBXException
null
if noneJiBXException
- on error in code generationjava.lang.String getAttributeMarshalMethod() throws JiBXException
null
if noneJiBXException
- on error in code generationjava.lang.String getContentPresentTestMethod() throws JiBXException
true
if an attribute of the mapping
is found, false
if not.null
if noneJiBXException
- on error in code generationjava.lang.String getContentUnmarshalMethod() throws JiBXException
null
if noneJiBXException
- on error in code generationjava.lang.String getContentMarshalMethod() throws JiBXException
null
if noneJiBXException
- on error in code generation