org.jboss.xb.binding.sunday.unmarshalling
Class UnorderedSequenceBinding
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.TermBinding
org.jboss.xb.binding.sunday.unmarshalling.ModelGroupBinding
org.jboss.xb.binding.sunday.unmarshalling.UnorderedSequenceBinding
- All Implemented Interfaces:
- Cloneable
public class UnorderedSequenceBinding
- extends ModelGroupBinding
A UnorderedSequenceBinding.
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
Fields inherited from class org.jboss.xb.binding.sunday.unmarshalling.TermBinding |
addMethodMetaData, beforeMarshallingCallback, beforeSetParentCallback, classMetaData, mapEntryKey, mapEntryMetaData, mapEntryValue, propertyMetaData, putMethodMetaData, schema, skip, valueAdapter, valueMetaData |
Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.ModelGroupBinding |
clone, getHandler, getQName, hasRequiredParticle, isElement, isModelGroup, isSkip, isWildcard, mayStartWith, setHandler, setQName, toString |
Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.TermBinding |
getAddMethodMetaData, getBeforeMarshallingCallback, getBeforeSetParentCallback, getClassMetaData, getMapEntryMetaData, getPropertyMetaData, getPutMethodMetaData, getSchema, getValueAdapter, getValueMetaData, isMapEntryKey, isMapEntryValue, setAddMethodMetaData, setBeforeMarshallingCallback, setBeforeSetParentCallback, setClassMetaData, setMapEntryKey, setMapEntryMetaData, setMapEntryValue, setPropertyMetaData, setPutMethodMetaData, setSkip, setValueAdapter, setValueMetaData |
UnorderedSequenceBinding
public UnorderedSequenceBinding(SchemaBinding schema)
getArrayItem
public ElementBinding getArrayItem()
- Specified by:
getArrayItem
in class ModelGroupBinding
addParticle
public void addParticle(ParticleBinding particle)
- Description copied from class:
ModelGroupBinding
- Model group that is passed in as an argument to this method must be fully populated with
element, wildcard and child model group bindings.
- Overrides:
addParticle
in class ModelGroupBinding
getParticles
public Collection<ParticleBinding> getParticles()
- Specified by:
getParticles
in class ModelGroupBinding
mayStartWith
protected boolean mayStartWith(QName name,
Set<ModelGroupBinding> set)
- Specified by:
mayStartWith
in class ModelGroupBinding
newCursor
public ModelGroupBinding.Cursor newCursor(ParticleBinding particle)
- Specified by:
newCursor
in class ModelGroupBinding
getGroupType
public String getGroupType()
- Specified by:
getGroupType
in class ModelGroupBinding
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.