public interface ITypeBinding
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeMarshalMethod()
Get the method which marshals attributes from an instance.
|
String |
getAttributePresentTestMethod()
Get the method which checks attributes to determine if an instance is
present.
|
String |
getAttributeUnmarshalMethod()
Get the method which unmarshals attributes into an instance.
|
String |
getCompleteMethod()
Get the method which handles unmarshalling completion.
|
String |
getContentMarshalMethod()
Get the method which marshals child elements and character data content
from an instance.
|
String |
getContentPresentTestMethod()
Get the method which checks child elements to determine if an instance is
present.
|
String |
getContentUnmarshalMethod()
Get the method which unmarshals child elements and character data content
into an instance.
|
String |
getCreateMethod()
Get the method which creates an instance of the bound class if one does
not already exist.
|
String |
getPrepareMethod()
Get the method which handles preparation for marshalling an instance.
|
String getCreateMethod() throws org.jibx.runtime.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 noneorg.jibx.runtime.JiBXException - on error in code generationString getCompleteMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationString getPrepareMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationString getAttributePresentTestMethod() throws org.jibx.runtime.JiBXException
true if an attribute of the mapping
is found, false if not.null if noneorg.jibx.runtime.JiBXException - on error in code generationString getAttributeUnmarshalMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationString getAttributeMarshalMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationString getContentPresentTestMethod() throws org.jibx.runtime.JiBXException
true if an attribute of the mapping
is found, false if not.null if noneorg.jibx.runtime.JiBXException - on error in code generationString getContentUnmarshalMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationString getContentMarshalMethod() throws org.jibx.runtime.JiBXException
null if noneorg.jibx.runtime.JiBXException - on error in code generationCopyright © 2005–2016 jibx.org. All rights reserved.