public class ValueItem extends Item
| Modifier and Type | Method and Description |
|---|---|
protected Item |
copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
protected String |
describe(int depth,
boolean classified)
Build a description of the item.
|
QName |
getSchemaType()
Get schema type name.
|
JavaType |
getType()
Get the simple type for this value.
|
boolean |
isAttributePresent()
Check if an attribute is part of this item.
|
boolean |
isContentPresent()
Check if character data content is part of this item.
|
boolean |
isElementPresent()
Check if a child elements is part of this item.
|
classifyContent, findDisjointParent, getComponentExtension, getEffectiveName, getName, getNext, getParent, getSchemaComponent, getTopmost, isCollection, isFixedName, isIgnored, isImplicit, isOptional, isTopmost, leadString, reparent, setImplicit, setNamepublic JavaType getType()
public QName getSchemaType()
protected String describe(int depth, boolean classified)
public boolean isAttributePresent()
true for items corresponding to attribute
definitions, and groupings including these items which do not define an element name.true if attributepublic boolean isElementPresent()
true for all items corresponding to element
definitions, and all groupings which include such an item.true if contentpublic boolean isContentPresent()
true for all items corresponding to
simpleContent definitions, and all groupings which include such an item.true if contentCopyright © 2005-2014 jibx.org. All Rights Reserved.