|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.codegen.custom.BaseExtension
org.jibx.schema.codegen.custom.SchemaExtension
public class SchemaExtension
Extension information for a schema element.
Field Summary | |
---|---|
private SchemaCustom |
m_custom
Component dropped from schema definition. |
Fields inherited from class org.jibx.schema.codegen.custom.BaseExtension |
---|
ARITY_OPTIONAL_COLLECTION, ARITY_OPTIONAL_SINGLETON, ARITY_REQUIRED_COLLECTION, ARITY_REQUIRED_SINGLETON |
Constructor Summary | |
---|---|
SchemaExtension(SchemaElement schema,
SchemaCustom custom)
Constructor. |
Method Summary | |
---|---|
SchemaCustom |
getCustom()
Get the containing global extension. |
Methods inherited from class org.jibx.schema.codegen.custom.BaseExtension |
---|
getComponent, getReplacementType, setTypeReplacer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final SchemaCustom m_custom
Constructor Detail |
---|
public SchemaExtension(SchemaElement schema, SchemaCustom custom)
schema
- custom
- Method Detail |
---|
public SchemaCustom getCustom()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |