org.jibx.xsd2jibx
Class JibxChoice
java.lang.Object
org.jibx.xsd2jibx.JibxObject
org.jibx.xsd2jibx.JibxChoice
public abstract class JibxChoice
- extends JibxObject
for JibxObjects that contain a list of other JibxObjects
extended by JibxCollection, JibxStructure, JibxMapping
Field Summary |
protected java.util.ArrayList |
choiceList
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
choiceList
protected java.util.ArrayList choiceList
JibxChoice
public JibxChoice()
sizeChoiceList
public int sizeChoiceList()
getChoice
public JibxObject getChoice(int i)
addChoice
public void addChoice(JibxObject choice)
addMappingRefs
public void addMappingRefs(Generator generator)