| |
|
| java.lang.Object org.jibx.binding.generator.CustomBase org.jibx.binding.generator.SharedNestingBase
All known Subclasses: org.jibx.ws.wsdl.NestingBase, org.jibx.binding.generator.NestingBase,
SharedNestingBase | abstract public class SharedNestingBase extends CustomBase (Code) | | Base class for all binding customizations that can contain other
customizations. This includes inherited values shared with customization
extensions (in particular, the WSDL extensions).
|
convertName | public String convertName(String base)(Code) | | Convert class or unprefixed field name to element or attribute name using
current format.
Parameters: base - class or simple field name to be converted element or attribute name |
getNameStyle | public int getNameStyle()(Code) | | Get name style.
name style |
getNamespaceStyle | public int getNamespaceStyle()(Code) | | Get namespace style.
namespace style |
getSpecifiedNamespace | protected String getSpecifiedNamespace()(Code) | | Get namespace specified on this element. This method is only intended for
use by subclasses - otherwise the
SharedNestingBase.getNamespace() method should
instead be used.
namespace (null if none) |
isObjectRequired | public boolean isObjectRequired(String type)(Code) | | Check if object value should be treated as required.
Parameters: type - object type true if required value, false if not |
isPrimitiveRequired | public boolean isPrimitiveRequired(String type)(Code) | | Check if primitive value should be treated as required.
Parameters: type - primitive type true if required value, false if not |
setNameStyle | public void setNameStyle(Integer style)(Code) | | Set name style.
Parameters: style - (null if none at this level) |
setNamespace | protected void setNamespace(String ns)(Code) | | Set the namespace to be used for schema definitions. This method is only
intended for use by subclasses.
Parameters: ns - |
setNamespaceStyle | public void setNamespaceStyle(Integer style)(Code) | | Set name style.
Parameters: style - (null if none at this level) |
|
|
|