public class ThrowsCustom extends CustomBase
Modifier and Type | Field and Description |
---|---|
private java.util.List |
m_documentation |
private java.lang.String |
m_type |
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
CAMEL_CASE_NAMES, DERIVE_BY_PACKAGE, DERIVE_FIXED, DERIVE_NONE, DOTTED_NAMES, HYPHENATED_NAMES, REQUIRE_ALL, REQUIRE_NONE, REQUIRE_OBJECTS, REQUIRE_PRIMITIVES, s_namespaceStyleEnum, s_nameStyleEnum, s_requireEnum, UNDERSCORED_NAMES, UPPER_CAMEL_CASE_NAMES
Modifier | Constructor and Description |
---|---|
protected |
ThrowsCustom(NestingBase parent,
java.lang.String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
complete(java.util.List docs)
Complete customization information using supplied default documentation.
|
java.util.List |
getDocumentation()
Get value documentation node list.
|
java.lang.String |
getType()
Get fully-qualified class name thrown.
|
private void |
preSet(IUnmarshallingContext uctx)
Make sure all attributes are defined.
|
private static ThrowsCustom |
throwsFactory(IUnmarshallingContext ictx)
Parameter value unmarshalling factory.
|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes
public static final StringArray s_allowedAttributes
private java.lang.String m_type
private java.util.List m_documentation
protected ThrowsCustom(NestingBase parent, java.lang.String type)
parent
- type
- fully-qualified class name thrownprivate void preSet(IUnmarshallingContext uctx)
uctx
- unmarshalling contextpublic java.lang.String getType()
public java.util.List getDocumentation()
complete(List)
method is
called.null
if none)void complete(java.util.List docs)
docs
- default documentation text (null
if none)private static ThrowsCustom throwsFactory(IUnmarshallingContext ictx) throws JiBXException
ictx
- JiBXException