|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.custom.classes.CustomBase
org.jibx.ws.wsdl.tools.custom.ValueCustom
org.jibx.ws.wsdl.tools.custom.CollectionValueCustom
public class CollectionValueCustom
Method parameter or return collection value customization information.
Field Summary | |
---|---|
private java.lang.String |
m_itemName
|
private java.lang.String |
m_itemType
|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names |
private static org.apache.log4j.Logger |
s_logger
Logger for class. |
Fields inherited from class org.jibx.custom.classes.CustomBase |
---|
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 |
Constructor Summary | |
---|---|
protected |
CollectionValueCustom(NestingBase parent,
java.lang.String name)
Constructor. |
Method Summary | |
---|---|
(package private) void |
complete(java.lang.String type,
java.lang.String itype,
java.util.List docs,
java.lang.Boolean req)
Complete customization information based on supplied type. |
java.lang.String |
getItemElementName()
Get name for elements representing items in collection. |
java.lang.String |
getItemType()
Get item type for collection. |
private void |
preSet(IUnmarshallingContext uctx)
Make sure all attributes are defined. |
Methods inherited from class org.jibx.ws.wsdl.tools.custom.ValueCustom |
---|
complete, getBoundType, getCreateType, getDocumentation, getElementName, getFactoryMethod, getType, getValueName, isRequired, setElementName |
Methods inherited from class org.jibx.custom.classes.CustomBase |
---|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.log4j.Logger s_logger
public static final StringArray s_allowedAttributes
private java.lang.String m_itemType
private java.lang.String m_itemName
Constructor Detail |
---|
protected CollectionValueCustom(NestingBase parent, java.lang.String name)
parent
- name
- Method Detail |
---|
private void preSet(IUnmarshallingContext uctx)
uctx
- unmarshalling contextpublic java.lang.String getItemType()
complete(String, String, List, Boolean)
method is called.
getItemType
in class ValueCustom
null
if not a collectionpublic java.lang.String getItemElementName()
complete(String, String, List, Boolean)
method is called.
getItemElementName
in class ValueCustom
null
if not a collectionvoid complete(java.lang.String type, java.lang.String itype, java.util.List docs, java.lang.Boolean req)
type
- itype
- docs
- default documentation node list (null
if none)req
- required member flag (null
if unknown)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |